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 sable
Recipients sable
Date 2011-02-11.14:59:01
SpamBayes Score 0.005914321
Marked as misclassified No
Message-id <1297436341.9.0.505195116072.issue11190@psf.upfronthosting.co.za>
In-reply-to
Content
I have the following errors on test_locale on AIX:

======================================================================
FAIL: test_strcoll_with_diacritic (test.test_locale.TestEnUSCollation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/san_cis/home/cis/.buildbot/python-aix6/3.x.phenix.xlc/build/Lib/test/test_locale.py", line 364, in test_strcoll_with_diacritic
    self.assertLess(locale.strcoll('à', 'b'), 0)
AssertionError: 1 not less than 0

======================================================================
FAIL: test_strxfrm_with_diacritic (test.test_locale.TestEnUSCollation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/san_cis/home/cis/.buildbot/python-aix6/3.x.phenix.xlc/build/Lib/test/test_locale.py", line 367, in test_strxfrm_with_diacritic
    self.assertLess(locale.strxfrm('à'), locale.strxfrm('b'))
AssertionError: '\u01e2\u0100' not less than '\u0164\u0100'

----------------------------------------------------------------------
Ran 35 tests in 0.020s

FAILED (failures=2)

I haven't investigated yet.
History
Date User Action Args
2011-02-11 14:59:01sablesetrecipients: + sable
2011-02-11 14:59:01sablesetmessageid: <1297436341.9.0.505195116072.issue11190@psf.upfronthosting.co.za>
2011-02-11 14:59:01sablelinkissue11190 messages
2011-02-11 14:59:01sablecreate