Message171622
| Author |
chris.jerdonek |
| Recipients |
asvetlov, chris.jerdonek, cvrebert, docs@python, ned.deily, python-dev |
| Date |
2012年09月30日.10:03:04 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1348999384.48.0.2788643948.issue15533@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Two of the tests fail on at least some of the Windows bots. I am investigating.
======================================================================
ERROR: test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Buildslave3円.2.moore-windows\build\lib\test\test_subprocess.py", line 222, in test_cwd_with_relative_arg
self._assert_cwd(python_dir, rel_python, cwd=python_dir)
File "D:\Buildslave3円.2.moore-windows\build\lib\test\test_subprocess.py", line 195, in _assert_cwd
**kwargs)
File "D:\Buildslave3円.2.moore-windows\build\lib\subprocess.py", line 745, in __init__
restore_signals, start_new_session)
File "D:\Buildslave3円.2.moore-windows\build\lib\subprocess.py", line 964, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
======================================================================
ERROR: test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Buildslave3円.2.moore-windows\build\lib\test\test_subprocess.py", line 240, in test_cwd_with_relative_executable
cwd=python_dir)
File "D:\Buildslave3円.2.moore-windows\build\lib\test\test_subprocess.py", line 195, in _assert_cwd
**kwargs)
File "D:\Buildslave3円.2.moore-windows\build\lib\subprocess.py", line 745, in __init__
restore_signals, start_new_session)
File "D:\Buildslave3円.2.moore-windows\build\lib\subprocess.py", line 964, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.2/builds/210 |
|