]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)
authorVictor Stinner <vstinner@python.org>
Fri, 7 Aug 2020 15:57:56 +0000 (17:57 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 15:57:56 +0000 (17:57 +0200)
commite27a51c11e10d5df79b3e48dc3e7bfedfad5a794
tree5410ecfd1770117799b12df5f62012b8996f8e02
parentf44693eaed3b9d91a6e415d48224fd4750b59366
bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)

gdb 9.2 on Fedora Rawhide is not reliable, see:

* https://bugs.python.org/issue41473
* https://bugzilla.redhat.com/show_bug.cgi?id=1866884
Lib/test/test_gdb.py