Home | History | Annotate | Download | only in test

Lines Matching refs:LARGE_SIZE

272 LARGE_SIZE = 2**31
276 @unittest.skipIf(LARGE_SIZE > sys.maxsize, "test cannot run on 32-bit systems")
284 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False)
288 @test_support.precisionbigmemtest(size=LARGE_SIZE,
293 @test_support.precisionbigmemtest(size=LARGE_SIZE,
298 @test_support.precisionbigmemtest(size=LARGE_SIZE,
303 @test_support.precisionbigmemtest(size=LARGE_SIZE,
304 memuse=pointer_size*12 + sys.getsizeof(LARGE_SIZE-1),
309 @test_support.precisionbigmemtest(size=LARGE_SIZE,
310 memuse=pointer_size*12 + sys.getsizeof(LARGE_SIZE-1),
315 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False)