Skip to content

Commit d10c392

Browse files
authored
Merge pull request #405 from igchor/helgrind_supp
Add suppresion file for helgrind for disjointPool test
2 parents e83a41b + 9856cb3 commit d10c392

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
Incompatibility with c++ std lib ("pthread_mutex_lock with a pthread_rwlock_t* argument")
3+
Helgrind:Misc
4+
fun:mutex_lock_WRK
5+
fun:pthread_mutex_lock
6+
}
7+
8+
{
9+
Incompatibility with c++ std lib ("pthread_mutex_unlock with a pthread_rwlock_t* argument")
10+
Helgrind:Misc
11+
fun:mutex_unlock_WRK
12+
fun:pthread_mutex_unlock
13+
}

test/test_valgrind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ for test in $(ls -1 umf_test-*); do
8484
FILTER=""
8585
case $test in
8686
umf_test-disjointPool) # TODO: temporarily skip failing disjointPool tests - fix it
87-
FILTER='--gtest_filter="-*pow2AlignedAlloc:*multiThreadedpow2AlignedAlloc"'
87+
FILTER='--gtest_filter="-*pow2AlignedAlloc"'
8888
;;
8989
umf_test-memspace_host_all)
9090
FILTER='--gtest_filter="-*allocsSpreadAcrossAllNumaNodes"'

0 commit comments

Comments
 (0)