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 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:\Buildslave\3.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:\Buildslave\3.2.moore-windows\build\lib\test\test_subprocess.py", line 195, in _assert_cwd
    **kwargs)
  File "D:\Buildslave\3.2.moore-windows\build\lib\subprocess.py", line 745, in __init__
    restore_signals, start_new_session)
  File "D:\Buildslave\3.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:\Buildslave\3.2.moore-windows\build\lib\test\test_subprocess.py", line 240, in test_cwd_with_relative_executable
    cwd=python_dir)
  File "D:\Buildslave\3.2.moore-windows\build\lib\test\test_subprocess.py", line 195, in _assert_cwd
    **kwargs)
  File "D:\Buildslave\3.2.moore-windows\build\lib\subprocess.py", line 745, in __init__
    restore_signals, start_new_session)
  File "D:\Buildslave\3.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
History
Date User Action Args
2012-09-30 10:03:04chris.jerdoneksetrecipients: + chris.jerdonek, ned.deily, cvrebert, asvetlov, docs@python, python-dev
2012-09-30 10:03:04chris.jerdoneksetmessageid: <1348999384.48.0.2788643948.issue15533@psf.upfronthosting.co.za>
2012-09-30 10:03:04chris.jerdoneklinkissue15533 messages
2012-09-30 10:03:04chris.jerdonekcreate