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 vstinner
Recipients Eric Appelt, barry, benjamin.peterson, vstinner
Date 2018-01-30.10:29:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517308195.8.0.467229070634.issue30117@psf.upfronthosting.co.za>
In-reply-to
Content
Failure on AMD64 Windows8.1 Non-Debug 3.x:

http://buildbot.python.org/all/#/builders/12/builds/585

======================================================================
ERROR: test_all_project_files (lib2to3.tests.test_parser.TestParserIdempotency)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.x.ware-win81-release\build\lib\lib2to3\tests\test_parser.py", line 432, in test_all_project_files
    x = diff(filepath, new, encoding=encoding)
  File "D:\buildarea\3.x.ware-win81-release\build\lib\lib2to3\tests\test_parser.py", line 488, in diff
    return subprocess.call(['diff', '-u', fn, '@'], stdout=(subprocess.DEVNULL if verbose < 1 else None))
  File "D:\buildarea\3.x.ware-win81-release\build\lib\subprocess.py", line 304, in call
    with Popen(*popenargs, **kwargs) as p:
  File "D:\buildarea\3.x.ware-win81-release\build\lib\subprocess.py", line 756, in __init__
    restore_signals, start_new_session)
  File "D:\buildarea\3.x.ware-win81-release\build\lib\subprocess.py", line 1160, in _execute_child
    startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
History
Date User Action Args
2018-01-30 10:29:55vstinnersetrecipients: + vstinner, barry, benjamin.peterson, Eric Appelt
2018-01-30 10:29:55vstinnersetmessageid: <1517308195.8.0.467229070634.issue30117@psf.upfronthosting.co.za>
2018-01-30 10:29:55vstinnerlinkissue30117 messages
2018-01-30 10:29:55vstinnercreate