File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11
11
fun:mutex_unlock_WRK
12
12
fun:pthread_mutex_unlock
13
13
}
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
+ }
Original file line number Diff line number Diff line change @@ -83,9 +83,6 @@ for test in $(ls -1 umf_test-*); do
83
83
# skip tests incompatible with valgrind
84
84
FILTER=" "
85
85
case $test in
86
- umf_test-disjointPool) # TODO: temporarily skip failing disjointPool tests - fix it
87
- FILTER=' --gtest_filter="-*pow2AlignedAlloc"'
88
- ;;
89
86
umf_test-memspace_host_all)
90
87
FILTER=' --gtest_filter="-*allocsSpreadAcrossAllNumaNodes"'
91
88
;;
You can’t perform that action at this time.
0 commit comments