Home
last modified time | relevance | path

Searched refs:testcase (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/xpc/
H A DConversionTests.cpp22 for (auto &testcase : in TEST()
29 EXPECT_TRUE(testcase == xpcToJson(jsonToXpc(testcase))) << testcase; in TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dinline-asm-clobbers.ll23 define void @testcase() nounwind {
24 ; RV32I-LABEL: testcase:
30 ; RV64I-LABEL: testcase:
36 ; RV32IF-LABEL: testcase:
42 ; RV64IF-LABEL: testcase:
48 ; RV32ID-LABEL: testcase:
54 ; RV64ID-LABEL: testcase:
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestGdbClientModuleLoad.py14 def __init__(self, testcase, triple, library_name, auxv_entry, region_info): argument
16 self.testcase = testcase
66 with open(self.testcase.getBuildArtifact("libmodule_load.so"), "rb") as f:
H A DTestNoLocalFile.py23 def __init__(self, testcase): argument
26 self.testcase = testcase
35 self.testcase.a_packet_file = bytearray.fromhex(a_arr[2]).decode()
/llvm-project-15.0.7/llvm/utils/lit/lit/formats/
H A Dgoogletest.py175 for testcase in jf['testsuites']:
176 for testinfo in testcase['testsuite']:
180 testname = testcase['name'] + '.' + testinfo['name']
243 for testcase in testsuites:
244 for testinfo in testcase['testsuite']:
249 testPath = test.path_in_suite[:-2] + (testcase['name'],
254 testname = testcase['name'] + '.' + testinfo['name']
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dread-binary.test4 RUN: echo -e "Hello\r\nWorld\r" > %t-testcase
6 RUN: %run %t-fuzzer %t-testcase | FileCheck %s
/llvm-project-15.0.7/llvm/test/CodeGen/CSKY/
H A Dinline-asm-clobbers.ll9 define void @testcase() nounwind {
10 ; CSKYI-LABEL: testcase:
24 ; CSKYIF-LABEL: testcase:
42 ; CSKYID-LABEL: testcase:
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Drotate.ll5 define <2 x i64> @testcase(<2 x i64>* %in) {
6 ; CHECK-LABEL: testcase
H A Darm64-dead-register-def-bug.ll11 define void @testcase() {
12 ; CHECK: testcase:
H A Daarch64-tail-dup-size.ll16 define dso_local void @testcase(%a** nocapture %arg){
17 ; CHECK-O2-LABEL: testcase:
36 ; CHECK-O3-LABEL: testcase:
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Drotate.ll6 define <2 x i64> @testcase(<2 x i64>* %in) {
7 ; CHECK-LABEL: testcase:
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A DiterationCount_zext_or_trunc.ll3 ; ModuleID = 'testcase.bc'
7 define i32 @testcase(i5 zeroext %k) {
H A Dloop_evaluate_5.ll7 define i32 @testcase(i5 zeroext %k) nounwind readnone {
8 ; CHECK-LABEL: @testcase
/llvm-project-15.0.7/llvm/test/tools/gold/X86/
H A Dasm_undefined2.ll1 ; RegularLTO testcase
7 ; ThinLTO testcase
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp485 struct testcase { struct
486 testcase(std::initializer_list<pair<const char *, E>>);
490 testcase a{{"", ENUM_CONSTANT}}; in f1()
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/
H A DMachO_GOTAndStubsOptimization.s5 # RUN: -o %t/testcase.o %s
7 # RUN: -entry=bypass_stub -check %s %t/testcase.o %t/helper.o
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1545 def get_actions_for_signal(testcase, signal_name, from_target=False, expected_absent=False): argument
1551 testcase.dbg.GetCommandInterpreter().HandleCommand(
1558 testcase.fail('Signal "{0}" was supposed to be absent'.format(signal_name))
1562 testcase.fail('Unable to retrieve default signal disposition.')
1567 def set_actions_for_signal(testcase, signal_name, pass_action, stop_action, notify_action, expect_s… argument
1577 testcase.dbg.GetCommandInterpreter().HandleCommand(command, return_obj)
1578 testcase.assertEqual(expect_success,
1643 def wait_for_file_on_target(testcase, file_path, max_attempts=6): argument
1645 err, retcode, msg = testcase.run_platform_command("ls %s" % file_path)
1653 testcase.fail(
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/ADCE/
H A D2002-05-23-ZeroArgPHITest.ll1 ; This testcase contains a entire loop that should be removed. The only thing
2 ; left is the store instruction in BB0. The problem this testcase was running
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltin-recursive.cpp7 void testcase(void) { in testcase() function
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dinvoke_unwind.ll6 ; This testcase checks to see if the simplifycfg pass is converting invoke
41 ; This testcase checks to see if simplifycfg pass can convert two invoke
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dreturn_zeroext_i2.ll2 ; Check that the testcase does not crash
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A D2004-08-09-RemInfLoop.ll3 ; This testcase should not send the instcombiner into an infinite loop!
/llvm-project-15.0.7/llvm/test/tools/llvm-reduce/
H A Dhelp.test3 # HELP: OVERVIEW: LLVM automatic testcase reducer.
/llvm-project-15.0.7/llvm/test/Assembler/
H A D2003-04-25-UnresolvedGlobalReference.ll3 ; There should be absolutely no problem with this testcase.
/llvm-project-15.0.7/llvm/test/Verifier/
H A D2002-11-05-GetelementptrPointers.ll4 ; This testcase is invalid because we are indexing into a pointer that is

12345678910>>...13