8000 bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637) · python/cpython@0663940 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0663940

Browse files
authored
bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
https://bugzilla.redhat.com/show_bug.cgi?id=1866884 is fixed in gdb 10.1 (failed to reproduce on gdb-10.1-1.fc34.aarch64).
1 parent eaccc12 commit 0663940

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Lib/test/test_gdb.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ def get_gdb_version():
5151
"embedding. Saw %s.%s:\n%s"
5252
% (gdb_major_version, gdb_minor_version,
5353
gdb_version))
54-
if (gdb_major_version, gdb_minor_version) >= (9, 2):
55-
# gdb 9.2 on Fedora Rawhide is not reliable, see:
56-
# * https://bugs.python.org/issue41473
57-
# * https://bugzilla.redhat.com/show_bug.cgi?id=1866884
58-
raise unittest.SkipTest("https://bugzilla.redhat.com/show_bug.cgi?id=1866884")
5954

6055
if not sysconfig.is_python_build():
6156
raise unittest.SkipTest("test_gdb only works on source builds at the moment.")
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Reenable test_gdb on gdb 9.2 and newer:
2+
https://bugzilla.redhat.com/show_bug.cgi?id=1866884 bug is fixed in gdb
3+
10.1.

0 commit comments

Comments
 (0)
0