summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/fuzzer-customcrossover.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/fuzzer-customcrossover.test')
-rw-r--r--compiler-rt/test/fuzzer/fuzzer-customcrossover.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/fuzzer-customcrossover.test b/compiler-rt/test/fuzzer/fuzzer-customcrossover.test
index 0835081f289..ce84f133cb4 100644
--- a/compiler-rt/test/fuzzer/fuzzer-customcrossover.test
+++ b/compiler-rt/test/fuzzer/fuzzer-customcrossover.test
@@ -1,3 +1,5 @@
+# FIXME: Disabled on Windows since LLVMFuzzerCustomCrossOver does not yet work.
+UNSUPPORTED: windows
RUN: %cpp_compiler %S/CustomCrossOverTest.cpp -o %t-CustomCrossOverTest
RUN: not %run %t-CustomCrossOverTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=CHECK_CO
OpenPOWER on IntegriCloud