New submission from Ismail Donmez <ism...@namtrac.org>: Using py3k branch revision 84707, on Mac OSX 10.6, case-sensitive HFS+ filesystem.
====================================================================== FAIL: test_ucd_510 (test.test_unicodedata.UnicodeMiscTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/cartman/Sources/py3k/Lib/test/test_unicodedata.py", line 266, in test_ucd_510 self.assertTrue("\u1d79".upper()=='\ua77d') AssertionError: False is not True ====================================================================== FAIL: test_method_checksum (test.test_unicodedata.UnicodeMethodsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/cartman/Sources/py3k/Lib/test/test_unicodedata.py", line 67, in test_method_checksum self.assertEqual(result, self.expectedchecksum) AssertionError: '72252619bcc5d47da59734c1a2bc8f8dd34e14f8' != '4504dffd035baea02c5b9de82bebc3d65e0e0baf' - 72252619bcc5d47da59734c1a2bc8f8dd34e14f8 + 4504dffd035baea02c5b9de82bebc3d65e0e0baf ---------- components: Tests messages: 116085 nosy: cartman priority: normal severity: normal status: open title: test_unicodedata fails on MacOSX 10.6 type: behavior versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9832> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com