kadler / cpython

The Python programming language
https://www.python.org/
Other
2 stars 2 forks source link

Test failures in test_locale #37

Open kadler opened 3 years ago

kadler commented 3 years ago
======================================================================
FAIL: test_strcoll_with_diacritic (test.test_locale.TestEnUSCollation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_locale.py", line 376, 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 "/QOpenSys/jenkins/workspace/cpython_sem-fix/Lib/test/test_locale.py", line 381, in test_strxfrm_with_diacritic
    self.assertLess(locale.strxfrm('Ã '), locale.strxfrm('b'))
AssertionError: 'Ç¢Ä' not less than 'ŤÄ'