diff options
-rw-r--r-- | compiler-rt/test/fuzzer/magic-separator.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/magic-separator.test b/compiler-rt/test/fuzzer/magic-separator.test index eef671e7091..fdffc5f8768 100644 --- a/compiler-rt/test/fuzzer/magic-separator.test +++ b/compiler-rt/test/fuzzer/magic-separator.test @@ -1,2 +1,4 @@ +# Temporary disable this test on non-linux: looks like there is no memmem on windows. +REQUIRES: linux RUN: %cpp_compiler -O2 %S/MagicSeparatorTest.cpp -o %t-MagicSeparatorTest RUN: not %run %t-MagicSeparatorTest -use_value_profile=1 -seed=1 -runs=100000000 -max_len=10 |