Issue1671568
Created on 2007-03-01.10:32:21 by pekka.klarck, last changed 2007-04-23.04:32:43 by cgroves.
msg1525 (view) |
Author: Pekka Klärck (pekka.klarck) |
Date: 2007-03-01.10:32:21 |
|
I got some locale dependent failures in test_datetime when running Lib/test/regrtest.py as I reported in http://jython.org/bugs/1671562. A more worrying thing was that in the end of the regrtest run I got following summary which doesn't list failures in test_datetime at all.
51 tests OK.
2 tests skipped:
test_longexp test_mhlib
3 tests failed:
test_cpickle test_descr test_zlib
|
msg1526 (view) |
Author: Charlie Groves (cgroves) |
Date: 2007-04-23.04:32:43 |
|
test_datetime was using unittest's runner instead of test_support so regrtest wasn't picking up on failures. Fixed in r3182.
|
|
Date |
User |
Action |
Args |
2007-03-01 10:32:21 | pekka.klarck | create | |
|