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 berker.peksag
Recipients berker.peksag, brett.cannon, ethan.furman, ned.deily, python-dev
Date 2016-09-30.22:16:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475273766.19.0.0521287156898.issue28226@psf.upfronthosting.co.za>
In-reply-to
Content
Windows buildbots didn't like a6f0cc1820f4 :) Fix is incoming.

======================================================================
FAIL: test_compile_dir_pathlike (test.test_compileall.CompileallTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.6.ware-win81-release\build\lib\test\test_compileall.py", line 161, in test_compile_dir_pathlike
    self.assertIn("Listing '{}'...".format(self.directory), stdout.getvalue())
AssertionError: "Listing 'D:\\temp\\tmpuziqv_kw'..." not found in "Listing 'D:\\\\temp\\\\tmpuziqv_kw'...\nListing 'D:\\\\temp\\\\tmpuziqv_kw\\\\_subdir'...\nCompiling 'D:\\\\temp\\\\tmpuziqv_kw\\\\_subdir\\\\_test3.py'...\nCompiling 'D:\\\\temp\\\\tmpuziqv_kw\\\\_test.py'...\nCompiling 'D:\\\\temp\\\\tmpuziqv_kw\\\\_test2.py'...\n"

======================================================================
FAIL: test_compile_file_pathlike (test.test_compileall.CompileallTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.6.ware-win81-release\build\lib\test\test_compileall.py", line 111, in test_compile_file_pathlike
    "Compiling '{}'...\n".format(self.source_path))
AssertionError: "Compiling 'D:\\\\temp\\\\tmpqvjkm0fm\\\\_test.py'...\n" != "Compiling 'D:\\temp\\tmpqvjkm0fm\\_test.py'...\n"
- Compiling 'D:\\temp\\tmpqvjkm0fm\\_test.py'...
?              -     -            -
+ Compiling 'D:\temp\tmpqvjkm0fm\_test.py'...
History
Date User Action Args
2016-09-30 22:16:06berker.peksagsetrecipients: + berker.peksag, brett.cannon, ned.deily, ethan.furman, python-dev
2016-09-30 22:16:06berker.peksagsetmessageid: <1475273766.19.0.0521287156898.issue28226@psf.upfronthosting.co.za>
2016-09-30 22:16:06berker.peksaglinkissue28226 messages
2016-09-30 22:16:05berker.peksagcreate