[issue19634] test_strftime.test_y_before_1900_nonwin() fails on AIX

STINNER Victor report at bugs.python.org
Sun Nov 17 23:33:29 CET 2013


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

======================================================================
FAIL: test_y_before_1900_nonwin (test.test_strftime.Y1900Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_strftime.py", line 193, in test_y_before_1900_nonwin
    time.strftime("%y", (1899, 1, 1, 0, 0, 0, 0, 0, 0)), "99")
AssertionError: '0/' != '99'
- 0/
+ 99

----------
components: Tests
messages: 203218
nosy: haypo, tim.golden
priority: normal
severity: normal
status: open
title: test_strftime.test_y_before_1900_nonwin() fails on AIX
versions: Python 3.4

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


More information about the Python-bugs-list mailing list