[New-bugs-announce] [issue15165] test_email: failure on Windows 64-bit

Stefan Krah report at bugs.python.org
Sun Jun 24 21:43:57 CEST 2012


New submission from Stefan Krah <stefan-usenet at bytereef.org>:

I'm getting this failure in test_email (Windows 64-bit build):

======================================================================                                               
ERROR: test_localtime_epoch_notz_daylight_false (test_utils.LocaltimeTests)                                          
----------------------------------------------------------------------                                               
Traceback (most recent call last):                                                                                   
  File "C:\Users\stefan\pydev\cpython\lib\test\test_email\test_utils.py", line 112, in test_localtime_epoch_notz_dayl
ight_false                                                                                                           
    t1 = utils.localtime(t0)                                                                                         
  File "C:\Users\stefan\pydev\cpython\lib\email\utils.py", line 397, in localtime                                    
    seconds = time.mktime(tm)                                                                                        
OverflowError: mktime argument out of range                                                                          
                                                                                                                     
======================================================================                                               
ERROR: test_localtime_epoch_notz_daylight_true (test_utils.LocaltimeTests)                                           
----------------------------------------------------------------------                                               
Traceback (most recent call last):                                                                                   
  File "C:\Users\stefan\pydev\cpython\lib\test\test_email\test_utils.py", line 105, in test_localtime_epoch_notz_dayl
ight_true                                                                                                            
    t1 = utils.localtime(t0)                                                                                         
  File "C:\Users\stefan\pydev\cpython\lib\email\utils.py", line 397, in localtime                                    
    seconds = time.mktime(tm)                                                                                        
OverflowError: mktime argument out of range

----------
components: Tests
keywords: buildbot
messages: 163827
nosy: r.david.murray, skrah
priority: normal
severity: normal
status: open
title: test_email: failure on Windows 64-bit
type: behavior
versions: Python 3.3

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


More information about the New-bugs-announce mailing list