Home
last modified time | relevance | path

Searched refs:fails (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/llvm-project-15.0.7/openmp/libomptarget/test/unified_shared_memory/
H A Dclose_modifier.c18 int fails; in main() local
60 fails = 0; in main()
63 fails++; in main()
69 fails = 0; in main()
72 fails++; in main()
90 fails = 0; in main()
98 fails = 0; in main()
114 fails = 0; in main()
117 fails++; in main()
123 fails = 0; in main()
[all …]
H A Dshared_update.c24 int fails; in main() local
64 fails = 0; in main()
67 fails++; in main()
70 (fails == 0) ? "Succeeded" : "Failed"); in main()
73 fails = 0; in main()
76 fails++; in main()
79 (fails == 0) ? "Succeeded" : "Failed"); in main()
94 fails = 0; in main()
97 fails++; in main()
102 fails = 0; in main()
[all …]
/llvm-project-15.0.7/openmp/runtime/test/api/
H A Domp_pause_resource.c10 int fails, nthreads, my_dev; in test_omp_pause_resource() local
12 fails = 0; in test_omp_pause_resource()
21 fails++; in test_omp_pause_resource()
28 fails++; in test_omp_pause_resource()
30 fails++; in test_omp_pause_resource()
38 fails++; in test_omp_pause_resource()
40 fails++; in test_omp_pause_resource()
48 fails++; in test_omp_pause_resource()
49 return fails == 0; in test_omp_pause_resource()
/llvm-project-15.0.7/lldb/unittests/Target/
H A DPathMappingListTest.cpp29 llvm::ArrayRef<ConstString> fails) { in TestPathMappings() argument
31 for (const auto &fail : fails) { in TestPathMappings()
59 ConstString fails[] = { in TEST() local
70 TestPathMappings(map, matches, fails); in TEST()
73 TestPathMappings(map, matches, fails); in TEST()
87 ConstString fails[] = { in TEST() local
95 TestPathMappings(map, matches, fails); in TEST()
109 ConstString fails[] = { in TEST() local
115 TestPathMappings(map, matches, fails); in TEST()
130 ConstString fails[] = { in TEST() local
[all …]
H A DFindFileTest.cpp48 llvm::ArrayRef<FileSpec> fails) { in TestFileFindings() argument
49 for (const auto &fail : fails) { in TestFileFindings()
87 std::vector<FileSpec> fails{ in TEST_F() local
96 TestFileFindings(map, matches, fails); in TEST_F()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmig.mm196 …return KERN_ERROR; // expected-warning{{MIG callback fails with error after deallo…
197 … // expected-note@-1{{MIG callback fails with error after deallocating argument value}}
204 …return KERN_ERROR; // expected-warning{{MIG callback fails with error after deallo…
205 … // expected-note@-1{{MIG callback fails with error after deallocating argument value}}
211 …return KERN_ERROR; // expected-warning{{MIG callback fails with error after deallocati…
212 … // expected-note@-1{{MIG callback fails with error after deallocating argument value}}
218 …return KERN_ERROR; // expected-warning{{MIG callback fails with error after deallocating argument …
219 // expected-note@-1{{MIG callback fails with error after deallocating argument value}}
243 …return kIOReturnError; // expected-warning{{MIG callback fails with e…
249 …return kIOReturnError; // expected-warning{{MIG callback fails with error after deallocating argum…
[all …]
/llvm-project-15.0.7/llvm/test/TableGen/
H A DJSON-check.py13 fails = 0 variable
39 fails += 1
44 fails += 1
48 if fails != 0:
49 sys.exit("{} checks failed".format(fails))
/llvm-project-15.0.7/clang/utils/ABITest/
H A Dbuild-and-summarize.sh12 ../summarize.sh $1 &> fails-x.txt
13 cat fails-x.txt
14 wc -l fails-x.txt
/llvm-project-15.0.7/flang/unittests/Decimal/
H A Dthorough-test.cpp14 static std::uint64_t fails{0}; variable
22 ++fails; in failed()
86 llvm::outs() << '\n' << tests << " tests run, " << fails << " tests failed\n"; in main()
87 return fails > 0; in main()
H A Dquick-sanity-test.cpp10 static int fails{0}; variable
18 ++fails; in failed()
142 llvm::outs() << tests << " tests run, " << fails << " tests failed\n"; in main()
143 return fails > 0; in main()
/llvm-project-15.0.7/clang/utils/
H A Dmodfuzz.py77 def fails(self): member in CodeModel
98 if not model.fails():
115 if m2.fails():
123 model.fails()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Divar-lookup.m98 __typeof(myStatus) __in; // fails.
101 __typeof(myStatus) __in; // fails.
103 __typeof(myStatus) __in; // fails.
105 __typeof(myStatus) __in; // fails.
/llvm-project-15.0.7/libc/test/src/__support/
H A Dstr_to_float_comparison_test.cpp142 int fails = 0; in main() local
155 checkFile(argv[i], &fails, &bitdiffs, detailedBitDiffs, &total); in main()
164 << "Total significant failed conversions: " << fails << "\n" in main()
/llvm-project-15.0.7/flang/test/Fir/Todo/
H A Dboxproc_host.fir3 // Test that `fir.boxproc_host` fails conversion to llvm.
4 // At the moment this test fails since `fir.boxproc` type does not have a conversion.
/llvm-project-15.0.7/mlir/test/mlir-translate/
H A Dunregistered-dialects.mlir5 // If the parser allows unregistered operations, then the translation fails,
6 // otherwise the parse fails.
/llvm-project-15.0.7/llvm/test/MachineVerifier/
H A Dgeneric-vreg-undef-use.mir17 ; Make sure this fails on a post-isel generic instruction.
21 ; Make sure this fails with a target instruction
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2010-08-04-MingWCrash.ll17 %ehspec.fails = icmp slt i32 %eh.selector, 0
18 br i1 %ehspec.fails, label %ehspec.unexpected, label %cleanup
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.td32 properly, the transform succeeds. Otherwise the transform silently fails.
97 If at least one producer could not be fused, this operation fails silently.
98 This is the case when tiling fails or when no producer op could be found
127 properly, the transform succeeds. Otherwise the transform silently fails.
155 This operation fails if the interchange attribute is invalid.
158 If any interchange fails, the transform definitely fails.
212 This op fails if the target is not a handle to exactly one operation.
350 `promoteSubviewsPrecondition`, otherwise it fails.
423 attribute. In case of dimension overflow, the transformation fails. The
472 This operation produces `definiteFailure` if the splitting fails for any
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dfail-select-buffer-atomic-fadd.ll7 ; Make sure selection of these intrinsics fails on targets that do not
9 ; FIXME: Should also really make sure the v2f16 version fails.
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dresolvefi-disp.ll21 @fails = external global i32
52 %11 = load i32, i32* @fails, align 4
54 store i32 %inc, i32* @fails, align 4
/llvm-project-15.0.7/mlir/utils/clang-tidy/
H A DREADME.md15 ./mlir/utils/clang-tidy/apply-clang-tidy.sh build mlir ~/clang-tidy-fails/
48 - `mkdir -p ~/clang-tidy-fails/` will be a directory containing the patches
/llvm-project-15.0.7/clang/docs/tools/
H A Dgenerate_formatted_state.py147 fails=file_fail,
161 fails=total_files_fail,
/llvm-project-15.0.7/llvm/test/CodeGen/X86/GlobalISel/
H A Droundeven.ll4 ; FIXME: Calling convention lowering fails
36 ; FIXME: Insert fails
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/
H A Dfail_with_bad_encoding.txt1 # Run a command that fails with error on stdout.
/llvm-project-15.0.7/llvm/test/Transforms/GlobalMerge/
H A Deh-filter.ll39 %ehspec.fails = icmp slt i32 %2, 0
40 br i1 %ehspec.fails, label %ehspec.unexpected, label %eh.resume

12345678910>>...14