Searched refs:test_path (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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)
|
| /openbsd-src/gnu/llvm/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 527 common.debug('Writing', len(output_lines), 'lines to', test_path, '..\n\n') 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: [all …]
|
| /openbsd-src/gnu/llvm/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):
|
| /openbsd-src/gnu/llvm/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):
|
| /openbsd-src/gnu/llvm/libcxx/benchmarks/ |
| H A D | CMakeLists.txt | 204 foreach(test_path ${BENCHMARK_TESTS}) 205 get_filename_component(test_file "${test_path}" NAME) 212 add_benchmark_test(${test_name} ${test_path})
|
| /openbsd-src/gnu/llvm/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/')]
|