This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, gregory.p.smith, milko.krachounov, pitrou, zhigang
Date 2010-12-14.16:00:19
SpamBayes Score 0.00072990573
Marked as misclassified No
Message-id <1292342426.78.0.176100329022.issue6559@psf.upfronthosting.co.za>
In-reply-to
Content
It seems there are (intermittent?) test failures:

======================================================================
FAIL: test_pass_fds (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/test/test_subprocess.py", line 1067, in test_pass_fds
    "fd to be closed passed")
AssertionError: {5} is not False : fd to be closed passed

======================================================================
FAIL: test_pass_fds (test.test_subprocess.ProcessTestCasePOSIXPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/test/test_subprocess.py", line 1067, in test_pass_fds
    "fd to be closed passed")
AssertionError: {5} is not False : fd to be closed passed

(from http://www.python.org/dev/buildbot/all/builders/sparc%20solaris10%20gcc%203.x/builds/2337/steps/test/logs/stdio )
History
Date User Action Args
2010-12-14 16:00:26pitrousetrecipients: + pitrou, gregory.p.smith, amaury.forgeotdarc, zhigang, milko.krachounov
2010-12-14 16:00:26pitrousetmessageid: <1292342426.78.0.176100329022.issue6559@psf.upfronthosting.co.za>
2010-12-14 16:00:19pitroulinkissue6559 messages
2010-12-14 16:00:19pitroucreate