summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/print_unstable_stats.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/print_unstable_stats.test')
-rw-r--r--compiler-rt/test/fuzzer/print_unstable_stats.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/compiler-rt/test/fuzzer/print_unstable_stats.test b/compiler-rt/test/fuzzer/print_unstable_stats.test
index c20efe9408c..41b27913076 100644
--- a/compiler-rt/test/fuzzer/print_unstable_stats.test
+++ b/compiler-rt/test/fuzzer/print_unstable_stats.test
@@ -1,10 +1,11 @@
# Tests -print_unstable_stats
-UNSUPPORTED: aarch64
+# Disabled on Windows because of differences symbolizing and flakiness.
+UNSUPPORTED: aarch64, windows
RUN: %cpp_compiler %S/PrintUnstableStatsTest.cpp -o %t-PrintUnstableStatsTest
RUN: %run %t-PrintUnstableStatsTest -print_unstable_stats=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=LONG
-; We do not observe ini functions since we take the minimum hit counts, and minimum hit counts for ini is 0.
+# We do not observe ini functions since we take the minimum hit counts, and minimum hit counts for ini is 0.
LONG: UNSTABLE_FUNCTIONS:
LONG-NOT: det0()
LONG-NOT: det1()
OpenPOWER on IntegriCloud