[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX

STINNER Victor report at bugs.python.org
Sat Nov 23 14:58:50 CET 2013


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)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cpython/buildslave/cc-32/3.x.snakebite-solaris11-amd64/build/Lib/test/test_strftime.py", line 191, in test_y_before_1900
    self.assertEqual(time.strftime("%y", t), "99")
AssertionError: '0/' != '99'
- 0/
+ 99

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19634>
_______________________________________


More information about the Python-bugs-list mailing list