Searched refs:expected_file (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/subset/ |
H A D | run-tests.py | 46 expected_file = os.path.join (test_suite.get_output_directory (), 48 print (' expected_file %s' % os.path.abspath (expected_file)) 64 expected_file = os.path.join (test_suite.get_output_directory (), test.get_font_name ()) 65 with open (expected_file, "rb") as fp: 83 with TTFont (expected_file) as font:
|
/third_party/mesa3d/src/intel/tools/tests/ |
H A D | run-test.py | 37 expected_file = asm_file.stem + '.expected' variable 38 expected_path = args.gen_folder / expected_file 61 expected_file, asm_file.stem + '.out'))
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/ |
H A D | test_mutate_expressions.js | 25 function testCloneSiblings(expected_file) { 35 helpers.assertExpectedResult(expected_file, mutated);
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.py | 494 expected_file = options.v8_root_dir / "tools/gcmole/test-expectations.txt" 495 with open(expected_file) as exp_file: 503 log("Expected: " + expected_file) 518 log("Expected: " + expected_file)
|
/third_party/python/Lib/test/ |
H A D | test_cmd_line_script.py | 94 expected_file, expected_argv0, 102 printed_file = '__file__==%a' % expected_file 124 def _check_script(self, script_exec_args, expected_file, 135 self._check_output(script_exec_args, rc, out + err, expected_file,
|
H A D | test_runpy.py | 603 def _check_script(self, script_name, expected_name, expected_file, 616 expected_file) 625 "__file__": expected_file, 640 expected_file)
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | mock_code_generator.cc | 146 void CheckSingleAnnotation(const std::string& expected_file, in CheckSingleAnnotation() argument 150 EXPECT_EQ(expected_file, annotation.source_file()); in CheckSingleAnnotation()
|
/third_party/python/Lib/test/test_warnings/ |
H A D | __init__.py | 783 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py' 787 self.assertEqual(expected_file, path)
|
Completed in 7 milliseconds