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 SilentGhost, benhoyt, eryksun, ideasman42, mont29, paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-03-26.00:12:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458951168.09.0.876910006738.issue25911@psf.upfronthosting.co.za>
In-reply-to
Content
Update: test_os pass on all Windows buildbots except one!

I don't understand why the test fails on this buildbot.

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

======================================================================
FAIL: test_walk_bottom_up (test.test_os.BytesWalkTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.x.bolen-windows8\build\lib\test\test_os.py", line 895, in test_walk_bottom_up
    self.assertEqual(len(all), 4)
AssertionError: 5 != 4
History
Date User Action Args
2016-03-26 00:12:48vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ideasman42, SilentGhost, benhoyt, python-dev, zach.ware, serhiy.storchaka, eryksun, steve.dower, mont29
2016-03-26 00:12:48vstinnersetmessageid: <1458951168.09.0.876910006738.issue25911@psf.upfronthosting.co.za>
2016-03-26 00:12:47vstinnerlinkissue25911 messages
2016-03-26 00:12:47vstinnercreate