Home
last modified time | relevance | path

Searched refs:check_sanitizer (Results 1 - 17 of 17) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_idle.py3 from test.support import check_sanitizer namespace
5 if check_sanitizer(address=True, memory=True):
H A Dtest_tk.py4 from test.support import check_sanitizer namespace
6 if check_sanitizer(address=True, memory=True):
H A Dtest_tix.py5 from test.support import check_sanitizer namespace
7 if check_sanitizer(address=True, memory=True):
H A Dtest_ttk_guionly.py4 from test.support import check_sanitizer namespace
6 if check_sanitizer(address=True, memory=True):
H A Dtest_crypt.py3 from test.support import check_sanitizer, warnings_helper namespace
7 if check_sanitizer(address=True, memory=True):
H A Dtest_distutils.py26 if support.check_sanitizer(address=True):
H A Dpythoninfo.py687 info_add('test_support.check_sanitizer(address=True)',
688 support.check_sanitizer(address=True))
689 info_add('test_support.check_sanitizer(memory=True)',
690 support.check_sanitizer(memory=True))
691 info_add('test_support.check_sanitizer(ub=True)',
692 support.check_sanitizer(ub=True))
H A Dtest___all__.py14 if support.check_sanitizer(address=True, memory=True):
H A Dtest_hashlib.py70 SKIP_SHA3 = support.check_sanitizer(ub=True)
H A Dtest_concurrent_futures.py36 if support.check_sanitizer(address=True, memory=True):
H A Dtest_subprocess.py4 from test.support import check_sanitizer namespace
793 @unittest.skipIf(check_sanitizer(address=True),
H A Dtest_decimal.py37 requires_legacy_unicode_capi, check_sanitizer)
5627 @unittest.skipIf(check_sanitizer(address=True, memory=True),
H A D_test_multiprocessing.py78 if support.check_sanitizer(address=True):
/third_party/python/Lib/test/test_peg_generator/
H A D__init__.py7 if support.check_sanitizer(address=True, memory=True):
/third_party/python/Lib/test/test_tools/
H A D__init__.py10 if support.check_sanitizer(address=True, memory=True):
/third_party/python/Lib/test/test_asyncio/
H A Dtest_subprocess.py19 if support.check_sanitizer(address=True):
/third_party/python/Lib/test/support/
H A D__init__.py48 "check_disallow_instantiation", "check_sanitizer", "skip_if_sanitizer",
397 def check_sanitizer(*, address=False, memory=False, ub=False): function
428 skip = check_sanitizer(address=address, memory=memory, ub=ub)

Completed in 29 milliseconds