Message204201
| 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:24 | vstinner | set | recipients:
+ vstinner, David.Edelsohn |
| 2013年11月24日 12:36:24 | vstinner | set | messageid: <1385296584.36.0.0978202241603.issue19748@psf.upfronthosting.co.za> |
| 2013年11月24日 12:36:24 | vstinner | link | issue19748 messages |
| 2013年11月24日 12:36:23 | vstinner | create |
|