]> granicus.if.org Git - python/commit
Issue #25764: Skip the test on OS X
authorMartin Panter <vadmium+py@gmail.com>
Sat, 5 Dec 2015 09:51:52 +0000 (09:51 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 5 Dec 2015 09:51:52 +0000 (09:51 +0000)
commitf7fdbdab5b0e49aed23095ae04431a6484543963
treeed44a6e9f10e16d331a3bfb020fa7d2093ff3a33
parente2825e9522e2beb3ced43b20cc7eb2e51236bedf
Issue #25764: Skip the test on OS X

The OS X buildbots were failing at the second setrlimit() call with EPERM, as
if they were trying to raise the hard limit. The call should be keeping the
hard limit the same and raising the soft limit back to its original value, so
I don't understand the failure.
Lib/test/test_subprocess.py