[issue15165] test_email: failure on Windows 64-bit

2012-06-25 Thread Alexander Belopolsky
Alexander Belopolsky alexander.belopol...@gmail.com added the comment: I am surprised that we don't see the same failure on 32-bit windows buildbot. Windows mktime does not support negative time_t in either 32 or 64 bit version: http://msdn.microsoft.com/en-us/library/d1y53h2a(v=vs.110).aspx

[issue15165] test_email: failure on Windows 64-bit

2012-06-24 Thread Stefan Krah
New submission from Stefan Krah stefan-use...@bytereef.org: I'm getting this failure in test_email (Windows 64-bit build): == ERROR: test_localtime_epoch_notz_daylight_false

[issue15165] test_email: failure on Windows 64-bit

2012-06-24 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Same here with VS 2008. -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15165 ___

[issue15165] test_email: failure on Windows 64-bit

2012-06-24 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: I haven't touched localtime since pycon, so I presume this hasn't been detected before due to our lack of a windows 64bit buildbot. -- components: +email nosy: +barry, belopolsky priority: normal - high

[issue15165] test_email: failure on Windows 64-bit

2012-06-24 Thread Alexander Belopolsky
Alexander Belopolsky alexander.belopol...@gmail.com added the comment: I don't have a Win 64 setup, but I think replacing 1970 with say 1990 in the tests should fix the problem. -- nosy: +Alexander.Belopolsky ___ Python tracker