[issue12453] test_import.test_failing_import_sticks() sporadic failures

STINNER Victor report at bugs.python.org
Thu Jun 30 17:16:21 CEST 2011


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

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

----------
components: Tests
messages: 139492
nosy: haypo
priority: normal
severity: normal
status: open
title: test_import.test_failing_import_sticks() sporadic failures
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12453>
_______________________________________


More information about the Python-bugs-list mailing list