[issue9772] test_pep277 failure on AMD64 debian parallel buildbot

2012-07-21 Thread Florent Xicluna
Florent Xicluna added the comment: > That appears to be a bug in the NFS server. So, it's not a Python bug. -- resolution: -> works for me status: open -> closed ___ Python tracker ___

[issue9772] test_pep277 failure on AMD64 debian parallel buildbot

2010-10-17 Thread Martin v . Löwis
Martin v. Löwis added the comment: That appears to be a bug in the NFS server. When you creat("Gr\303\274-Gott"), what actually comes out of getdents(3) is Gr\303\274-Gott. This only happens with four bytes of non-ASCII - two UTF-8 bytes are correctly reported. We are investigating this local

[issue9772] test_pep277 failure on AMD64 debian parallel buildbot

2010-10-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: Actually, the error message is (when interpreted as utf-8): == FAIL: test_listdir (test.test_pep277.UnicodeFileTests) -- Trac

[issue9772] test_pep277 failure on AMD64 debian parallel buildbot

2010-09-04 Thread Florent Xicluna
New submission from Florent Xicluna : This failure occurs on AMD64 debian parallel buildbot. It is not the same failure as OS X Tiger buildbot (issue 8423). == FAIL: test_listdir (test.test_pep277.UnicodeFileTests)