Lines Matching defs:support
3 from test import support
4 from test.support import check_sanitizer
5 from test.support import import_helper
6 from test.support import os_helper
7 from test.support import warnings_helper
28 from test.support.os_helper import FakePath
49 if support.PGO:
52 if not support.has_subprocess_support:
88 support.reap_children()
100 support.reap_children()
299 with support.captured_stderr() as s:
406 # Normalize an expected cwd (for Tru64 support).
974 support.PIPE_MAX_SIZE],
981 string_to_write = b"a" * support.PIPE_MAX_SIZE
1242 self.assertEqual(p.wait(timeout=support.SHORT_TIMEOUT), 0)
1271 with support.SuppressCrashReport():
1408 proc.wait(timeout=support.SHORT_TIMEOUT)
2125 with support.SuppressCrashReport():
2266 fobj.write("#!%s\n" % support.unix_shell)
2311 fobj.write("#!%s\n" % support.unix_shell)
2725 sleeper = support.findfile("input_reader.py", subdir="subprocessdata")
2726 fd_status = support.findfile("fd_status.py", subdir="subprocessdata")
2748 qcat = support.findfile("qcat.py", subdir="subprocessdata")
2749 qgrep = support.findfile("qgrep.py", subdir="subprocessdata")
2789 fd_status = support.findfile("fd_status.py", subdir="subprocessdata")
2841 fd_status = support.findfile("fd_status.py", subdir="subprocessdata")
2919 @support.requires_mac_ver(10, 5)
2921 fd_status = support.findfile("fd_status.py", subdir="subprocessdata")
2954 script = support.findfile("fd_status.py", subdir="subprocessdata")
2985 fd_status = support.findfile("fd_status.py", subdir="subprocessdata")
3029 sigchild_ignore = support.findfile("sigchild_ignore.py",
3096 support.gc_collect() # For PyPy or other GCs.
3123 fd_status = support.findfile("fd_status.py", subdir="subprocessdata")
3139 @support.cpython_only
3179 @support.cpython_only
3276 support.wait_process(proc.pid, exitcode=0)
3290 support.wait_process(proc.pid, exitcode=0)
3408 @support.cpython_only
3784 bufsize=support.PIPE_MAX_SIZE*2)
3789 proc.stdin.write(b'x' * support.PIPE_MAX_SIZE)