]> granicus.if.org Git - python/commitdiff
Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Tue, 1 Nov 2011 14:12:34 +0000 (15:12 +0100)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Tue, 1 Nov 2011 14:12:34 +0000 (15:12 +0100)
Lib/test/test_time.py

index ce5b4953485c9fc10254a430b95c88dfb24cbc19..92c92e43fda2cd332ed4ea7710e38763499d163b 100644 (file)
@@ -161,6 +161,10 @@ class TimeTestCase(unittest.TestCase):
                 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")