You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
409 B
9 lines
409 B
RUN: LLVMFuzzer-SimpleTest -foo_bar=1 2>&1 | FileCheck %s --check-prefix=FOO_BAR
|
|
FOO_BAR: WARNING: unrecognized flag '-foo_bar=1'; use -help=1 to list all flags
|
|
FOO_BAR: BINGO
|
|
|
|
RUN: LLVMFuzzer-SimpleTest -runs=10 --max_len=100 2>&1 | FileCheck %s --check-prefix=DASH_DASH
|
|
DASH_DASH: WARNING: did you mean '-max_len=100' (single dash)?
|
|
DASH_DASH: INFO: A corpus is not provided, starting from an empty corpus
|
|
|