[issue20672] test_list() of test_tarfile fails on

2014-02-19 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: +Python 3.3 ___ Python tracker ___ _

[issue20672] test_list() of test_tarfile fails on

2014-02-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset b508cbc29acf by Serhiy Storchaka in branch '3.3': Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. http://hg.python.org/cpython/rev/b508cbc29acf New changeset 13d27bad7393 by Serhiy Storchaka in branch 'default': Issue #20672: Fixe

[issue20672] test_list() of test_tarfile fails on

2014-02-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This failure can be reproduced on Linux: LANG=en_US.ISO8859-1 ./python -Wall -m test.regrtest -vG -m test_list test_tarfile Tarfile use filesystem encoding by default (and UTF-8 on Windows). This test expected the UTF-8 encoding. Here is a patch which f

[issue20672] test_list() of test_tarfile fails on

2014-02-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > Another different failure. This is issue20220. -- ___ Python tracker ___ ___ Python-bugs-list m

[issue20672] test_list() of test_tarfile fails on

2014-02-18 Thread STINNER Victor
STINNER Victor added the comment: Another different failure. http://buildbot.python.org/all/builders/System%20Z%20Linux%203.x/builds/1302/steps/test/logs/stdio == FAIL: test_list_command_verbose (test.test_tarfile.CommandLineTe

[issue20672] test_list() of test_tarfile fails on

2014-02-18 Thread STINNER Victor
New submission from STINNER Victor: http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/1728/steps/test/logs/stdio == FAIL: test_list (test.test_tarfile.Bz2ListTest) -