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 brett.cannon
Recipients brett.cannon
Date 2012-04-20.20:41:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334954491.9.0.0351086786979.issue14637@psf.upfronthosting.co.za>
In-reply-to
Content
See http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.x/builds/104/steps/test/logs/stdio for the failure, but basically:

======================================================================
ERROR: test_UNC_path (test.test_import.PathsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\Buildslave\3.x.moore-windows\build\lib\test\test_import.py", line 469, in _test_UNC_path
    mod = __import__("test_trailing_slash")
  File "<frozen importlib._bootstrap>", line 1003, in _find_and_load
ImportError: No module named 'test_trailing_slash'

----------------------------------------------------------------------


It seems spontaneous as the test succeeded previously and the commit it failed on didn't even touch code compiled by Windows.
History
Date User Action Args
2012-04-20 20:41:31brett.cannonsetrecipients: + brett.cannon
2012-04-20 20:41:31brett.cannonsetmessageid: <1334954491.9.0.0351086786979.issue14637@psf.upfronthosting.co.za>
2012-04-20 20:41:31brett.cannonlinkissue14637 messages
2012-04-20 20:41:31brett.cannoncreate