Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LLVM bpEVL
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo Albano
LLVM bpEVL
Commits
fa522ca3
Commit
fa522ca3
authored
8 years ago
by
Vedant Kumar
Browse files
Options
Downloads
Patches
Plain Diff
[llvm-cov] Strengthen a test case
Check that stylesheets work when we're not using -output-dir. llvm-svn: 276363
parent
26cfb6a2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/test/tools/llvm-cov/style.test
+13
-0
13 additions, 0 deletions
llvm/test/tools/llvm-cov/style.test
with
13 additions
and
0 deletions
llvm/test/tools/llvm-cov/style.test
+
13
−
0
View file @
fa522ca3
...
@@ -2,6 +2,8 @@ RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %S
...
@@ -2,6 +2,8 @@ RUN: llvm-cov show %S/Inputs/templateInstantiations.covmapping -instr-profile %S
RUN
:
llvm
-
cov
show
%
S
/
Inputs
/
templateInstantiations
.
covmapping
-
instr
-
profile
%
S
/
Inputs
/
templateInstantiations
.
profdata
-
filename
-
equivalence
-
name
=
_Z4funcIbEiT_
%
S
/
showTemplateInstantiations
.
cpp
-
format
html
-
o
%
t
.
dir
RUN
:
llvm
-
cov
show
%
S
/
Inputs
/
templateInstantiations
.
covmapping
-
instr
-
profile
%
S
/
Inputs
/
templateInstantiations
.
profdata
-
filename
-
equivalence
-
name
=
_Z4funcIbEiT_
%
S
/
showTemplateInstantiations
.
cpp
-
format
html
-
o
%
t
.
dir
RUN
:
llvm
-
cov
show
%
S
/
Inputs
/
templateInstantiations
.
covmapping
-
instr
-
profile
%
S
/
Inputs
/
templateInstantiations
.
profdata
-
filename
-
equivalence
%
S
/
showTemplateInstantiations
.
cpp
-
format
html
|
FileCheck
%
s
-
check
-
prefix
=
NODIR
RUN
:
FileCheck
%
s
-
input
-
file
=%
t
.
dir
/
style
.
css
-
check
-
prefix
=
STYLE
RUN
:
FileCheck
%
s
-
input
-
file
=%
t
.
dir
/
style
.
css
-
check
-
prefix
=
STYLE
RUN
:
FileCheck
%
s
-
input
-
file
=%
t
.
dir
/
functions
.
html
-
check
-
prefix
=
FUNCTIONS
RUN
:
FileCheck
%
s
-
input
-
file
=%
t
.
dir
/
functions
.
html
-
check
-
prefix
=
FUNCTIONS
RUN
:
FileCheck
%
s
-
input
-
file
=%
t
.
dir
/
coverage
/
tmp
/
showTemplateInstantiations
.
cpp
.
html
-
check
-
prefix
=
FILEVIEW
RUN
:
FileCheck
%
s
-
input
-
file
=%
t
.
dir
/
coverage
/
tmp
/
showTemplateInstantiations
.
cpp
.
html
-
check
-
prefix
=
FILEVIEW
...
@@ -17,6 +19,17 @@ STYLE-DAG: .uncovered-line
...
@@ -17,6 +19,17 @@ STYLE-DAG: .uncovered-line
STYLE
-
DAG
:
.
tooltip
STYLE
-
DAG
:
.
tooltip
STYLE
-
DAG
:
.
tooltip
span
.
tooltip
-
content
STYLE
-
DAG
:
.
tooltip
span
.
tooltip
-
content
FUNCTIONS
-
NOT
:
<
style
>
FUNCTIONS
:
<
head
>
FUNCTIONS
:
<
link
rel
=
'stylesheet'
type
=
'text/css'
href
=
'style.css'
>
FUNCTIONS
:
<
link
rel
=
'stylesheet'
type
=
'text/css'
href
=
'style.css'
>
FUNCTIONS
:
</
head
>
FILEVIEW
-
NOT
:
<
style
>
FILEVIEW
:
<
head
>
FILEVIEW
:
<
link
rel
=
'stylesheet'
type
=
'text/css'
href
=
'..{{.*}}..{{.*}}style.css'
>
FILEVIEW
:
<
link
rel
=
'stylesheet'
type
=
'text/css'
href
=
'..{{.*}}..{{.*}}style.css'
>
FILEVIEW
:
</
head
>
NODIR
:
<
head
>
NODIR
:
<
style
>
NODIR
:
</
style
>
NODIR
:
</
head
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment