Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c4b8979a
Commit
c4b8979a
authored
Dec 05, 2015
by
Martin Panter
Browse files
Options
Browse Files
Download
Plain Diff
Issue #25764: Merge OS X test skipping from 3.4 into 3.5
parents
8fc7d296
f7fdbdab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Lib/test/test_subprocess.py
Lib/test/test_subprocess.py
+2
-0
No files found.
Lib/test/test_subprocess.py
View file @
c4b8979a
...
...
@@ -1512,6 +1512,8 @@ class POSIXProcessTestCase(BaseTestCase):
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment