forked from OSchip/llvm-project
Bump -len_control value in fuzzer-custommutator.test (PR47286)
to make the test more stable, as suggested by mmoroz.
This commit is contained in:
parent
7a34dca0f3
commit
8421503300
|
@ -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]?}} {{.*}}
|
||||
|
|
Loading…
Reference in New Issue