[New-bugs-announce] [issue9671] test_executable_without_cwd fails: AssertionError: 1 != 47
Sridhar Ratnakumar
report at bugs.python.org
Tue Aug 24 18:40:33 CEST 2010
New submission from Sridhar Ratnakumar <sridharr at activestate.com>:
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
----------------------------------------------------------------------
----------
components: Library (Lib), Tests
messages: 114797
nosy: srid
priority: normal
severity: normal
status: open
title: test_executable_without_cwd fails: AssertionError: 1 != 47
type: behavior
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9671>
_______________________________________
More information about the New-bugs-announce
mailing list