[Python-checkins] buildbot warnings in x86 W2k trunk (original) (raw)
buildbot at python.org buildbot at python.org
Tue Apr 3 18:35:26 CEST 2007
- Previous message: [Python-checkins] r54674 - python/trunk/Lib/test/test_warnings.py
- Next message: [Python-checkins] r54675 - python/trunk/Lib/test/test_warnings.py python/trunk/Lib/test/warning_tests.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The Buildbot has detected a new failure of x86 W2k trunk. Full details are available at: http://www.python.org/dev/buildbot/all/x86%2520W2k%2520trunk/builds/181
Buildbot URL: http://www.python.org/dev/buildbot/all/
Build Reason: Build Source Stamp: [branch trunk] HEAD Blamelist: walter.doerwald
Build had warnings: warnings test
Excerpt from the test logfile: 3 tests failed: test_cProfile test_frozen test_os
====================================================================== ERROR: test_makedir (test.test_os.MakedirTests)
Traceback (most recent call last): File "C:\trentm\data\buildbot\python-slave\trunk.mick-windows\build\lib\test\test_os.py", line 384, in setUp os.mkdir(test_support.TESTFN) WindowsError: [Error 183] Cannot create a file when that file already exists: '@test'
====================================================================== ERROR: test_access (test.test_os.Win32ErrorTests)
Traceback (most recent call last): File "C:\trentm\data\buildbot\python-slave\trunk.mick-windows\build\lib\test\test_os.py", line 451, in test_access self.assertRaises(WindowsError, os.utime, test_support.TESTFN, 0) File "C:\trentm\data\buildbot\python-slave\trunk.mick-windows\build\lib\unittest.py", line 329, in failUnlessRaises callableObj(*args, **kwargs) TypeError: utime() arg 2 must be a tuple (atime, mtime)
====================================================================== FAIL: test_traversal (test.test_os.WalkTests)
Traceback (most recent call last): File "C:\trentm\data\buildbot\python-slave\trunk.mick-windows\build\lib\test\test_os.py", line 313, in test_traversal self.assertEqual(len(all), 4) AssertionError: 5 != 4
====================================================================== FAIL: test_chdir (test.test_os.Win32ErrorTests)
Traceback (most recent call last): File "C:\trentm\data\buildbot\python-slave\trunk.mick-windows\build\lib\test\test_os.py", line 442, in test_chdir self.assertRaises(WindowsError, os.chdir, test_support.TESTFN) AssertionError: WindowsError not raised
sincerely, -The Buildbot
- Previous message: [Python-checkins] r54674 - python/trunk/Lib/test/test_warnings.py
- Next message: [Python-checkins] r54675 - python/trunk/Lib/test/test_warnings.py python/trunk/Lib/test/warning_tests.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]