This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients David.Edelsohn, vstinner
Date 2013-11-24.12:36:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385296584.36.0.0978202241603.issue19748@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/1138/steps/test/logs/stdio

======================================================================
ERROR: test_mktime (test.test_time.TimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_time.py", line 348, in test_mktime
    self.assertEqual(time.mktime(tt), t)
OverflowError: mktime argument out of range

======================================================================
FAIL: test_ctime (test.test_time.TimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_time.py", line 233, in test_ctime
    self.assertEqual(time.ctime(testval)[20:], str(year))
AssertionError: '1941' != '-100'
- 1941
+ -100
History
Date User Action Args
2013-11-24 12:36:24vstinnersetrecipients: + vstinner, David.Edelsohn
2013-11-24 12:36:24vstinnersetmessageid: <1385296584.36.0.0978202241603.issue19748@psf.upfronthosting.co.za>
2013-11-24 12:36:24vstinnerlinkissue19748 messages
2013-11-24 12:36:23vstinnercreate