blob: 44a788401d89bf5cd934b46d3a0663b5ef783a4f [file] [log] [blame]
Vedant Kumara8c396d2016-09-15 06:44:51 +00001RUN: llvm-profdata merge %S/Inputs/hideUnexecutedSubviews.proftext -o %t.profdata
2
3RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %t.profdata -filename-equivalence %S/showTemplateInstantiations.cpp | FileCheck %s
4
5RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %t.profdata -format html -o %t.html.dir -filename-equivalence %S/showTemplateInstantiations.cpp
6RUN: FileCheck %s -input-file %t.html.dir/coverage/tmp/showTemplateInstantiations.cpp.html
7
8CHECK: Unexecuted instantiation: _Z4funcIbEiT_
9CHECK: Unexecuted instantiation: _Z4funcIiEiT_
10CHECK-NOT: Unexecuted instantiation