[Zope3-dev] FreeBSD Test Results - Zope 3 / Python 2.2 - errors:3

zope-tests@bitdance.com zope-tests@bitdance.com
Tue, 1 Jul 2003 04:21:44 -0400 (EDT)


==============================================================================
==============================================================================
Python Version:2.2.3 (#1, Jun  9 2003, 09:57:23) 
[GCC 2.95.4 20020320 [FreeBSD]]

Modules included:
Zope3 (HEAD)

Running unit tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
Error in test test_extreme_timedelta (datetime.tests.test_datetime.TestDate)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/datetime/tests/test_datetime.py", line 819, in test_extreme_timedelta
    n = (big.days*24*3600 + big.seconds)*1000000 + big.microseconds
OverflowError: integer multiplication

Error in test test_extreme_timedelta (datetime.tests.test_datetime.TestDateTime)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/datetime/tests/test_datetime.py", line 819, in test_extreme_timedelta
    n = (big.days*24*3600 + big.seconds)*1000000 + big.microseconds
OverflowError: integer multiplication

Error in test test_extreme_timedelta (datetime.tests.test_datetime.TestDateTimeTZ)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/datetime/tests/test_datetime.py", line 819, in test_extreme_timedelta
    n = (big.days*24*3600 + big.seconds)*1000000 + big.microseconds
OverflowError: integer multiplication

======================================================================
ERROR: test_extreme_timedelta (datetime.tests.test_datetime.TestDate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/datetime/tests/test_datetime.py", line 819, in test_extreme_timedelta
    n = (big.days*24*3600 + big.seconds)*1000000 + big.microseconds
OverflowError: integer multiplication

======================================================================
ERROR: test_extreme_timedelta (datetime.tests.test_datetime.TestDateTime)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/datetime/tests/test_datetime.py", line 819, in test_extreme_timedelta
    n = (big.days*24*3600 + big.seconds)*1000000 + big.microseconds
OverflowError: integer multiplication

======================================================================
ERROR: test_extreme_timedelta (datetime.tests.test_datetime.TestDateTimeTZ)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/datetime/tests/test_datetime.py", line 819, in test_extreme_timedelta
    n = (big.days*24*3600 + big.seconds)*1000000 + big.microseconds
OverflowError: integer multiplication

----------------------------------------------------------------------
Ran 4571 tests in 539.598s

FAILED (errors=3)