2016-09-15 14:44:51 +08:00
|
|
|
RUN: llvm-profdata merge %S/Inputs/hideUnexecutedSubviews.proftext -o %t.profdata
|
|
|
|
|
2017-09-12 06:56:20 +08:00
|
|
|
RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %t.profdata -show-region-summary -show-instantiation-summary -path-equivalence=/tmp,%S %S/showTemplateInstantiations.cpp | FileCheck -check-prefix=FILE %s
|
2016-09-15 14:44:51 +08:00
|
|
|
|
2017-09-12 06:56:20 +08:00
|
|
|
RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %t.profdata -format html -show-region-summary -show-instantiation-summary -o %t.html.dir -path-equivalence=/tmp,%S %S/showTemplateInstantiations.cpp
|
2016-09-19 08:38:23 +08:00
|
|
|
RUN: FileCheck -check-prefix=FILE %s -input-file %t.html.dir/coverage/tmp/showTemplateInstantiations.cpp.html
|
2016-09-15 14:44:51 +08:00
|
|
|
|
2016-09-19 08:38:23 +08:00
|
|
|
FILE: Unexecuted instantiation: _Z4funcIiEiT_
|
2017-11-09 10:33:43 +08:00
|
|
|
FILE: Unexecuted instantiation: _Z4funcIbEiT_
|
2016-09-19 08:38:23 +08:00
|
|
|
FILE-NOT: Unexecuted instantiation
|
|
|
|
|
|
|
|
RUN: FileCheck -check-prefix=INDEX %s -input-file %t.html.dir/index.html
|
|
|
|
|
2018-02-01 01:37:21 +08:00
|
|
|
INDEX: <td class='column-entry-bold'>Filename</td>
|
|
|
|
INDEX: <td class='column-entry-bold'>Function Coverage</td>
|
|
|
|
INDEX: <td class='column-entry-bold'>Instantiation Coverage</td>
|
|
|
|
INDEX: <td class='column-entry-bold'>Line Coverage</td>
|
|
|
|
INDEX: <td class='column-entry-bold'>Region Coverage</td>
|
2016-09-19 08:38:23 +08:00
|
|
|
INDEX: <td class='column-entry-red'>
|
|
|
|
INDEX: 50.00% (1/2)
|
|
|
|
INDEX: <td class='column-entry-red'>
|
|
|
|
INDEX: 33.33% (1/3)
|
|
|
|
INDEX: <td class='column-entry-red'>
|
|
|
|
INDEX: 41.67% (5/12)
|
|
|
|
INDEX: <td class='column-entry-red'>
|
2017-11-09 10:33:43 +08:00
|
|
|
INDEX: 16.67% (1/6)
|