[issue11190] test_locale error on AIX

2018-08-28 Thread STINNER Victor
STINNER Victor added the comment: > So, I guess it is still an issue to be examined, just not urgently. The test pass in the master branch, so I close the issue. If you want to do something, discuss with the maintainers of AIX C library to ask them if strcoll() work as expected according to

[issue11190] test_locale error on AIX

2018-08-28 Thread Michael Felt
Michael Felt added the comment: Ok - testing other Python3 versions: 3.4.9 - failed 3.5.5 - failed 3.7.0 - passes - ah - but due to skip tests! test_strcoll (test.test_locale.TestEnUSCollation) ... testing with 'en_US.ISO8859-1'... ok test_strcoll_with_diacritic

[issue11190] test_locale error on AIX

2018-08-25 Thread Michael Felt
Michael Felt added the comment: FYI - this test passes on Python3.X and Python3.7 bots, still fails on Python2.7 In short "fixed" for Python3. -- components: +Tests ___ Python tracker

[issue11190] test_locale error on AIX

2016-07-25 Thread STINNER Victor
STINNER Victor added the comment: I know that test_locale fails on AIX, but I don't think that it's an issue in Python itself. Python exposes OS functions. I suggest to simply skip failing tests on AIX! -- ___ Python tracker

[issue11190] test_locale error on AIX

2016-07-25 Thread Michael Felt
Michael Felt added the comment: FYI: this seems to still be current, although issue11193 seems okay. michael@x071:[/data/prj/aixtools/python/python-3.6.0.162/Lib/test]../../python test_locale.py ..testing with 'en_US.ISO8859-1'... .testing with 'en_US.ISO8859-1'... Ftesting

[issue11190] test_locale error on AIX

2013-03-14 Thread alef
Changes by alef alessandro.for...@eumetsat.int: -- nosy: +alef ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11190 ___ ___ Python-bugs-list

[issue11190] test_locale error on AIX

2011-02-11 Thread Sébastien Sablé
New submission from Sébastien Sablé sa...@users.sourceforge.net: I have the following errors on test_locale on AIX: == FAIL: test_strcoll_with_diacritic (test.test_locale.TestEnUSCollation)

[issue11190] test_locale error on AIX

2011-02-11 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: See also issue #11193 (another locale issue on AIX). -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11190 ___