Home
last modified time | relevance | path

Searched refs:SuppressCrashReport (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Lib/test/
Dtf_inherit_check.py7 from test.support import SuppressCrashReport
9 with SuppressCrashReport():
Dtest_repl.py8 from test.support import cpython_only, SuppressCrashReport
54 with SuppressCrashReport():
Dtest_capi.py53 with support.SuppressCrashReport():
452 with support.SuppressCrashReport():
Dtest_tracemalloc.py851 with support.SuppressCrashReport():
882 with support.SuppressCrashReport():
Dtest_exceptions.py14 SuppressCrashReport)
1034 with SuppressCrashReport():
Dtest_faulthandler.py72 with support.SuppressCrashReport():
Dtest_cmd_line.py582 with support.SuppressCrashReport():
Dtest_threading.py942 with test.support.SuppressCrashReport():
Dtest_sys.py268 with test.support.SuppressCrashReport():
Dtest_subprocess.py1120 with support.SuppressCrashReport():
1663 with support.SuppressCrashReport():
/external/python/cpython2/Lib/test/support/
D__init__.py1950 class SuppressCrashReport: class
2061 with SuppressCrashReport():
/external/python/cpython3/Lib/test/support/
D__init__.py2563 class SuppressCrashReport: class
/external/python/cpython3/Doc/library/
Dtest.rst1226 .. class:: SuppressCrashReport()