Home
last modified time | relevance | path

Searched refs:failures (Results 1 – 25 of 131) sorted by relevance

123456

/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dtesting.cpp11 int failures{0}; variable
31 ++failures; in Test()
43 ++failures; in Match()
56 ++failures; in Match()
95 ++failures; in Compare()
104 if (failures == 0) { in Complete()
118 if (failures == 1) { in Complete()
121 llvm::errs() << failures << " tests FAIL\n"; in Complete()
123 passes = failures = 0; in Complete()
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/
H A Druntest.py31 failures = 0
78 failures += 1
83 return (passes, failures, fail_lines)
130 (passes, failures, fail_lines) = run_tests(test_file, options)
132 passes + failures, passes, failures))
134 total_fail += failures
/llvm-project-15.0.7/llvm/test/FileCheck/
H A Dmultiple-check-not-failures.txt19 CHECK-ERRORS: multiple-check-not-failures.txt:[[#@LINE-5]]:12: error: {{C}}HECK-NOT: excluded strin…
22 CHECK-ERRORS-NEXT: multiple-check-not-failures.txt:[[#@LINE-14]]:1: note: found here
25 CHECK-ERRORS-NEXT: multiple-check-not-failures.txt:[[#@LINE-10]]:12: error: {{C}}HECK-NOT: exc…
28 CHECK-ERRORS-NEXT: multiple-check-not-failures.txt:[[#@LINE-21]]:1: note: found here
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_result.py25 self.assertEqual(len(result.failures), 0)
57 self.assertEqual(len(result.failures), 0)
79 self.assertEqual(len(result.failures), 0)
88 self.assertEqual(len(result.failures), 0)
133 self.assertEqual(len(result.failures), 0)
177 self.assertEqual(len(result.failures), 1)
181 test_case, formatted_exc = result.failures[0]
226 self.assertEqual(len(result.failures), 0)
H A Dtest_unittest2_with.py88 def assertOldResultWarning(self, test, failures): argument
92 self.assertEqual(len(result.failures), failures)
H A Dsupport.py15 self.failures = []
30 self.failures.append((test, err))
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dfuncimport2.ll9 ; RUN: -print-import-failures 2>&1 | FileCheck %s --check-prefix=NOFAILURES
12 ; Don't expect any failure messages from -print-import-failures
16 ; -print-import-failures should print a TooLarge reason.
22 ; RUN: -print-import-failures 2>&1 | FileCheck %s --check-prefix=FAILURES
/llvm-project-15.0.7/libcxx/test/configs/
H A Dibm-libc++-shared.cfg.in19 # initial AIX failures until they can be properly diagnosed
20 # and fixed. This allows easier detection of new test failures
21 # and regressions. Note: New failures should not be suppressed
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dresult.py46 self.failures = []
127 self.failures.append((test, self._exc_info_to_string(err, test)))
151 return (len(self.failures) +
198 len(self.failures))
H A Drunner.py117 self.printErrorList('FAIL', self.failures)
187 result.failures,
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Drun.py47 self.failures = 0
96 self.failures += 1
97 if self.failures == self.max_failures:
/llvm-project-15.0.7/lldb/test/API/
H A Dlldbtest.py98 failures = int(results.group(2))
106 if failures > 0:
108 lit_results = [(failures, lit.Test.FAIL),
/llvm-project-15.0.7/polly/test/ScopDetect/
H A Dcallbr.ll1 ; RUN: opt %loadPolly -polly-detect -polly-detect-track-failures -disable-output -pass-remarks-miss…
2 ; RUN: opt %loadPolly -polly-detect -polly-detect-track-failures -disable-output -stats …
/llvm-project-15.0.7/polly/test/ScopDetectionDiagnostics/
H A DReportMultipleNonAffineAccesses.ll1 ; RUN: opt %loadPolly -basic-aa -pass-remarks-missed="polly-detect" -polly-detect-track-failures -p…
2 ; RUN: opt %loadPolly -basic-aa -pass-remarks-missed="polly-detect" -polly-detect-track-failures -p…
3 ; RUN: opt %loadPolly -basic-aa -pass-remarks-missed="polly-detect" -polly-detect-track-failures -p…
4 ; RUN: opt %loadPolly -basic-aa -pass-remarks-missed="polly-detect" -polly-detect-track-failures -p…
5 ; RUN: opt %loadPolly -basic-aa -pass-remarks-missed="polly-detect" -polly-detect-track-failures -p…
6 ; RUN: opt %loadPolly -basic-aa -pass-remarks-missed="polly-detect" -polly-detect-track-failures -p…
H A DReportLoopBound-01.ll2 ; RUN: -pass-remarks-missed="polly-detect" -polly-detect-track-failures \
6 ; RUN: -pass-remarks-missed="polly-detect" -polly-detect-track-failures \
11 ; RUN: -polly-detect-track-failures -polly-allow-nonaffine-loops=true \
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStatistics.h88 void NotifyFailure() { ++failures; } in NotifyFailure()
93 uint32_t failures = 0; member
/llvm-project-15.0.7/clang/tools/scan-build/bin/
H A Dscan-build572 my @failures;
576 @failures = grep { /[.]info.txt$/ && !/attribute_ignored/; } readdir(DIR);
581 foreach my $file (@failures) {
827 if (scalar (@failures) || scalar(@attributes_ignored)) {
860 if (scalar @failures) {
864 foreach my $file (sort @failures) {
910 DiagCrashes($Dir) if (scalar @failures || scalar @attributes_ignored);
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/max-failures/
H A Dlit.cfg2 config.name = 'max-failures'
/llvm-project-15.0.7/llvm/test/CodeGen/WinEH/
H A Dlit.local.cfg3 # failures. See misched-copy.s where we try and clean up that file.
/llvm-project-15.0.7/llvm/test/Examples/
H A Dlit.local.cfg7 # Tests for the C API are disabled temporarily due to failures on sanitizer bots:
/llvm-project-15.0.7/clang/test/ARCMT/
H A DGC-check-warn-nsalloc.m3 // TODO: Investigate VerifyDiagnosticConsumer failures on these tests when using -verify.
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A Dindex.rst89 selection failures.
104 b) to be robust against unforeseen failures and to enable iterative
/llvm-project-15.0.7/llvm/test/LTO/X86/
H A Dparallel.ll6 ; FIXME: Investigate test failures on these architectures.
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dfull-coverage.test3 # FIXME: See coverage.test. Using UNSUPPORTED here due to random failures.
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dregcoalesce-prune.mir7 # IMPLICIT_DEF should be gone without llc hitting assertion failures.

123456