aboutsummaryrefslogtreecommitdiff
path: root/test/fuzzer/value-profile-load.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzzer/value-profile-load.test')
-rw-r--r--test/fuzzer/value-profile-load.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fuzzer/value-profile-load.test b/test/fuzzer/value-profile-load.test
index 607b81cd5..b6baf1320 100644
--- a/test/fuzzer/value-profile-load.test
+++ b/test/fuzzer/value-profile-load.test
@@ -1,3 +1,5 @@
+# FIXME: Disabled on Windows because of hangs.
+UNSUPPORTED: windows
CHECK: AddressSanitizer: global-buffer-overflow
RUN: %cpp_compiler %S/LoadTest.cpp -fsanitize-coverage=trace-gep -o %t-LoadTest
RUN: not %run %t-LoadTest -seed=2 -use_cmp=0 -use_value_profile=1 -runs=20000000 2>&1 | FileCheck %s