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 srid
Recipients srid
Date 2010-08-24.16:40:31
SpamBayes Score 7.500937e-06
Marked as misclassified No
Message-id <1282668033.06.0.983312258691.issue9671@psf.upfronthosting.co.za>
In-reply-to
Content
I see the following failure on Fedora Core 4 (32-bit and 64-bit) with Python 2.7.0.

======================================================================
FAIL: test_executable_without_cwd (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/apy/rrun/tmp/autotest/apy/lib/python2.7/test/test_subprocess.py", line 157, in test_executable_without_cwd
    self.assertEqual(p.returncode, 47)
AssertionError: 1 != 47

======================================================================
FAIL: test_executable_without_cwd (test.test_subprocess.ProcessTestCaseNoPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/apy/rrun/tmp/autotest/apy/lib/python2.7/test/test_subprocess.py", line 157, in test_executable_without_cwd
    self.assertEqual(p.returncode, 47)
AssertionError: 1 != 47

----------------------------------------------------------------------
History
Date User Action Args
2010-08-24 16:40:33sridsetrecipients: + srid
2010-08-24 16:40:33sridsetmessageid: <1282668033.06.0.983312258691.issue9671@psf.upfronthosting.co.za>
2010-08-24 16:40:31sridlinkissue9671 messages
2010-08-24 16:40:31sridcreate