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