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 eryksun, miss-islington, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-11-15.22:32:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573857137.08.0.316756265789.issue38453@roundup.psfhosted.org>
In-reply-to
Content
Grumpy AMD64 Windows10 3.x:
https://buildbot.python.org/all/#/builders/3/builds/3788

======================================================================
FAIL: test_realpath_cwd (test.test_ntpath.TestNtpath)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.x.bolen-windows10\build\lib\test\test_ntpath.py", line 424, in test_realpath_cwd
    self.assertPathEqual(test_file_long, ntpath.realpath(test_file_short))
  File "D:\buildarea\3.x.bolen-windows10\build\lib\test\test_ntpath.py", line 62, in assertPathEqual
    self.assertEqual(path1, path2)
AssertionError: 'D:\\[76 chars]worker_6956\\@test_6956_tmp\\MyVeryLongDirectoryName\\file.txt' != 'D:\\[76 chars]worker_6956\\@test_6956_tmp\\MYVERY~1\\file.txt'
- D:\buildarea\3.x.bolen-windows10\build\build\test_python_6236\test_python_worker_6956\@test_6956_tmp\MyVeryLongDirectoryName\file.txt
?                                                                                                       ^ ^^^^^^^^^^^^^^^^^^^^
+ D:\buildarea\3.x.bolen-windows10\build\build\test_python_6236\test_python_worker_6956\@test_6956_tmp\MYVERY~1\file.txt
?                                                                                                       ^ ^^^^^

pythoninfo:

windows.RtlAreLongPathsEnabled: False
History
Date User Action Args
2019-11-15 22:32:17vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, miss-islington
2019-11-15 22:32:17vstinnersetmessageid: <1573857137.08.0.316756265789.issue38453@roundup.psfhosted.org>
2019-11-15 22:32:17vstinnerlinkissue38453 messages
2019-11-15 22:32:17vstinnercreate