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.

classification
Title: test_imp failures
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: vstinner Nosy List: pitrou, python-dev, vstinner
Priority: high Keywords:

Created on 2011-04-25 14:54 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg134387 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-04-25 14:54
http://www.python.org/dev/buildbot/all/builders/AMD64%20Leopard%203.2/builds/215/steps/test/logs/stdio
http://www.python.org/dev/buildbot/all/builders/AMD64%20Leopard%203.x/builds/1223/steps/test/logs/stdio

======================================================================
ERROR: test_issue9319 (test.test_imp.ImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/pythonbuildbot/buildarea/3.2.hansen-osx-x86-2/build/Lib/test/test_imp.py", line 175, in test_issue9319
    imp.find_module, "test/badsyntax_pep3120")
  File "/Users/pythonbuildbot/buildarea/3.2.hansen-osx-x86-2/build/Lib/unittest/case.py", line 574, in assertRaises
    callableObj(*args, **kwargs)
ImportError: No module named test/badsyntax_pep3120
msg134407 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-04-25 19:40
New changeset 2f2c7eb27437 by Antoine Pitrou in branch '3.2':
Issue #11919: try to fix test_imp failure on some buildbots.
http://hg.python.org/cpython/rev/2f2c7eb27437
msg134408 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-04-25 19:46
New changeset 0c70c24750fd by Antoine Pitrou in branch 'default':
Issue #11919: try to fix test_imp failure on some buildbots.
http://hg.python.org/cpython/rev/0c70c24750fd
History
Date User Action Args
2022-04-11 14:57:16adminsetgithub: 56128
2011-04-25 21:05:54pitrousetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2011-04-25 19:46:09python-devsetmessages: + msg134408
2011-04-25 19:40:04python-devsetnosy: + python-dev
messages: + msg134407
2011-04-25 14:54:21pitroucreate