Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
cpp-libs
libnice
Commits
9a267fff
Commit
9a267fff
authored
Sep 26, 2014
by
Philip Withnall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: Add more helgrind suppressions
parent
a26ab492
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
0 deletions
+60
-0
tests/libnice.supp
tests/libnice.supp
+60
-0
No files found.
tests/libnice.supp
View file @
9a267fff
...
...
@@ -358,6 +358,11 @@
Helgrind:Race
fun:g_inet_address_get_type
}
{
nice-get-type-helgrind
Helgrind:Race
fun:nice_*_get_type
}
# From: https://github.com/fredericgermain/valgrind/blob/master/glibc-2.X-drd.supp
{
...
...
@@ -470,6 +475,61 @@
{
g-main-context-cond
Helgrind:Misc
...
fun:g_cond_clear
fun:g_main_context_unref
}
# False positives
{
g-source-unlocked
Helgrind:Race
fun:g_source_*_unlocked
}
{
g-source-internal
Helgrind:Race
fun:g_source_*_internal
}
# FIXME: Probably actually a race
{
test-io-stream-common-termination
Helgrind:Race
fun:check_for_termination
}
{
test-io-stream-common-wait
Helgrind:Race
fun:wait_for_start
}
{
test-io-stream-common-main
Helgrind:Race
fun:main_thread_cb
}
{
test-io-stream-common-read
Helgrind:Race
fun:read_thread_cb
}
{
test-io-stream-common-write
Helgrind:Race
fun:write_thread_cb
}
# False positive
{
g_object_real_dispose
Helgrind:Race
fun:g_object_real_dispose
}
# False positive
{
g_object_new_valist
Helgrind:Race
...
fun:g_object_new_valist
}
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