Searched refs:test_stdout (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/cronet/net/data/verify_certificate_chain_unittest/ |
H A D | rebase-errors.py | 104 test_stdout = None 106 test_stdout = read_file_to_string(sys.argv[1]) 109 test_stdout = sys.stdin.read() 111 for m in failed_test_regex.finditer(test_stdout):
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/testdata/verify_certificate_chain_unittest/ |
H A D | rebase-errors.py | 106 test_stdout = None 108 test_stdout = read_file_to_string(sys.argv[1]) 111 test_stdout = sys.stdin.read() 113 for m in failed_test_regex.finditer(test_stdout):
|
/aosp_15_r20/external/cronet/net/data/parse_certificate_unittest/ |
H A D | rebase-errors.py | 133 test_stdout = None 135 test_stdout = read_file_to_string(sys.argv[1]) 138 test_stdout = sys.stdin.read() 140 for m in failed_test_regex.finditer(test_stdout):
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/testdata/parse_certificate_unittest/ |
H A D | rebase-errors.py | 135 test_stdout = None 137 test_stdout = read_file_to_string(sys.argv[1]) 140 test_stdout = sys.stdin.read() 142 for m in failed_test_regex.finditer(test_stdout):
|
/aosp_15_r20/system/core/cli-test/ |
H A D | cli-test.cpp | 239 CapturedStdout test_stdout; in RunTests() local 242 test_stdout.Stop(); in RunTests() 252 if (!CheckOutput("stdout", test_stdout.str(), test.expected_stdout, FILES)) failed = true; in RunTests()
|
/aosp_15_r20/external/bazelbuild-rules_rust/test/process_wrapper/ |
H A D | process_wrapper_tester.cc | 144 void test_stdout() { in test_stdout() function 186 test_stdout(); in main()
|
/aosp_15_r20/art/test/ |
H A D | run-test | 200 test_stdout = "test-stdout.txt" variable 847 parsed_args.stdout_file = os.path.join(DEX_LOCATION, test_stdout) 881 Path(test_stdout).touch() 948 pull_files = [test_stdout, test_stderr, "expected-stdout.txt", "expected-stderr.txt"] 961 for src, dst in [(test_stdout, os.path.join(test_dir, ctx.expected_stdout.name)),
|
/aosp_15_r20/external/cronet/build/lacros/ |
H A D | test_runner.py | 635 test_stdout = None 645 test_stdout = subprocess.PIPE 716 stdout=test_stdout,
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_descr.py | 2082 test_stdout = sys.stdout 2092 sys.stdout = test_stdout 4556 test_stdout = sys.stdout 4567 sys.stdout = test_stdout
|