[New-bugs-announce] [issue28059] Windows: test_platform.test_architecture_via_symlink() regression

STINNER Victor report at bugs.python.org
Sat Sep 10 04:13:18 EDT 2016


New submission from STINNER Victor:

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)

----------------------------------------------------------------------

----------
components: Windows
messages: 275596
nosy: haypo, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Windows: test_platform.test_architecture_via_symlink() regression

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28059>
_______________________________________


More information about the New-bugs-announce mailing list