[llvm-branch-commits] [compiler-rt] 46f3aed - Bump -len_control value in fuzzer-custommutator.test (PR47286)
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 26 07:46:59 PDT 2020
Author: Hans Wennborg
Date: 2020-08-26T16:46:41+02:00
New Revision: 46f3aed198a5530b5115881628e1fcfb3e7541c9
URL: https://github.com/llvm/llvm-project/commit/46f3aed198a5530b5115881628e1fcfb3e7541c9
DIFF: https://github.com/llvm/llvm-project/commit/46f3aed198a5530b5115881628e1fcfb3e7541c9.diff
LOG: Bump -len_control value in fuzzer-custommutator.test (PR47286)
to make the test more stable, as suggested by mmoroz.
(cherry picked from commit 8421503300c6145480710761983f089ccbe0bb56)
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-branch-commits
mailing list