Lines Matching +full:- +full:- +full:files
1 RUN: %cpp_compiler %S/FullCoverageSetTest.cpp -o %t-FullCoverageSetTest
3 RUN: rm -rf %t/T1 %t/T2
4 RUN: mkdir -p %t/T1 %t/T2
10 RUN: %run %t-FullCoverageSetTest -set_cover_merge=1 %t/T1 %t/T2 2>&1 | FileCheck %s --check…
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: %run %t-FullCoverageSetTest -set_cover_merge=1 %t/T1 %t/T2 2>&1 | FileCheck %s --check…
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: %run %t-FullCoverageSetTest -set_cover_merge=1 %t/T1 %t/T2 2>&1 | FileCheck %s --check…
28 CHECK3: MERGE-OUTER: 12 files, 6 in the initial corpus
29 CHECK3: MERGE-OUTER: 0 new files with 0 new features added
31 RUN: rm -rf %t/T1/* %t/T2/*
32 RUN: mkdir -p %t/T3
45 # consists of 2 files: T2/a, T3/a. These files cover 6 new features.
48 RUN: %run %t-FullCoverageSetTest -set_cover_merge=1 %t/T1 %t/T2 %t/T3 2>&1 | FileCheck %s -…
49 CHECK_OVERLAP: MERGE-OUTER: 10 files, 1 in the initial corpus
50 CHECK_OVERLAP: MERGE-OUTER: 2 new files with 6 new features added
51 # Make sure that we are prefering smaller files (T3/a over T3/b).
54 RUN: rm -rf %t/T1/* %t/T2/* %t/T3/*
66 # Test the previous scenario with the '-merge=1' flag.
67 # Expect more files to be added to the first corpus, since '-merge=1'
68 # is going to prefer smaller files and ignore the fact that
70 RUN: %run %t-FullCoverageSetTest -merge=1 %t/T1 %t/T2 %t/T3 2>&1 | FileCheck %s --check-pre…
71 CHECK_OVERLAP2: MERGE-OUTER: 10 files, 1 in the initial corpus
72 CHECK_OVERLAP2: MERGE-OUTER: 6 new files with 6 new features added