[Python-checkins] cpython: Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot.

florent.xicluna python-checkins at python.org
Tue Nov 1 15:12:44 CET 2011


http://hg.python.org/cpython/rev/2771f7e96a52
changeset:   73282:2771f7e96a52
user:        Florent Xicluna <florent.xicluna at gmail.com>
date:        Tue Nov 01 15:12:34 2011 +0100
summary:
  Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot.

files:
  Lib/test/test_time.py |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py
--- a/Lib/test/test_time.py
+++ b/Lib/test/test_time.py
@@ -161,6 +161,10 @@
                 self.fail("conversion specifier %r failed with '%s' input." %
                           (format, strf_output))
 
+    # XXX Temporary tests to troubleshoot issue #13309 on buildbots
+    test_aaa_strptime = test_strptime
+    test_bbb_strptime = test_strptime
+
     def test_strptime_bytes(self):
         # Make sure only strings are accepted as arguments to strptime.
         self.assertRaises(TypeError, time.strptime, b'2009', "%Y")

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list