Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtf_inherit_check.py7 from test.support import SuppressCrashReport
9 with SuppressCrashReport():
Dtest_repl.py8 from test.support import cpython_only, SuppressCrashReport
55 with SuppressCrashReport():
Dtest_faulthandler.py73 with support.SuppressCrashReport():
272 with support.SuppressCrashReport():
Dtest_capi.py65 with support.SuppressCrashReport():
584 with support.SuppressCrashReport():
852 with support.SuppressCrashReport():
Dtest_tracemalloc.py924 with support.SuppressCrashReport():
955 with support.SuppressCrashReport():
Dtest_cmd_line.py674 with support.SuppressCrashReport():
Dtest_exceptions.py16 SuppressCrashReport)
1357 with SuppressCrashReport():
Dtest_threading.py1228 with test.support.SuppressCrashReport():
Dtest_subprocess.py1247 with support.SuppressCrashReport():
2054 with support.SuppressCrashReport():
/third_party/python/Lib/test/support/
D__init__.py1519 class SuppressCrashReport: class
/third_party/python/Doc/library/
Dtest.rst951 .. class:: SuppressCrashReport()