48 lines · plain
1RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %S/Inputs/templateInstantiations.profdata -path-equivalence=/tmp,%S %S/showTemplateInstantiations.cpp -format html -o %t.dir2 3RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %S/Inputs/templateInstantiations.profdata -path-equivalence=/tmp,%S -name=_Z4funcIbEiT_ %S/showTemplateInstantiations.cpp -format html -o %t.filtered.dir4 5RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %S/Inputs/templateInstantiations.profdata -path-equivalence=/tmp,%S %S/showTemplateInstantiations.cpp -format html | FileCheck %s -check-prefix=NODIR6 7RUN: FileCheck %s -input-file=%t.dir/style.css -check-prefix=STYLE8RUN: FileCheck %s -input-file=%t.dir/index.html -check-prefix=TOPLEVEL9RUN: FileCheck %s -input-file=%t.dir/coverage/tmp/showTemplateInstantiations.cpp.html -check-prefix=FILEVIEW10 11RUN: FileCheck %s -input-file=%t.filtered.dir/style.css -check-prefix=STYLE12RUN: FileCheck %s -input-file=%t.filtered.dir/index.html -check-prefix=TOPLEVEL13RUN: FileCheck %s -input-file=%t.filtered.dir/coverage/tmp/showTemplateInstantiations.cpp.html -check-prefix=FILEVIEW14 15STYLE-DAG: .red16STYLE-DAG: .cyan17STYLE-DAG: .source-name-title18STYLE-DAG: .centered19STYLE-DAG: .expansion-view20STYLE-DAG: .line-number21STYLE-DAG: .light-row22STYLE-DAG: .light-row-bold23STYLE-DAG: .column-entry24STYLE-DAG: .column-entry-bold25STYLE-DAG: .column-entry-yellow26STYLE-DAG: .column-entry-red27STYLE-DAG: .column-entry-green28STYLE-DAG: .covered-line29STYLE-DAG: .uncovered-line30STYLE-DAG: .tooltip31STYLE-DAG: .tooltip span.tooltip-content32STYLE-DAG: th, td33 34TOPLEVEL-NOT: <style>35TOPLEVEL: <head>36TOPLEVEL: <link rel='stylesheet' type='text/css' href='style.css'>37TOPLEVEL: </head>38 39FILEVIEW-NOT: <style>40FILEVIEW: <head>41FILEVIEW: <link rel='stylesheet' type='text/css' href='..{{.*}}..{{.*}}style.css'>42FILEVIEW: </head>43 44NODIR: <head>45NODIR: <style>46NODIR: </style>47NODIR: </head>48