Message115568
| Author |
flox |
| Recipients |
flox |
| Date |
2010年09月04日.12:01:23 |
| SpamBayes Score |
0.0013939312 |
| Marked as misclassified |
No |
| Message-id |
<1283601685.6.0.819525034936.issue9772@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/autofs/net/homedir/home/martin.vonloewis/buildarea/3.x.loewis-parallel2/build/Lib/test/test_pep277.py", line 157, in test_listdir
self.assertEqual(sf0, sf2)
AssertionError: Items in the first set but not the second:
'@test_21179_tmp/GrÃ1⁄4ß-Gott'
Items in the second set but not the first:
'@test_21179_tmp/Gr\udcfc\udcdf-Gott'
======================================================================
FAIL: test_listdir (test.test_pep277.UnicodeNFCFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/autofs/net/homedir/home/martin.vonloewis/buildarea/3.x.loewis-parallel2/build/Lib/test/test_pep277.py", line 157, in test_listdir
self.assertEqual(sf0, sf2)
AssertionError: Items in the first set but not the second:
'@test_21179_tmp/GrÃ1⁄4ß-Gott'
Items in the second set but not the first:
'@test_21179_tmp/Gr\udcfc\udcdf-Gott'
======================================================================
FAIL: test_listdir (test.test_pep277.UnicodeNFKCFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/autofs/net/homedir/home/martin.vonloewis/buildarea/3.x.loewis-parallel2/build/Lib/test/test_pep277.py", line 157, in test_listdir
self.assertEqual(sf0, sf2)
AssertionError: Items in the first set but not the second:
'@test_21179_tmp/GrÃ1⁄4ß-Gott'
Items in the second set but not the first:
'@test_21179_tmp/Gr\udcfc\udcdf-Gott'
----------------------------------------------------------------------
Ran 30 tests in 1.576s
http://www.python.org/dev/buildbot/builders/AMD64%20debian%20parallel%203.x/builds/94/steps/test/logs/stdio |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2010年09月04日 12:01:25 | flox | set | recipients:
+ flox |
| 2010年09月04日 12:01:25 | flox | set | messageid: <1283601685.6.0.819525034936.issue9772@psf.upfronthosting.co.za> |
| 2010年09月04日 12:01:24 | flox | link | issue9772 messages |
| 2010年09月04日 12:01:23 | flox | create |
|