[issue14063] test_importlib failure on Mac OS X

2012-02-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, thanks for testing! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14063] test_importlib failure on Mac OS X

2012-02-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3297dcdad196 by Antoine Pitrou in branch 'default': Issue #14063: fix test_importlib failure under OS X case-insensitive filesystems http://hg.python.org/cpython/rev/3297dcdad196 -- nosy: +python-dev ___

[issue14063] test_importlib failure on Mac OS X

2012-02-20 Thread Ned Deily
Ned Deily added the comment: With impcasing.patch applied, test_importlib passes on OS X (10.7 with case-insensitive fs). -- ___ Python tracker ___

[issue14063] test_importlib failure on Mac OS X

2012-02-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: Can you please try this patch? -- assignee: brett.cannon -> keywords: +patch Added file: http://bugs.python.org/file24581/impcasing.patch ___ Python tracker _

[issue14063] test_importlib failure on Mac OS X

2012-02-20 Thread Ned Deily
Ned Deily added the comment: The first bad revision is: changeset: 75048:bbaab666e6c7 parent: 75045:5b4b70bd2b6f user:Antoine Pitrou date:Mon Feb 20 01:48:16 2012 +0100 summary: Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new importlib.in

[issue14063] test_importlib failure on Mac OS X

2012-02-20 Thread Brett Cannon
Brett Cannon added the comment: I have a Mac, but I'm heading out the door; I will see if I can diagnose it and fix it tonight or tomorrow (unless someone beats me to it). -- ___ Python tracker __

[issue14063] test_importlib failure on Mac OS X

2012-02-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Antoine, do you think this may have been triggered by your latest patch? I don't know, perhaps Vinay can bisect to find the offending commit? (I don't have a Mac) -- ___ Python tracker

[issue14063] test_importlib failure on Mac OS X

2012-02-20 Thread Brett Cannon
Brett Cannon added the comment: Antoine, do you think this may have been triggered by your latest patch? -- nosy: +pitrou ___ Python tracker ___

[issue14063] test_importlib failure on Mac OS X

2012-02-20 Thread Ned Deily
Ned Deily added the comment: Also fails on 10.7 standard unix (non-framework) build on case-insensitive HFS+ fils system. -- assignee: ronaldoussoren -> brett.cannon nosy: +ned.deily ___ Python tracker __

[issue14063] test_importlib failure on Mac OS X

2012-02-20 Thread Vinay Sajip
New submission from Vinay Sajip : == FAIL: test_insensitive (importlib.test.source.test_case_sensitivity.CaseSensitivityTest) -- Traceback (most recent call las