Message123958
| 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 ) |
|