[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX and Solaris

2013-11-24 Thread STINNER Victor
STINNER Victor added the comment: test_strftime now pass again on buildbots: OpenIndiana, Solaris, AIX. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19634

[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX

2013-11-23 Thread STINNER Victor
STINNER Victor added the comment: Oh, the test is failing with the same error on Solaris: == FAIL: test_y_before_1900 (test.test_strftime.Y1900Tests) --

[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX and Solaris

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset b7fd5d8e9968 by Victor Stinner in branch 'default': Issue #19634: time.strftime(%y) now raises a ValueError on Solaris when given http://hg.python.org/cpython/rev/b7fd5d8e9968 -- ___ Python tracker

[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX and Solaris

2013-11-23 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- resolution: fixed - status: closed - open title: test_strftime.test_y_before_1900_nonwin() fails on AIX - test_strftime.test_y_before_1900_nonwin() fails on AIX and Solaris ___ Python tracker

[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX and Solaris

2013-11-23 Thread STINNER Victor
STINNER Victor added the comment: I leave the issue open until I see the test passing on Solaris. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19634 ___

[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX and Solaris

2013-11-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: This broke OpenIndiana: == ERROR: test_y_before_1900 (test.test_strftime.Y1900Tests) -- Traceback (most recent call last):

[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX and Solaris

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset e73683514b4d by Victor Stinner in branch 'default': Isue #19634: test_y_before_1900() is expected to fail on Solaris http://hg.python.org/cpython/rev/e73683514b4d -- ___ Python tracker

[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX

2013-11-18 Thread STINNER Victor
STINNER Victor added the comment: Ok, the test passed with the second fix. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19634 ___

[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX

2013-11-18 Thread Tim Golden
Tim Golden added the comment: Thanks, guys; I'm afraid I only watched the stable buildbots when I committed - the AIX doesn't seem to be included. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19634

[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX

2013-11-17 Thread STINNER Victor
New submission from STINNER Victor: The isuse #13674 added tests on strftime() for %y format with year 1900 on Windows. It looks like AIX doesn't support them. http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/1039/steps/test/logs/stdio

[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX

2013-11-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset fd9ce1d4b820 by Victor Stinner in branch 'default': Issue #19634: time.strftime(%y) now raises a ValueError on AIX when given a http://hg.python.org/cpython/rev/fd9ce1d4b820 -- nosy: +python-dev ___

[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX

2013-11-17 Thread STINNER Victor
STINNER Victor added the comment: I keep the issue open until the test succeed on AIX. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19634 ___

[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX

2013-11-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 652de09a3a1a by Victor Stinner in branch 'default': Issue #19634: Fix time_strftime() on AIX, format is a wchar_t* not a PyObject* http://hg.python.org/cpython/rev/652de09a3a1a -- ___ Python tracker

[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX

2013-11-17 Thread David Edelsohn
Changes by David Edelsohn dje@gmail.com: -- nosy: +David.Edelsohn ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19634 ___ ___ Python-bugs-list