Searched defs:bigmemtest (Results 1 - 13 of 13) sorted by relevance
/third_party/python/Lib/test/test_json/ |
H A D | test_dump.py | 4 from test.support import bigmemtest, _1G namespace
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_arrays.py | 2 from test.support import bigmemtest, _2G namespace
|
/third_party/python/Lib/test/ |
H A D | test_binascii.py | 7 from test.support import bigmemtest, _1G, _4G, warnings_helper namespace
|
H A D | test_largefile.py | 11 from test.support import requires, bigmemtest namespace
|
H A D | test_zlib.py | 10 from test.support import bigmemtest, _1G, _4G namespace [all...] |
H A D | test_gzip.py | 15 from test.support import _4G, bigmemtest, requires_subprocess namespace
|
H A D | test_bigmem.py | 12 from test.support import bigmemtest, _1G, _2G, _4G namespace [all...] |
H A D | test_bz2.py | 2 from test.support import bigmemtest, _4G namespace
|
H A D | test_hashlib.py | 22 from test.support import _4G, bigmemtest namespace
|
H A D | test_lzma.py | 12 from test.support import _4G, bigmemtest namespace
|
H A D | test_re.py | 1 from test.support import (gc_collect, bigmemtest, _2G, namespace
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_userfunctions.py | 33 from test.support import bigmemtest, catch_unraisable_exception, gc_collect namespace
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 927 def bigmemtest(size, memuse, dry_run=True): function
|
Completed in 19 milliseconds