blob: b162b6ac5a8011cd32ff9558ac32ec0df2bd07c6 [file] [log] [blame]
Vedant Kumar7fa75102017-07-11 01:23:29 +00001// Coverage/profile data recycled from the showLineExecutionCounts.cpp test.
2//
3// RUN: llvm-profdata merge %S/Inputs/lineExecutionCounts.proftext -o %t.profdata
Sean Eveson9edfeac2017-08-14 10:20:12 +00004// RUN: llvm-cov show %S/Inputs/lineExecutionCounts.covmapping -j 1 -o %t1.dir -instr-profile %t.profdata -path-equivalence=/tmp,%S %S/showLineExecutionCounts.cpp
5// RUN: llvm-cov show %S/Inputs/lineExecutionCounts.covmapping -num-threads 2 -o %t2.dir -instr-profile %t.profdata -path-equivalence=/tmp,%S %S/showLineExecutionCounts.cpp
6// RUN: llvm-cov show %S/Inputs/lineExecutionCounts.covmapping -o %t3.dir -instr-profile %t.profdata -path-equivalence=/tmp,%S %S/showLineExecutionCounts.cpp
Vedant Kumar7fa75102017-07-11 01:23:29 +00007//
8// RUN: diff %t1.dir/index.txt %t2.dir/index.txt
9// RUN: diff %t1.dir/coverage/tmp/showLineExecutionCounts.cpp.txt %t2.dir/coverage/tmp/showLineExecutionCounts.cpp.txt
10// RUN: diff %t1.dir/index.txt %t3.dir/index.txt
11// RUN: diff %t1.dir/coverage/tmp/showLineExecutionCounts.cpp.txt %t3.dir/coverage/tmp/showLineExecutionCounts.cpp.txt