]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13847: Make test_localtime_failure() more robust
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 27 Jan 2012 00:03:25 +0000 (01:03 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 27 Jan 2012 00:03:25 +0000 (01:03 +0100)
commit53d3645f959b95ee1ef2cd7f999ff0cfbce98197
tree815bd92ffeb861c93c4c7341b6f46ebb4dfc810b
parent2cbae98ea4cdde9cc67ad308d0def21b49ece5a9
Issue #13847: Make test_localtime_failure() more robust

Skip the test if we are unable to find an invalid time_t value.
Lib/test/test_time.py