]> 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)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Aug 2020 16:18:29 +0000 (09:18 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 16:18:29 +0000 (09:18 -0700)
commit5e12a5b82230cfa34a9c32f58467770e2076313c
tree905ec5bd4dd0749d97ab13c51acd071e4c3781f2
parentb2514c4934291364404a2bc78256b77026a80dff
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
(cherry picked from commit e27a51c11e10d5df79b3e48dc3e7bfedfad5a794)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_gdb.py