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 BTaskaya
Recipients BTaskaya, steve.dower
Date 2019-10-12.05:06:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570856792.9.0.835565691535.issue38454@roundup.psfhosted.org>
In-reply-to
Content
Run tests sequentially
0:00:00 load avg: 0.52 [1/1] test_os
test test_os failed -- Traceback (most recent call last):
  File "/home/isidentical/cpython/Lib/test/test_os.py", line 2059, in test_listdir
    self.assertEqual(found, expected)
AssertionError: Items in the first set but not the second:
'@test_12966_tmp-�'
Items in the second set but not the first:
'@test_12966_tmp-\udcff'

test_os failed

== Tests result: FAILURE ==

1 test failed:
    test_os

Total duration: 2 sec 587 ms
Tests result: FAILURE


System:
 - Ubuntu 18.04 bionic
 - x86_64 Linux 4.4.0-18362-Microsoft
History
Date User Action Args
2019-10-12 05:06:32BTaskayasetrecipients: + BTaskaya, steve.dower
2019-10-12 05:06:32BTaskayasetmessageid: <1570856792.9.0.835565691535.issue38454@roundup.psfhosted.org>
2019-10-12 05:06:32BTaskayalinkissue38454 messages
2019-10-12 05:06:32BTaskayacreate