Searched refs:testname (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | ld-st-addrrspace.py | 86 testname = \ 88 params["testname"] = testname.replace(".", "_")
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/formats/ |
| H A D | googletest.py | 180 testname = testcase['name'] + '.' + testinfo['name'] 182 ' '.join(cmd), testname) 186 test_out = get_test_stdout(testname) 254 testname = testcase['name'] + '.' + testinfo['name'] 256 test.file_path, testname)
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | CMakeLists.txt | 55 macro(add_scudo_unittest testname) 70 set(RUNTIME RT${testname}.${arch}) 74 "${testname}-${arch}-Test" ${arch}
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/ |
| H A D | CMakeLists.txt | 75 macro(add_tsan_unittest testname) 81 "${testname}-${arch}-Test" ${arch}
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/unittests/ |
| H A D | CMakeLists.txt | 61 macro(add_orc_unittest testname) 68 OrcRTUnitTests "${testname}-${arch}-Test" "${arch}"
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/ |
| H A D | builder.py | 140 dictionary=None, testdir=None, testname=None): argument 146 self.getMake(testdir, testname), debug_info_args, ["all"],
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | googlebenchmark.py | 84 for testname in testnames: 85 testPath = path_in_suite + (subdir, fn, testname)
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/tests/ |
| H A D | CMakeLists.txt | 86 macro(add_xray_unittest testname) 94 XRayUnitTests "${testname}-${arch}-Test" "${arch}"
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/tests/ |
| H A D | CMakeLists.txt | 175 function(generate_asan_tests test_objects test_suite testname) 176 generate_compiler_rt_tests(${test_objects} ${test_suite} ${testname} ${arch}
|
| /llvm-project-15.0.7/compiler-rt/cmake/Modules/ |
| H A D | AddCompilerRT.cmake | 458 function(generate_compiler_rt_tests test_objects test_suite testname arch) 479 add_compiler_rt_test(${test_suite} "${testname}" "${arch}"
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbtest.py | 1419 testname = self.getBuildDirBasename() 1423 compiler, dictionary, testdir, testname)
|