Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
102c7f4f
Commit
102c7f4f
authored
Mar 08, 2017
by
Vitezslav Kriz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests-extra: valgrind suppression for call_rcu
parent
03e0be80
Pipeline
#2311
passed with stages
in 16 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
tests-extra/data/knot.supp
tests-extra/data/knot.supp
+9
-0
tests-extra/tools/dnstest/test.py
tests-extra/tools/dnstest/test.py
+3
-0
No files found.
tests-extra/data/knot.supp
0 → 100644
View file @
102c7f4f
{
liburcu/call_rcu
Memcheck:Leak
match-leak-kinds: possible,reachable
fun:calloc
...
fun:call_rcu_memb
}
tests-extra/tools/dnstest/test.py
View file @
102c7f4f
...
...
@@ -167,6 +167,9 @@ class Test(object):
srv
.
valgrind
=
[
params
.
valgrind_bin
]
+
\
params
.
valgrind_flags
.
split
()
+
\
[
"--log-file=%s"
%
srv
.
valgrind_log
]
suppressions_file
=
"%s/%s.supp"
%
(
params
.
common_data_dir
,
server
)
if
os
.
path
.
isfile
(
suppressions_file
):
srv
.
valgrind
.
append
(
"--suppressions=%s"
%
suppressions_file
)
self
.
servers
.
add
(
srv
)
return
srv
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment