| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | testing.cpp | 11 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 D | runtest.py | 31 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 D | multiple-check-not-failures.txt | 19 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 D | test_result.py | 25 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 D | test_unittest2_with.py | 88 def assertOldResultWarning(self, test, failures): argument 92 self.assertEqual(len(result.failures), failures)
|
| H A D | support.py | 15 self.failures = [] 30 self.failures.append((test, err))
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | funcimport2.ll | 9 ; 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 D | ibm-libc++-shared.cfg.in | 19 # 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 D | result.py | 46 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 D | runner.py | 117 self.printErrorList('FAIL', self.failures) 187 result.failures,
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | run.py | 47 self.failures = 0 96 self.failures += 1 97 if self.failures == self.max_failures:
|
| /llvm-project-15.0.7/lldb/test/API/ |
| H A D | lldbtest.py | 98 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 D | callbr.ll | 1 ; 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 D | ReportMultipleNonAffineAccesses.ll | 1 ; 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 D | ReportLoopBound-01.ll | 2 ; 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 D | Statistics.h | 88 void NotifyFailure() { ++failures; } in NotifyFailure() 93 uint32_t failures = 0; member
|
| /llvm-project-15.0.7/clang/tools/scan-build/bin/ |
| H A D | scan-build | 572 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 D | lit.cfg | 2 config.name = 'max-failures'
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WinEH/ |
| H A D | lit.local.cfg | 3 # failures. See misched-copy.s where we try and clean up that file.
|
| /llvm-project-15.0.7/llvm/test/Examples/ |
| H A D | lit.local.cfg | 7 # Tests for the C API are disabled temporarily due to failures on sanitizer bots:
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | GC-check-warn-nsalloc.m | 3 // TODO: Investigate VerifyDiagnosticConsumer failures on these tests when using -verify.
|
| /llvm-project-15.0.7/llvm/docs/GlobalISel/ |
| H A D | index.rst | 89 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 D | parallel.ll | 6 ; FIXME: Investigate test failures on these architectures.
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | full-coverage.test | 3 # FIXME: See coverage.test. Using UNSUPPORTED here due to random failures.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | regcoalesce-prune.mir | 7 # IMPLICIT_DEF should be gone without llc hitting assertion failures.
|