[compiler-rt] r359624 - [libFuzzer] temporarily disable a test on windows, where there is no memmem in the usual place

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 15:27:39 PDT 2019


Author: kcc
Date: Tue Apr 30 15:27:38 2019
New Revision: 359624

URL: http://llvm.org/viewvc/llvm-project?rev=359624&view=rev
Log:
[libFuzzer] temporarily disable a test on windows, where there is no memmem in the usual place

Modified:
    compiler-rt/trunk/test/fuzzer/magic-separator.test

Modified: compiler-rt/trunk/test/fuzzer/magic-separator.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/magic-separator.test?rev=359624&r1=359623&r2=359624&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/magic-separator.test (original)
+++ compiler-rt/trunk/test/fuzzer/magic-separator.test Tue Apr 30 15:27:38 2019
@@ -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




More information about the llvm-commits mailing list