[issue12466] test_subprocess.test_close_fds() sporadic failures on Mac OS X Tiger

STINNER Victor report at bugs.python.org
Fri Jul 1 14:56:22 CEST 2011


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

======================================================================
FAIL: test_close_fds (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_subprocess.py", line 1302, in test_close_fds
    "Some fds were left open")
AssertionError: {9} is not false : Some fds were left open

http://www.python.org/dev/buildbot/all/builders/x86%20Tiger%203.x/builds/2825/steps/test/logs/stdio

test_pass_fds() is already skipped on Mac OS X Tiger because of an OS bug: see issue #12230.

----------
messages: 139575
nosy: haypo, pitrou
priority: normal
severity: normal
status: open
title: test_subprocess.test_close_fds() sporadic failures on Mac OS X Tiger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12466>
_______________________________________


More information about the Python-bugs-list mailing list