Skip to content

Commit 9fe472f

Browse files
committed
Add more suppressions for helgrind for disjointPool test
This is a continuation of #405. This patch adds missing suppressions. Ref: #405 Fixes: #338 Signed-off-by: Lukasz Dorau <[email protected]>
1 parent d10c392 commit 9fe472f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

test/supp/helgrind-umf_test-disjointPool.supp

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,19 @@
1111
fun:mutex_unlock_WRK
1212
fun:pthread_mutex_unlock
1313
}
14+
15+
{
16+
Incompatibility with helgrind's implementation ("pthread_mutex_lock with a pthread_rwlock_t* argument")
17+
Helgrind:Misc
18+
obj:*vgpreload_helgrind-amd64-linux.so
19+
fun:*gthread_mutex_lock*pthread_mutex_t
20+
...
21+
}
22+
23+
{
24+
Incompatibility with helgrind's implementation ("pthread_mutex_unlock with a pthread_rwlock_t* argument")
25+
Helgrind:Misc
26+
obj:*vgpreload_helgrind-amd64-linux.so
27+
fun:*gthread_mutex_unlock*pthread_mutex_t
28+
...
29+
}

0 commit comments

Comments
 (0)