Home | History | Annotate | Download | only in test

Lines Matching refs:_4G

3 from test.test_support import TESTFN, _4G, bigmemtest, import_module, findfile
358 @bigmemtest(_4G, memuse=1.25)
408 @bigmemtest(_4G, memuse=1.25)
411 if size < _4G:
413 compressed = bz2.compress("a" * _4G)
415 self.assertEqual(len(text), _4G)
451 @bigmemtest(_4G, memuse=1.25)
460 @bigmemtest(_4G, memuse=1.25)
463 if size < _4G:
465 compressed = bz2.compress("a" * _4G)
467 self.assertEqual(len(text), _4G)