Lines Matching full:merge
11 RUN: %run %t-FullCoverageSetTest -merge=1 %t/T1 %t/T2 2>&1 | FileCheck %s --check-prefix=CH…
12 CHECK1: MERGE-OUTER: 3 files, 3 in the initial corpus
13 CHECK1: MERGE-OUTER: 0 new files with 0 new features added
23 RUN: %run %t-FullCoverageSetTest -merge=1 %t/T1 %t/T2 2>&1 | FileCheck %s --check-prefix=CH…
24 CHECK2: MERGE-OUTER: 9 files, 3 in the initial corpus
25 CHECK2: MERGE-OUTER: 3 new files with 3 new features added
28 RUN: %run %t-FullCoverageSetTest -merge=1 %t/T1 %t/T2 2>&1 | FileCheck %s --check-prefix=CH…
29 CHECK3: MERGE-OUTER: 12 files, 6 in the initial corpus
30 CHECK3: MERGE-OUTER: 0 new files with 0 new features added
32 # Check that we respect max_len during the merge and don't crash.
36 RUN: %run %t-FullCoverageSetTest -merge=1 %t/T1 %t/T2 -max_len=6 2>&1 | FileCheck %s --chec…
37 MAX_LEN: MERGE-OUTER: 3 new files
43 RUN: %run %t-FullCoverageSetTest -merge=1 -merge_control_file=%t/MCF %t/T1 %t/T2 2>&1 | FileCheck %…
46 MCF: MERGE-INNER: using the control file {{.*}}MCF
47 MCF: MERGE-OUTER: 3 new files
50 # Check that merge tolerates failures.
54 RUN: %run %t-FullCoverageSetTest -merge=1 %t/T1 %t/T2 2>&1 | FileCheck %s --check-prefix=MERGE_WITH…
55 MERGE_WITH_CRASH: MERGE-OUTER: succesfull in 2 attempt(s)
56 MERGE_WITH_CRASH: MERGE-OUTER: 3 new files
61 RUN: %run %t-FullCoverageSetTest -merge=1 %t/T1 %t/T2 -max_len=5 2>&1 | FileCheck %s --check-prefi…
64 MERGE_LEN5: MERGE-OUTER: succesfull in 1 attempt(s)