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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-10.08:13:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473495198.34.0.418731997358.issue28059@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like test_platform started to fail on AMD64 Windows10 3.x between build 1456 (success) and 1458 (failure, 1457 was interrupted or something like that).

The regression may be related to the issue #27932, change 31b7eaff5588.

http://buildbot.python.org/all/builders/AMD64%20Windows10%203.x/builds/1458/steps/test/logs/stdio

======================================================================
FAIL: test_architecture_via_symlink (test.test_platform.PlatformTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.x.bolen-windows10\build\lib\test\test_platform.py", line 33, in test_architecture_via_symlink
    self.assertEqual(get(real), get(link))
AssertionError: Tuples differ: (b"('64bit', 'WindowsPE')\r\n", None) != (b'', None)

First differing element 0:
b"('64bit', 'WindowsPE')\r\n"
b''

- (b"('64bit', 'WindowsPE')\r\n", None)
+ (b'', None)

----------------------------------------------------------------------
History
Date User Action Args
2016-09-10 08:13:18vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2016-09-10 08:13:18vstinnersetmessageid: <1473495198.34.0.418731997358.issue28059@psf.upfronthosting.co.za>
2016-09-10 08:13:18vstinnerlinkissue28059 messages
2016-09-10 08:13:18vstinnercreate