#39 Reenable test_gdb
Merged 4 years ago by churchyard. Opened 4 years ago by vstinner.
rpms/ vstinner/python39 test_gdb  into  master

Reenable test_gdb
Victor Stinner • 4 years ago  
file modified
-5
@@ -1035,10 +1035,6 @@ 

  

    # 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 @@ 

      %if %{with bootstrap}

      -x test_distutils \

      %endif

-     -x test_gdb \

      %ifarch %{mips64}

      -x test_ctypes \

      %endif

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

Resolves: rhbz#1734327

Build succeeded.

Pull-Request has been merged by churchyard

4 years ago