xref: /llvm-project/compiler-rt/test/fuzzer/magic-separator.test (revision a27a0914d34392a9b739862222f240fd4fea59e7)
1905e60c4SKostya Serebryany# Temporary disable this test on non-linux: looks like there is no memmem on windows.
2*a27a0914SKostya SerebryanyREQUIRES: linux, x86_64
3c239eda8SKostya SerebryanyRUN: %cpp_compiler -O2 %S/MagicSeparatorTest.cpp -o %t-MagicSeparatorTest
4c239eda8SKostya SerebryanyRUN: not %run %t-MagicSeparatorTest  -use_value_profile=1 -seed=1 -runs=100000000 -max_len=10
5