Skip to content

Commit

Permalink
[compiler-rt][fuzzer][test] Disable finalstats test
Browse files Browse the repository at this point in the history
This test is flaky and has been reporting irrelevant failures to PRs
on Github for example:
llvm#97829 (comment)
https://lab.llvm.org/buildbot/#/builders/66/builds/1159

Adding this to llvm#97712.
  • Loading branch information
DavidSpickett authored and aaryanshukla committed Jul 14, 2024
1 parent b409759 commit dfe39ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler-rt/test/fuzzer/fuzzer-finalstats.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See https://github.com/llvm/llvm-project/issues/97712.
UNSUPPORTED: target={{.*}}

RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
RUN: %run %t-SimpleTest -seed=1 -runs=77 -print_final_stats=1 2>&1 | FileCheck %s --check-prefix=FINAL_STATS
FINAL_STATS: stat::number_of_executed_units: 77
Expand Down

0 comments on commit dfe39ee

Please sign in to comment.