Message172426
| Author |
chris.jerdonek |
| Recipients |
Arfrever, asvetlov, chris.jerdonek, kushal.das, python-dev |
| Date |
2012年10月08日.23:19:22 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1349738362.28.0.823154266946.issue16115@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
The test_executable test fails on AMD64 Ubuntu LTS. For example:
http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.3/builds/38/steps/test/logs/stdio
FAIL: test_executable (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/python/3.x.langa-ubuntu/build/Lib/test/test_subprocess.py", line 205, in test_executable
self._assert_python(["doesnotexist", "-c"], executable=sys.executable)
File "/opt/python/3.x.langa-ubuntu/build/Lib/test/test_subprocess.py", line 201, in _assert_python
self.assertEqual(47, p.returncode)
AssertionError: 47 != -6
======================================================================
FAIL: test_executable (test.test_subprocess.ProcessTestCaseNoPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/python/3.x.langa-ubuntu/build/Lib/test/test_subprocess.py", line 205, in test_executable
self._assert_python(["doesnotexist", "-c"], executable=sys.executable)
File "/opt/python/3.x.langa-ubuntu/build/Lib/test/test_subprocess.py", line 201, in _assert_python
self.assertEqual(47, p.returncode)
AssertionError: 47 != -6
This test passed locally (at least for me) on Mac OS X and Windows. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年10月08日 23:19:22 | chris.jerdonek | set | recipients:
+ chris.jerdonek, Arfrever, asvetlov, python-dev, kushal.das |
| 2012年10月08日 23:19:22 | chris.jerdonek | set | messageid: <1349738362.28.0.823154266946.issue16115@psf.upfronthosting.co.za> |
| 2012年10月08日 23:19:22 | chris.jerdonek | link | issue16115 messages |
| 2012年10月08日 23:19:22 | chris.jerdonek | create |
|