Skip to content

Commit 765e2f9

Browse files
committed
[compiler-rt][fuzzer][test] Disable finalstats test
This test is flaky and has been reporting irrelevant failures to PRs on Github for example: #97829 (comment) https://lab.llvm.org/buildbot/#/builders/66/builds/1159 Adding this to #97712.
1 parent cfa2d7d commit 765e2f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/fuzzer/fuzzer-finalstats.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// See https://github.com/llvm/llvm-project/issues/97712.
2+
UNSUPPORTED: target={{.*}}
3+
14
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
25
RUN: %run %t-SimpleTest -seed=1 -runs=77 -print_final_stats=1 2>&1 | FileCheck %s --check-prefix=FINAL_STATS
36
FINAL_STATS: stat::number_of_executed_units: 77

0 commit comments

Comments
 (0)