]> 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:15:37 +0000 (09:15 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 16:15:37 +0000 (09:15 -0700)
commit87bc22051fcfcf181160d06a57ac2b16ee071f8f
tree677316edd19207ada10fcd830db5460cb0e27c2e
parentdc98a5468a48ecffe95a6c3a07ce21366477bdd7
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