changeset: 99462:6211c41106cc branch: 3.5 parent: 99458:ec2aa1d6d955 parent: 99461:6f831de45f43 user: Martin Panter date: Sat Dec 05 12:41:29 2015 +0000 files: Lib/test/test_subprocess.py description: Issue #25764: Merge OS X test skipping from 3.4 into 3.5 diff -r ec2aa1d6d955 -r 6211c41106cc Lib/test/test_subprocess.py --- a/Lib/test/test_subprocess.py Sat Dec 05 00:27:33 2015 -0800 +++ b/Lib/test/test_subprocess.py Sat Dec 05 12:41:29 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