Searched refs:expected_file (Results 1 – 13 of 13) sorted by relevance
/external/clang/tools/scan-build-py/tests/functional/cases/ |
D | test_exec_anatomy.py | 26 expected_file = os.path.join(target_dir, 'expected.json') 28 expected_file]) 29 return (expected_file, result_file)
|
/external/python/apitools/samples/ |
D | uptodate_check_test.py | 64 for expected_file in expected_files: 67 api_name, prefix, expected_file)), 68 _GetContent(os.path.join(tmp_dir_path, expected_file)))
|
/external/perfetto/tools/ |
D | diff_test_trace_processor.py | 97 with open(expected_path, "r") as expected_file: 98 expected = expected_file.read()
|
/external/harfbuzz_ng/test/subset/ |
D | run-tests.py | 59 expected_file = os.path.join(test_suite.get_output_directory (), 61 print (' expected_file %s' % os.path.abspath (expected_file))
|
/external/autotest/client/site_tests/platform_CrosDisksSshfs/ |
D | sshfs_tests | 7 "expected_file": "/media/fuse/chronos@localhost:/.ssh"
|
/external/python/cpython3/Lib/test/ |
D | test_cmd_line_script.py | 92 expected_file, expected_argv0, argument 100 printed_file = '__file__==%a' % expected_file 120 def _check_script(self, script_exec_args, expected_file, argument 131 self._check_output(script_exec_args, rc, out + err, expected_file,
|
D | test_runpy.py | 601 def _check_script(self, script_name, expected_name, expected_file, argument 614 expected_file) 623 "__file__": expected_file, 638 expected_file)
|
/external/python/cpython2/Lib/test/ |
D | test_cmd_line_script.py | 70 def _check_script(self, script_name, expected_file, argument 79 printed_file = '__file__==%r' % expected_file
|
D | test_runpy.py | 338 def _check_script(self, script_name, expected_name, expected_file, argument 342 self.assertEqual(result["__file__"], expected_file)
|
D | test_warnings.py | 556 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py' 560 self.assertEqual(expected_file, path)
|
/external/mesa3d/src/compiler/glsl/tests/lower_jumps/ |
D | create_test_cases.py | 309 expected_file = os.path.join(outdir, '{0}.opt_test.expected'.format(test_name)) 310 with open(expected_file, 'w') as f:
|
/external/tensorflow/tensorflow/core/util/tensor_bundle/ |
D | tensor_bundle_test.cc | 614 for (const string& expected_file : expected_files) { in TEST() local 615 TF_EXPECT_OK(env->FileExists(io::JoinPath(dir, expected_file))); in TEST()
|
/external/python/cpython3/Lib/test/test_warnings/ |
D | __init__.py | 791 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py' 795 self.assertEqual(expected_file, path)
|