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 r.david.murray
Recipients Jurko.Gospodnetić, eric.araujo, georg.brandl, ncoghlan, r.david.murray, terry.reedy
Date 2010-12-12.16:48:47
SpamBayes Score 0.00030839109
Marked as misclassified No
Message-id <1292172529.1.0.896684028666.issue10188@psf.upfronthosting.co.za>
In-reply-to
Content
The tests are failing on windows:

http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/3770/steps/test/logs/stdio

======================================================================
ERROR: test_mkdtemp_failure (test.test_tempfile.test_TemporaryDirectory)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_tempfile.py", line 933, in test_mkdtemp_failure
    tempfile.TemporaryDirectory(prefix="[]<>?*!:")
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\tempfile.py", line 624, in __init__
    self.name = mkdtemp(suffix, prefix, dir)
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\tempfile.py", line 301, in mkdtemp
    _os.mkdir(file, 0o700)
WindowsError: [Error 123] The filename, directory name, or volume label syntax is incorrect: 'c:\\docume~1\\db3l\\locals~1\\temp\\[]<>?*!:9ohp4a'

======================================================================
FAIL: test_warnings_on_cleanup (test.test_tempfile.test_TemporaryDirectory)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_tempfile.py", line 1001, in test_warnings_on_cleanup
    self.assertIn(d.name,  message)
AssertionError: 'c:\\docume~1\\db3l\\locals~1\\temp\\94ifn5\\ujobx5' not found in 'ERROR: TypeError("\'NoneType\' object is not callable",) while cleaning up <TemporaryDirectory \'c:\\\\docume~1\\\\db3l\\\\locals~1\\\\temp\\\\94ifn5\\\\ujobx5\'>\n'
History
Date User Action Args
2010-12-12 16:48:49r.david.murraysetrecipients: + r.david.murray, georg.brandl, terry.reedy, ncoghlan, eric.araujo, Jurko.Gospodnetić
2010-12-12 16:48:49r.david.murraysetmessageid: <1292172529.1.0.896684028666.issue10188@psf.upfronthosting.co.za>
2010-12-12 16:48:47r.david.murraylinkissue10188 messages
2010-12-12 16:48:47r.david.murraycreate