Lines Matching full:merge
10 RUN: LLVMFuzzer-FullCoverageSetTest -merge=1 %tmp/T1 %tmp/T2 2>&1 | FileCheck %s --check-pr…
11 CHECK1: MERGE-OUTER: 3 files, 3 in the initial corpus
12 CHECK1: MERGE-OUTER: 0 new files with 0 new features added
22 RUN: LLVMFuzzer-FullCoverageSetTest -merge=1 %tmp/T1 %tmp/T2 2>&1 | FileCheck %s --check-pr…
23 CHECK2: MERGE-OUTER: 9 files, 3 in the initial corpus
24 CHECK2: MERGE-OUTER: 3 new files with 3 new features added
27 RUN: LLVMFuzzer-FullCoverageSetTest -merge=1 %tmp/T1 %tmp/T2 2>&1 | FileCheck %s --check-pr…
28 CHECK3: MERGE-OUTER: 12 files, 6 in the initial corpus
29 CHECK3: MERGE-OUTER: 0 new files with 0 new features added
31 # Check that we respect max_len during the merge and don't crash.
34 RUN: LLVMFuzzer-FullCoverageSetTest -merge=1 %tmp/T1 %tmp/T2 -max_len=6 2>&1 | FileCheck %s…
35 MAX_LEN: MERGE-OUTER: 3 new files
37 # Check that merge tolerates failures.
40 RUN: LLVMFuzzer-FullCoverageSetTest -merge=1 %tmp/T1 %tmp/T2 2>&1 | FileCheck %s --check-prefix=MER…
41 MERGE_WITH_CRASH: MERGE-OUTER: succesfull in 2 attempt(s)
42 MERGE_WITH_CRASH: MERGE-OUTER: 3 new files
45 RUN: LLVMFuzzer-FullCoverageSetTest -merge=1 %tmp/T1 %tmp/T2 -max_len=5 2>&1 | FileCheck %s --chec…
46 MERGE_LEN5: MERGE-OUTER: succesfull in 1 attempt(s)