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 vstinner
Date 2011-06-30.15:16:20
SpamBayes Score 0.0017250514
Marked as misclassified No
Message-id <1309446981.3.0.601023155331.issue12453@psf.upfronthosting.co.za>
In-reply-to
Content
The following test fails sometimes. I don't know on which buildbot it occurs. The last failure is on "x86 XP-5 3.x":

======================================================================
FAIL: test_failing_import_sticks (test.test_import.ImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\Buildslave\3.x.moore-windows\build\lib\test\test_import.py", line 185, in test_failing_import_sticks
    self.assertRaises(ZeroDivisionError, __import__, TESTFN)
AssertionError: ZeroDivisionError not raised by __import__

http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.x/builds/3085/steps/test/logs/stdio
History
Date User Action Args
2011-06-30 15:16:21vstinnersetrecipients: + vstinner
2011-06-30 15:16:21vstinnersetmessageid: <1309446981.3.0.601023155331.issue12453@psf.upfronthosting.co.za>
2011-06-30 15:16:20vstinnerlinkissue12453 messages
2011-06-30 15:16:20vstinnercreate