This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michael.foord
Recipients brett.cannon, flox, michael.foord, ned.deily, ronaldoussoren
Date 2010-03-20.23:28:06
SpamBayes Score 0.00029662656
Marked as misclassified No
Message-id <1269127688.3.0.538153926642.issue8180@psf.upfronthosting.co.za>
In-reply-to
Content
The test passes with the first patch applied (darwin.diff). With the second patch applied I get two failures:


======================================================================
ERROR: test_normalize (__main__.UnicodeFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_pep277.py", line 121, in test_normalize
    os.stat(name)
OSError: [Errno 2] No such file or directory: '@test_70346_tmp/\xc2\xa8\xcc\x81\xc2\xb4\xe3\x8f\x95'

======================================================================
FAIL: test_listdir (__main__.UnicodeFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_pep277.py", line 145, in test_listdir
    self.assertEqual(len(f1), len(self.files))
AssertionError: 18 != 19

----------------------------------------------------------------------
Ran 30 tests in 0.292s

FAILED (failures=1, errors=1)
Traceback (most recent call last):
  File "Lib/test/test_pep277.py", line 198, in <module>
    test_main()
  File "Lib/test/test_pep277.py", line 191, in test_main
    UnicodeNFKDFileTests,
  File "/compile/python-trunk/Lib/test/test_support.py", line 1031, in run_unittest
    _run_suite(suite)
  File "/compile/python-trunk/Lib/test/test_support.py", line 1014, in _run_suite
    raise TestFailed(err)
test.test_support.TestFailed: multiple errors occurred
History
Date User Action Args
2010-03-20 23:28:08michael.foordsetrecipients: + michael.foord, brett.cannon, ronaldoussoren, ned.deily, flox
2010-03-20 23:28:08michael.foordsetmessageid: <1269127688.3.0.538153926642.issue8180@psf.upfronthosting.co.za>
2010-03-20 23:28:06michael.foordlinkissue8180 messages
2010-03-20 23:28:06michael.foordcreate