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 donmez
Recipients brett.cannon, donmez
Date 2009-05-10.21:02:17
SpamBayes Score 1.1350288e-08
Marked as misclassified No
Message-id <1241989340.16.0.517833261332.issue5442@psf.upfronthosting.co.za>
In-reply-to
Content
Applied skip_bytecode.diff and test_file_loader.diff clean build 
results in:

======================================================================
FAIL: test_case_insensitivity 
(importlib.test.extension.test_case_sensitivity.ExtensionModuleCaseSensi
tivityTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/cartman/Python-
3.1b1/Lib/importlib/test/extension/test_case_sensitivity.py", line 29, 
in test_case_insensitivity
    self.assert_(hasattr(loader, 'load_module'))
AssertionError: False is not True

======================================================================
FAIL: test_insensitive 
(importlib.test.source.test_case_sensitivity.CaseSensitivityTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/cartman/Python-
3.1b1/Lib/importlib/test/source/test_case_sensitivity.py", line 49, in 
test_insensitive
    self.assert_(hasattr(insensitive, 'load_module'))
AssertionError: False is not True

----------------------------------------------------------------------
Ran 166 tests in 0.124s

FAILED (failures=2)
test test_importlib failed -- errors occurred; run in verbose mode for 
details
History
Date User Action Args
2009-05-10 21:02:20donmezsetrecipients: + donmez, brett.cannon
2009-05-10 21:02:20donmezsetmessageid: <1241989340.16.0.517833261332.issue5442@psf.upfronthosting.co.za>
2009-05-10 21:02:17donmezlinkissue5442 messages
2009-05-10 21:02:17donmezcreate