From b6195fa37800889c41629445c27853787e68b120 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 2 Apr 2020 19:32:47 +0200 Subject: [PATCH] Reenable test_gdb test_gdb now detects when the Python is optmized and gdb fails to read debug information: https://bugs.python.org/issue40019 The following issues should now be fixed in Python 3.9.0 alpha 5 * test_gdb skipped on s390x: https://bugzilla.redhat.com/show_bug.cgi?id=1678277 * test_gdb skipped everywhere: https://bugzilla.redhat.com/show_bug.cgi?id=1734327 Resolves: rhbz#1734327 --- python39.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python39.spec b/python39.spec index bd09a24..d01702f 100644 --- a/python39.spec +++ b/python39.spec @@ -1035,10 +1035,6 @@ CheckPython() { # Run the upstream test suite # --timeout=1800: kill test running for longer than 30 minutes - # test_gdb skipped on s390x: - # https://bugzilla.redhat.com/show_bug.cgi?id=1678277 - # test_gdb skipped everywhere: - # https://bugzilla.redhat.com/show_bug.cgi?id=1734327 # test_distutils # distutils.tests.test_bdist_rpm tests fail when bootstraping the Python # package: rpmbuild requires /usr/bin/pythonX.Y to be installed @@ -1047,7 +1043,6 @@ CheckPython() { %if %{with bootstrap} -x test_distutils \ %endif - -x test_gdb \ %ifarch %{mips64} -x test_ctypes \ %endif