Home
last modified time | relevance | path

Searched refs:has_subprocess_support (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_repl.py8 from test.support import cpython_only, has_subprocess_support, SuppressCrashReport namespace
12 if not has_subprocess_support:
H A Dtest_dtrace.py13 if not support.has_subprocess_support:
H A Dtest_file_eintr.py20 if not support.has_subprocess_support:
H A Dtest_mailcap.py229 test.support.has_subprocess_support,
H A Dtest_doctest.py22 if not support.has_subprocess_support:
H A Dtest_webbrowser.py11 if not support.has_subprocess_support:
H A Dtest_faulthandler.py22 if not support.has_subprocess_support:
H A Dtest_cmd_line.py18 if not support.has_subprocess_support:
H A Dtest_regrtest.py25 if not support.has_subprocess_support:
H A Dtest_embed.py20 if not support.has_subprocess_support:
H A Dtest_subprocess.py52 if not support.has_subprocess_support:
H A Dtest_os.py1186 elif not support.has_subprocess_support:
/third_party/python/Lib/test/test_tools/
H A D__init__.py16 if not support.has_subprocess_support:
/third_party/python/Lib/test/support/
H A Dscript_helper.py46 if not support.has_subprocess_support:
H A D__init__.py44 "has_subprocess_support", "requires_subprocess",
525 has_subprocess_support = not is_emscripten and not is_wasi variable
529 return unittest.skipUnless(has_subprocess_support, "requires subprocess support")
1312 elif not has_subprocess_support:

Completed in 26 milliseconds