Message237492
test_os fails on Windows since the changeset 75aadb4450fd:
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/5798/steps/test/logs/stdio
======================================================================
FAIL: test_15261 (test.test_os.StatAttributeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_os.py", line 581, in test_15261
self.assertEqual(ctx.exception.errno, errno.EBADF)
AssertionError: 22 != 9
======================================================================
FAIL: test_fstat (test.test_os.TestInvalidFD)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_os.py", line 1378, in check
f(support.make_bad_fd(), *args)
FileNotFoundError: [WinError 18] There are no more files
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_os.py", line 1371, in helper
self.check(getattr(os, f))
File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_os.py", line 1380, in check
self.assertEqual(e.errno, errno.EBADF)
AssertionError: 2 != 9 |
|
Date |
User |
Action |
Args |
2015-03-08 01:27:39 | vstinner | set | recipients:
+ vstinner, larry, tim.golden, python-dev, zach.ware, serhiy.storchaka, steve.dower |
2015-03-08 01:27:39 | vstinner | set | messageid: <1425778059.29.0.34932774608.issue23524@psf.upfronthosting.co.za> |
2015-03-08 01:27:39 | vstinner | link | issue23524 messages |
2015-03-08 01:27:37 | vstinner | create | |
|