]> granicus.if.org Git - python/commitdiff
this test will only work on 64-bit machines
authorBenjamin Peterson <benjamin@python.org>
Wed, 1 Oct 2014 01:28:27 +0000 (21:28 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 1 Oct 2014 01:28:27 +0000 (21:28 -0400)
Lib/test/test_file2k.py

index 14e5931b629b06538dfbbb5d47a10f2c9eb648a1..cab4079c3eb8c24b5d487e78e39df40338e945b6 100644 (file)
@@ -436,6 +436,7 @@ class OtherFileTests(unittest.TestCase):
         finally:
             f.close()
 
+    @unittest.skipUnless(sys.maxsize > 2**31, "requires 64-bit system")
     @test_support.precisionbigmemtest(2**31, 1)
     def test_very_long_line(self, maxsize):
         # Issue #22526