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 kristjan.jonsson
Recipients brett.cannon, kristjan.jonsson
Date 2009-04-02.15:59:19
SpamBayes Score 2.792047e-07
Marked as misclassified No
Message-id <1238687962.05.0.290402681097.issue5646@psf.upfronthosting.co.za>
In-reply-to
Content
Still get this, python_d.exe, Vista64 (32 bit py), VS2008:


======================================================================
FAIL: test_package (importlib.test.source.test_abc_loader.PyLoaderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  
File "D:\pydev\python\branches\py3k\lib\importlib\test\source\test_abc_l
oader.py", line 151, in test_package
    __loader__=mock)
  
File "D:\pydev\python\branches\py3k\lib\importlib\test\source\test_abc_l
oader.py", line 128, in eq_attrs
    "{} attribute: {} != {}".format(attr, found, val))
AssertionError: __path__ attribute: ['/path/to/<pkg>/__init__'] != 
['/path/to/<pkg>']

======================================================================
FAIL: test_package 
(importlib.test.source.test_abc_loader.PyPycLoaderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  
File "D:\pydev\python\branches\py3k\lib\importlib\test\source\test_abc_l
oader.py", line 266, in test_package
    mock, name = super().test_package()
  
File "D:\pydev\python\branches\py3k\lib\importlib\test\source\test_abc_l
oader.py", line 151, in test_package
    __loader__=mock)
  
File "D:\pydev\python\branches\py3k\lib\importlib\test\source\test_abc_l
oader.py", line 128, in eq_attrs
    "{} attribute: {} != {}".format(attr, found, val))
AssertionError: __path__ attribute: ['/path/to/<pkg>/__init__'] != 
['/path/to/<pkg>']

----------------------------------------------------------------------
Ran 166 tests in 0.276s

FAILED (failures=2)
test test_importlib failed -- errors occurred; run in verbose mode for 
details
1 test failed:
    test_importlib
[64246 refs]
History
Date User Action Args
2009-04-02 15:59:22kristjan.jonssonsetrecipients: + kristjan.jonsson, brett.cannon
2009-04-02 15:59:22kristjan.jonssonsetmessageid: <1238687962.05.0.290402681097.issue5646@psf.upfronthosting.co.za>
2009-04-02 15:59:20kristjan.jonssonlinkissue5646 messages
2009-04-02 15:59:19kristjan.jonssoncreate