summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2019-04-30 22:27:38 +0000
committerKostya Serebryany <kcc@google.com>2019-04-30 22:27:38 +0000
commit3850bab0ef36d549a7b14e233227c45e96ad7d22 (patch)
tree982b99b4c553017b0a09db2ce67f547717a53aea
parenteccb4157048ca84adb8557118e502978cb20d1b9 (diff)
downloadcompiler-rt-3850bab0ef36d549a7b14e233227c45e96ad7d22.tar.gz
[libFuzzer] temporarily disable a test on windows, where there is no memmem in the usual place
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@359624 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/fuzzer/magic-separator.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fuzzer/magic-separator.test b/test/fuzzer/magic-separator.test
index eef671e70..fdffc5f87 100644
--- a/test/fuzzer/magic-separator.test
+++ b/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