[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 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