[compiler-rt] 8421503 - Bump -len_control value in fuzzer-custommutator.test (PR47286)
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 07:46:09 PDT 2020
Author: Hans Wennborg
Date: 2020-08-26T16:45:51+02:00
New Revision: 8421503300c6145480710761983f089ccbe0bb56
URL: https://github.com/llvm/llvm-project/commit/8421503300c6145480710761983f089ccbe0bb56
DIFF: https://github.com/llvm/llvm-project/commit/8421503300c6145480710761983f089ccbe0bb56.diff
LOG: Bump -len_control value in fuzzer-custommutator.test (PR47286)
to make the test more stable, as suggested by mmoroz.
Added:
Modified:
compiler-rt/test/fuzzer/fuzzer-custommutator.test
Removed:
################################################################################
diff --git a/compiler-rt/test/fuzzer/fuzzer-custommutator.test b/compiler-rt/test/fuzzer/fuzzer-custommutator.test
index 87e69a0d8cf3a..25f5fe697b43f 100644
--- a/compiler-rt/test/fuzzer/fuzzer-custommutator.test
+++ b/compiler-rt/test/fuzzer/fuzzer-custommutator.test
@@ -6,7 +6,7 @@ LLVMFuzzerCustomMutator: {{.*}} lim: 4096 {{.*}}
LLVMFuzzerCustomMutator: BINGO
# len_control is disabled for custom mutators by default, test that it can be enabled.
-RUN: not %run %t-CustomMutatorTest -len_control=100 2>&1 | FileCheck %s --check-prefix=LLVMFuzzerCustomMutatorWithLenControl
+RUN: not %run %t-CustomMutatorTest -len_control=1000 2>&1 | FileCheck %s --check-prefix=LLVMFuzzerCustomMutatorWithLenControl
LLVMFuzzerCustomMutatorWithLenControl: INFO: found LLVMFuzzerCustomMutator
LLVMFuzzerCustomMutatorWithLenControl: In LLVMFuzzerCustomMutator
LLVMFuzzerCustomMutatorWithLenControl: {{.*}} lim: {{[1-9][0-9]?}} {{.*}}
More information about the llvm-commits
mailing list