[issue8423] tiger buildbot: test_pep277 failures

2010-10-28 Thread STINNER Victor
STINNER Victor added the comment: > I opened the issue #10209: "Mac OS X: Decompose filenames on encode, > and precompose filenames on decode". It was a bad idea. I fixed test_pep277 instead with: - r85897 disables the filenames that are normalized differently by Python and by darwin - r858

[issue8423] tiger buildbot: test_pep277 failures

2010-10-26 Thread STINNER Victor
STINNER Victor added the comment: I opened the issue #10209: "Mac OS X: Decompose filenames on encode, and precompose filenames on decode". -- ___ Python tracker ___ ___

[issue8423] tiger buildbot: test_pep277 failures

2010-09-25 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +db3l ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue8423] tiger buildbot: test_pep277 failures

2010-08-18 Thread STINNER Victor
STINNER Victor added the comment: #8207 was the same issue and r79426 (for trunk and r79426 in py3k) was supposed to fix it. -- ___ Python tracker ___ __

[issue8423] tiger buildbot: test_pep277 failures

2010-05-13 Thread STINNER Victor
STINNER Victor added the comment: > Reference about OSX decomposition: > http://developer.apple.com/mac/library/qa/qa2001/qa1173.html Mac OS X source code: http://www.opensource.apple.com/source/xnu/xnu-1504.3.12/bsd/vfs/vfs_utfconv.c?txt -- ___ Pyt

[issue8423] tiger buildbot: test_pep277 failures

2010-05-13 Thread Florent Xicluna
Florent Xicluna added the comment: The gory details... >>> import os, unicodedata >>> tempdir = u'temp_pep277' >>> name = u'\u0385\u03d3\u03d4' >>> os.mkdir(tempdir) >>> with open(os.path.join(tempdir, name), 'w') as f: ... f.write('foo') >>> unicodedata.normalize('NFD', name) u'\xa8\u0301\

[issue8423] tiger buildbot: test_pep277 failures

2010-05-13 Thread Mark Dickinson
Mark Dickinson added the comment: > It prefer if it were clear why these tests fail I agree. There's little point having tests if we're just going to disable them when they fail without understanding why they're failing first. At that point a green buildbot just means "Hey, we disabled all f

[issue8423] tiger buildbot: test_pep277 failures

2010-05-13 Thread Ronald Oussoren
Ronald Oussoren added the comment: It prefer if it were clear why these tests fail (but don't have time to look into this at the moment). That is, I don't mind if the tests get disabled on darwin, but only if there is a documented reason for it because otherwise disabling the test might hide

[issue8423] tiger buildbot: test_pep277 failures

2010-05-13 Thread Florent Xicluna
Florent Xicluna added the comment: Some diagnosis information ... - happens for 2 tests inside test_pep277: test_listdir and test_normalize - happens only for 4 weird filenames (added with #8180) - happens only on "x86 Tiger" buildbot ("PPC Tiger" does not report this error) I've added some

[issue8423] tiger buildbot: test_pep277 failures

2010-05-13 Thread Florent Xicluna
Changes by Florent Xicluna : -- assignee: -> ronaldoussoren components: +Macintosh, Tests nosy: +flox, mark.dickinson, michael.foord, ned.deily, ronaldoussoren stage: -> needs patch type: -> behavior versions: +Python 2.7 ___ Python tracker

[issue8423] tiger buildbot: test_pep277 failures

2010-04-18 Thread STINNER Victor
STINNER Victor added the comment: See also #8422. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue8423] tiger buildbot: test_pep277 failures

2010-04-16 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- keywords: +buildbot ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue8423] tiger buildbot: test_pep277 failures

2010-04-16 Thread STINNER Victor
New submission from STINNER Victor : http://www.python.org/dev/buildbot/3.x/builders/x86 Tiger 3.x/builds/6/steps/test/logs/stdio test test_pep277 failed -- multiple errors occurred; run in verbose mode for details Re-running test test_pep277 in verbose mode test_directory (test.test_pep277.Un