Home
last modified time | relevance | path

Searched refs:test_path (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/
H A DTestToolBase.py80 options.test_path = os.path.abspath(options.test_path)
81 options.test_path = os.path.normcase(options.test_path)
82 if not os.path.isfile(options.test_path) and not os.path.isdir(options.test_path):
85 options.test_path))
108 if os.path.isdir(options.test_path):
132 if not options.test_path.endswith('.dex'):
133 options.source_files = [options.test_path]
134 options.test_files = [options.test_path]
143 def _get_test_name(self, test_path): argument
149 test_name = os.path.relpath(test_path,
[all …]
/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_header_inclusion_tests.py11 test_path = os.path.join(src_root, 'test', 'libcxx', 'inclusions')
12 assert os.path.exists(test_path)
13 assert os.path.exists(os.path.join(test_path, 'algorithm.inclusions.compile.pass.cpp'))
14 return script_name, src_root, test_path
17 script_name, source_root, test_path = get_libcxx_paths() variable
201 out_path = os.path.join(test_path, test_name)
/llvm-project-15.0.7/llvm/utils/
H A Dupdate_mca_test_checks.py265 def _get_block_infos(run_infos, test_path, args, common_prefix): # noqa argument
305 test_path)
434 def _write_output(test_path, input_lines, prefix_list, block_infos, # noqa argument
529 with open(test_path, 'wb') as f:
535 for test_path in test_paths:
536 sys.stderr.write('Test: {}\n'.format(test_path))
543 if not os.path.isfile(test_path):
544 raise Error('could not find test file: {}'.format(test_path))
546 with open(test_path) as f:
549 run_lines = common.find_run_lines(test_path, input_lines)
[all …]
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dfile_type_obs.pass.cpp69 auto test_path = [=](const path &p) { in TEST_CASE() local
86 test_path(f); in TEST_CASE()
87 test_path(d); in TEST_CASE()
88 test_path(hl); in TEST_CASE()
91 test_path(fifo); in TEST_CASE()
105 auto test_path = [=](const path &p) { in TEST_CASE() local
150 test_path(f); in TEST_CASE()
151 test_path(d); in TEST_CASE()
152 test_path(hl); in TEST_CASE()
155 test_path(fifo); in TEST_CASE()
H A Dhard_link_count.pass.cpp94 auto test_path = [=](const path &p) { in TEST_CASE() local
109 test_path(dir2); in TEST_CASE()
113 test_path(fifo); in TEST_CASE()
114 test_path(sym_to_fifo); in TEST_CASE()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/
H A D__init__.py17 test_path = os.path.join(lldb_root, "use_lldb_suite_root.py")
18 if os.path.isfile(test_path):
/llvm-project-15.0.7/lldb/scripts/
H A Duse_lldb_suite.py14 test_path = os.path.join(lldb_root, "use_lldb_suite_root.py")
15 if os.path.isfile(test_path):
/llvm-project-15.0.7/lldb/test/API/
H A Duse_lldb_suite.py15 test_path = os.path.join(lldb_root, "use_lldb_suite_root.py")
16 if os.path.isfile(test_path):
/llvm-project-15.0.7/libcxx/benchmarks/
H A DCMakeLists.txt201 foreach(test_path ${BENCHMARK_TESTS})
202 get_filename_component(test_file "${test_path}" NAME)
209 add_benchmark_test(${test_name} ${test_path})
/llvm-project-15.0.7/llvm/utils/lit/tests/unit/
H A DTestRunner.py41 test_path = os.path.dirname(os.path.dirname(__file__))
42 inputs = [os.path.join(test_path, 'Inputs/testrunner-custom-parsers/')]
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemotePlatformFile.py218 test_path = self.getBuildArtifact("nonexist")
222 binascii.b2a_hex(test_path.encode()).decode(),),