changeset: 99463:9a847520c40d parent: 99459:4c50ffbcde5c parent: 99462:6211c41106cc user: Martin Panter date: Sat Dec 05 12:41:41 2015 +0000 files: Lib/test/test_subprocess.py description: Issue #25764: Merge OS X test skipping from 3.5 diff -r 4c50ffbcde5c -r 9a847520c40d Lib/test/test_subprocess.py --- a/Lib/test/test_subprocess.py Sat Dec 05 00:27:40 2015 -0800 +++ b/Lib/test/test_subprocess.py Sat Dec 05 12:41:41 2015 +0000 @@ -1512,6 +1512,8 @@ if not enabled: gc.disable() + @unittest.skipIf( + sys.platform == 'darwin', 'setrlimit() seems to fail on OS X') def test_preexec_fork_failure(self): # The internal code did not preserve the previous exception when # re-enabling garbage collection