changeset: 100758:82da02b5bf22 user: Victor Stinner date: Sat Mar 26 01:12:36 2016 +0100 files: Lib/test/test_os.py description: Issue #25911: more info on test_os failure diff -r 6ceceb052394 -r 82da02b5bf22 Lib/test/test_os.py --- a/Lib/test/test_os.py Sat Mar 26 01:04:37 2016 +0100 +++ b/Lib/test/test_os.py Sat Mar 26 01:12:36 2016 +0100 @@ -892,7 +892,7 @@ # Walk bottom-up. all = list(self.walk(self.walk_path, topdown=False)) - self.assertEqual(len(all), 4) + self.assertEqual(len(all), 4, all) # We can't know which order SUB1 and SUB2 will appear in. # Not flipped: SUB11, SUB1, SUB2, TESTFN # flipped: SUB2, SUB11, SUB1, TESTFN