Lines Matching defs:support
14 from test import support
15 from test.support import os_helper
16 from test.support.script_helper import assert_python_ok, spawn_python
17 from test.support import threading_helper
137 @support.requires_subprocess()
188 @support.requires_subprocess()
219 @unittest.skipUnless(support.has_socket_support, "needs working sockets.")
227 # Emscripten does not support fstat on pipes yet.
229 @unittest.skipIf(support.is_emscripten, "Emscripten cannot fstat pipes.")
248 @unittest.skipIf(support.is_emscripten, "Emscripten cannot fstat pipes.")
249 @unittest.skipUnless(support.has_socket_support, "needs working sockets.")
269 @unittest.skipIf(support.is_emscripten, "Emscripten cannot fstat pipes.")
342 from test.support import captured_stderr
525 from test.support import captured_stderr
568 from test.support import captured_stderr
670 @support.requires_subprocess()
722 stdout, stderr = process.communicate(timeout=support.SHORT_TIMEOUT)
1230 if support.verbose:
1276 deadline = time.monotonic() + support.SHORT_TIMEOUT
1310 deadline = time.monotonic() + support.SHORT_TIMEOUT
1360 with support.catch_unraisable_exception() as cm:
1436 "pidfd support not built in",
1442 self.skipTest("kernel does not support pidfds")
1454 support.reap_children()