[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-04-04 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Sure thing, I am waiting for alpha2. Regards. -- status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5442 ___

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-04-03 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: If you could, Ismail, can you verify this either from svn or when the next release of 3.1 comes out and update this issue? -- status: closed - pending ___ Python tracker rep...@bugs.python.org

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-04-01 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: Fixed in r71042. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5442 ___

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-03-08 Thread Ismail Donmez
New submission from Ismail Donmez ism...@namtrac.org: Two failures in test_importlib: == FAIL: test_case_insensitivity (importlib.test.extension.test_case_sensitivity.ExtensionModuleCaseSensi tivityTest)

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-03-08 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +brett.cannon nosy_count: 1.0 - 2.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5442 ___ ___

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-03-08 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- components: +Library (Lib), Tests priority: - normal ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5442 ___

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-03-08 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: Is your version of OS X installed on a case-sensitive filesystem? These tests all pass for me on my Macbook on 10.5.6. -- assignee: - brett.cannon message_count: 1.0 - 2.0 ___ Python tracker

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-03-08 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Yes its case sensitive. -- message_count: 2.0 - 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5442 ___

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-03-08 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: Ah, OK, that explains it then. I guess I need to come up with a test to verify whether commonly case-sensitive filesystems are truly case-sensitive before running the tests. Thanks for the quick response, Ismail. -- message_count: 3.0 -