Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / merge_two_step.test
blob001a35c8ae3daeeecfb384d7988df3f3e91ebd0a
1 RUN: %cpp_compiler %S/FullCoverageSetTest.cpp -o %t-FullCoverageSetTest
3 RUN: rm -rf %t/T0 %t/T1 %t/T2
4 RUN: mkdir -p %t/T0 %t/T1 %t/T2
5 RUN: echo F..... > %t/T1/1
6 RUN: echo .U.... > %t/T1/2
7 RUN: echo ..Z... > %t/T1/3
9 # T1 has 3 elements, T0 is empty.
10 RUN: rm -f %t/MCF
11 RUN: %run %t-FullCoverageSetTest -merge=1 -merge_control_file=%t/MCF %t/T0 %t/T1 2>&1 | FileCheck %s --check-prefix=CHECK1
12 CHECK1: MERGE-OUTER: 3 files, 0 in the initial corpus
13 CHECK1: MERGE-OUTER: 3 new files with {{.*}} new features added; {{.*}} new coverage edges
15 RUN: echo ...Z.. > %t/T2/1
16 RUN: echo ....E. > %t/T2/2
17 RUN: echo .....R > %t/T2/3
18 RUN: echo F..... > %t/T2/a
20 RUN: rm -rf %t/T0
21 RUN: mkdir -p %t/T0
23 # T1 has 3 elements, T2 has 4 elements, T0 is empty.
24 RUN: %run %t-FullCoverageSetTest -merge=1 -merge_control_file=%t/MCF %t/T0 %t/T1 %t/T2 2>&1 | FileCheck %s --check-prefix=CHECK2
25 CHECK2: MERGE-OUTER: non-empty control file provided
26 CHECK2: MERGE-OUTER: control file ok, 3 files total, first not processed file 3
27 CHECK2: MERGE-OUTER: starting merge from scratch, but reusing coverage information from the given control file
28 CHECK2: MERGE-OUTER: 7 files, 0 in the initial corpus, 3 processed earlier
29 CHECK2: MERGE-INNER: using the control file
30 CHECK2: MERGE-INNER: 4 total files; 0 processed earlier; will process 4 files now
31 CHECK2: MERGE-OUTER: 6 new files with {{.*}} new features added; {{.*}} new coverage edges