Home
last modified time | relevance | path

Searched refs:expected_file (Results 1 – 13 of 13) sorted by relevance

/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_exec_anatomy.py26 expected_file = os.path.join(target_dir, 'expected.json')
28 expected_file])
29 return (expected_file, result_file)
/external/python/apitools/samples/
Duptodate_check_test.py64 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/
Ddiff_test_trace_processor.py97 with open(expected_path, "r") as expected_file:
98 expected = expected_file.read()
/external/harfbuzz_ng/test/subset/
Drun-tests.py59 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/
Dsshfs_tests7 "expected_file": "/media/fuse/chronos@localhost:/.ssh"
/external/python/cpython3/Lib/test/
Dtest_cmd_line_script.py92 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,
Dtest_runpy.py601 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/
Dtest_cmd_line_script.py70 def _check_script(self, script_name, expected_file, argument
79 printed_file = '__file__==%r' % expected_file
Dtest_runpy.py338 def _check_script(self, script_name, expected_name, expected_file, argument
342 self.assertEqual(result["__file__"], expected_file)
Dtest_warnings.py556 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py'
560 self.assertEqual(expected_file, path)
/external/mesa3d/src/compiler/glsl/tests/lower_jumps/
Dcreate_test_cases.py309 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/
Dtensor_bundle_test.cc614 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__.py791 expected_file = os.path.splitext(warning_tests.__file__)[0] + '.py'
795 self.assertEqual(expected_file, path)