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 D | TestToolBase.py | 80 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 D | generate_header_inclusion_tests.py | 11 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 D | update_mca_test_checks.py | 265 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 D | file_type_obs.pass.cpp | 69 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 D | hard_link_count.pass.cpp | 94 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__.py | 17 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 D | use_lldb_suite.py | 14 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 D | use_lldb_suite.py | 15 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 D | CMakeLists.txt | 201 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 D | TestRunner.py | 41 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 D | TestGdbRemotePlatformFile.py | 218 test_path = self.getBuildArtifact("nonexist") 222 binascii.b2a_hex(test_path.encode()).decode(),),
|