summaryrefslogtreecommitdiff
path: root/test/fuzzer
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2019-05-08 00:43:12 +0000
committerKostya Serebryany <kcc@google.com>2019-05-08 00:43:12 +0000
commit528483e460e2f79f173e4e4cbc1ce8e76fdb2bb4 (patch)
treeb7ff7dadd0ec957791c7683ad462a2515ef8b10f /test/fuzzer
parent69f1b5326d99d789d0e862f5f42d93637f13da58 (diff)
downloadcompiler-rt-528483e460e2f79f173e4e4cbc1ce8e76fdb2bb4.tar.gz
[libFuzzer] disable two tests on i386 that are causing timeouts on the bots
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@360211 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/fuzzer')
-rw-r--r--test/fuzzer/magic-separator.test2
-rw-r--r--test/fuzzer/only-some-bytes.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/fuzzer/magic-separator.test b/test/fuzzer/magic-separator.test
index fdffc5f87..2f6737f9b 100644
--- a/test/fuzzer/magic-separator.test
+++ b/test/fuzzer/magic-separator.test
@@ -1,4 +1,4 @@
# Temporary disable this test on non-linux: looks like there is no memmem on windows.
-REQUIRES: linux
+REQUIRES: linux, x86_64
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
diff --git a/test/fuzzer/only-some-bytes.test b/test/fuzzer/only-some-bytes.test
index a783548da..68d0a7266 100644
--- a/test/fuzzer/only-some-bytes.test
+++ b/test/fuzzer/only-some-bytes.test
@@ -3,7 +3,7 @@ REQUIRES: linux, x86_64
# Build the tracer and the test.
RUN: %no_fuzzer_cpp_compiler -c -fno-sanitize=all -fsanitize=dataflow %S/../../lib/fuzzer/dataflow/DataFlow.cpp -o %t-DataFlow.o
-RUN: %no_fuzzer_cpp_compiler -fno-sanitize=all -fsanitize=dataflow -fsanitize-coverage=trace-pc-guard,pc-table,func,trace-cmp %S/OnlySomeBytesTest.cpp %t-DataFlow.o -o %t-DFT
+RUN: %no_fuzzer_cpp_compiler -fno-sanitize=all -fsanitize=dataflow -fsanitize-coverage=trace-pc-guard,pc-table,bb,trace-cmp %S/OnlySomeBytesTest.cpp %t-DataFlow.o -o %t-DFT
RUN: %cpp_compiler %S/OnlySomeBytesTest.cpp -o %t-Fuzz
# Prepare the inputs.