summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2019-06-14 22:56:50 +0000
committerKostya Serebryany <kcc@google.com>2019-06-14 22:56:50 +0000
commitdb88fc56b967da83a5fc1cb995cc765331a3e6cb (patch)
tree138e0ac9e41ad04ebc4149a5b3855b57b47b0253 /compiler-rt/test/fuzzer
parent2fa6838e5fe93c9eb492e8bc9d9b2295cc2f9fe2 (diff)
downloadbcm5719-llvm-db88fc56b967da83a5fc1cb995cc765331a3e6cb.tar.gz
bcm5719-llvm-db88fc56b967da83a5fc1cb995cc765331a3e6cb.zip
[libFuzzer] implement a better queue for the fork mode. Add an internal flag -stop_file to allow graceful shutdown of fuzzing. Enhance the logging in the fork mode
llvm-svn: 363470
Diffstat (limited to 'compiler-rt/test/fuzzer')
-rw-r--r--compiler-rt/test/fuzzer/only-some-bytes-fork.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/only-some-bytes-fork.test b/compiler-rt/test/fuzzer/only-some-bytes-fork.test
index 4eb048294c9..f224305567f 100644
--- a/compiler-rt/test/fuzzer/only-some-bytes-fork.test
+++ b/compiler-rt/test/fuzzer/only-some-bytes-fork.test
@@ -8,5 +8,5 @@ RUN: %cpp_compiler %S/OnlySomeBytesTest.cpp -o %t-Fuzz
# Test that the fork mode can collect and use the DFT
RUN: rm -rf %t && mkdir %t
-RUN: not %t-Fuzz -collect_data_flow=%t-DFT -use_value_profile=1 -runs=100000000 -fork=1 2> %t/log
+RUN: not %t-Fuzz -collect_data_flow=%t-DFT -use_value_profile=1 -runs=100000000 -fork=20 2> %t/log
RUN: grep BINGO %t/log
OpenPOWER on IntegriCloud