components/python/python35/patches/22-disable-test_gdb.patch
changeset 7648 20e09cf3cfaa
parent 5184 6c2a9525f3a4
equal deleted inserted replaced
7647:3a107326b5f8 7648:20e09cf3cfaa
     2 from the version history why these lines were dropped in version 3.  The
     2 from the version history why these lines were dropped in version 3.  The
     3 patch has not yet been submitted upstream, but submission is planned.
     3 patch has not yet been submitted upstream, but submission is planned.
     4 
     4 
     5 --- Python-3.5.1rc1/Lib/test/test_gdb.py.~1~	2015-12-04 08:05:05.566320671 -0800
     5 --- Python-3.5.1rc1/Lib/test/test_gdb.py.~1~	2015-12-04 08:05:05.566320671 -0800
     6 +++ Python-3.5.1rc1/Lib/test/test_gdb.py	2015-12-04 08:09:12.755287204 -0800
     6 +++ Python-3.5.1rc1/Lib/test/test_gdb.py	2015-12-04 08:09:12.755287204 -0800
     7 @@ -49,6 +49,8 @@
     7 @@ -50,6 +50,8 @@
     8                              "embedding. Saw %s.%s:\n%s"
     8                              "embedding. Saw %s.%s:\n%s"
     9                              % (gdb_major_version, gdb_minor_version,
     9                              % (gdb_major_version, gdb_minor_version,
    10                                 gdb_version))
    10                                 gdb_version))
    11 +if sys.platform.startswith("sunos"):
    11 +if sys.platform.startswith("sunos"):
    12 +    raise unittest.SkipTest("test doesn't work very well on Solaris")
    12 +    raise unittest.SkipTest("test doesn't work very well on Solaris")