Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dld-st-addrrspace.py86 testname = \
88 params["testname"] = testname.replace(".", "_")
/llvm-project-15.0.7/llvm/utils/lit/lit/formats/
H A Dgoogletest.py180 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 DCMakeLists.txt55 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 DCMakeLists.txt75 macro(add_tsan_unittest testname)
81 "${testname}-${arch}-Test" ${arch}
/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A DCMakeLists.txt61 macro(add_orc_unittest testname)
68 OrcRTUnitTests "${testname}-${arch}-Test" "${arch}"
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py140 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 Dgooglebenchmark.py84 for testname in testnames:
85 testPath = path_in_suite + (subdir, fn, testname)
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/
H A DCMakeLists.txt86 macro(add_xray_unittest testname)
94 XRayUnitTests "${testname}-${arch}-Test" "${arch}"
/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A DCMakeLists.txt175 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 DAddCompilerRT.cmake458 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 Dlldbtest.py1419 testname = self.getBuildDirBasename()
1423 compiler, dictionary, testdir, testname)