diff -r b457e3bd2acc -r b7b91ddbbdce components/python/python34/patches/22-disable-test_gdb.patch --- a/components/python/python34/patches/22-disable-test_gdb.patch Tue Jan 05 13:35:29 2016 -0800 +++ b/components/python/python34/patches/22-disable-test_gdb.patch Tue Dec 22 07:57:25 2015 -0800 @@ -2,12 +2,12 @@ from the version history why these lines were dropped in version 3. The patch has not yet been submitted upstream, but submission is planned. ---- Python-3.4.2/Lib/test/test_gdb.py.~1~ 2014-10-08 01:18:13.000000000 -0700 -+++ Python-3.4.2/Lib/test/test_gdb.py 2015-02-06 16:00:58.802170301 -0800 -@@ -34,6 +34,8 @@ - if gdb_major_version < 7: - raise unittest.SkipTest("gdb versions before 7.0 didn't support python embedding" - " Saw:\n" + gdb_version.decode('ascii', 'replace')) +--- Python-3.4.4rc1/Lib/test/test_gdb.py.~1~ 2015-12-09 08:10:27.280590637 -0800 ++++ Python-3.4.4rc1/Lib/test/test_gdb.py 2015-12-09 08:12:41.389980386 -0800 +@@ -49,6 +49,8 @@ + "embedding. Saw %s.%s:\n%s" + % (gdb_major_version, gdb_minor_version, + gdb_version)) +if sys.platform.startswith("sunos"): + raise unittest.SkipTest("test doesn't work very well on Solaris")