summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/value-profile-load.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/value-profile-load.test')
-rw-r--r--compiler-rt/test/fuzzer/value-profile-load.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/value-profile-load.test b/compiler-rt/test/fuzzer/value-profile-load.test
index 607b81cd527..b6baf13200d 100644
--- a/compiler-rt/test/fuzzer/value-profile-load.test
+++ b/compiler-rt/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
OpenPOWER on IntegriCloud