We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa2d7d commit 765e2f9Copy full SHA for 765e2f9
compiler-rt/test/fuzzer/fuzzer-finalstats.test
@@ -1,3 +1,6 @@
1
+// See https://github.com/llvm/llvm-project/issues/97712.
2
+UNSUPPORTED: target={{.*}}
3
+
4
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
5
RUN: %run %t-SimpleTest -seed=1 -runs=77 -print_final_stats=1 2>&1 | FileCheck %s --check-prefix=FINAL_STATS
6
FINAL_STATS: stat::number_of_executed_units: 77
0 commit comments