Skip to content

Commit d4327b0

Browse files
committed
Suppress drd and helgrind warnings in IPC tests
1 parent 46f529f commit d4327b0

6 files changed

+6
-0
lines changed

test/supp/drd-umf_test-provider_devdax_memory_ipc.supp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[false-positive] Double check locking pattern in trackingOpenIpcHandle
33
drd:ConflictingAccess
44
fun:utils_atomic_store_release_ptr
5+
fun:upstreamOpenIPCHandle
56
fun:trackingOpenIpcHandle
67
fun:umfMemoryProviderOpenIPCHandle
78
fun:umfOpenIPCHandle

test/supp/drd-umf_test-provider_file_memory_ipc.supp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[false-positive] Double check locking pattern in trackingOpenIpcHandle
1111
drd:ConflictingAccess
1212
fun:utils_atomic_store_release_ptr
13+
fun:upstreamOpenIPCHandle
1314
fun:trackingOpenIpcHandle
1415
fun:umfMemoryProviderOpenIPCHandle
1516
fun:umfOpenIPCHandle

test/supp/drd-umf_test-provider_os_memory.supp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[false-positive] Double check locking pattern in trackingOpenIpcHandle
33
drd:ConflictingAccess
44
fun:utils_atomic_store_release_ptr
5+
fun:upstreamOpenIPCHandle
56
fun:trackingOpenIpcHandle
67
fun:umfMemoryProviderOpenIPCHandle
78
fun:umfOpenIPCHandle

test/supp/helgrind-umf_test-provider_devdax_memory_ipc.supp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[false-positive] Double check locking pattern in trackingOpenIpcHandle
33
Helgrind:Race
44
fun:utils_atomic_store_release_ptr
5+
fun:upstreamOpenIPCHandle
56
fun:trackingOpenIpcHandle
67
fun:umfMemoryProviderOpenIPCHandle
78
fun:umfOpenIPCHandle

test/supp/helgrind-umf_test-provider_file_memory_ipc.supp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[false-positive] Double check locking pattern in trackingOpenIpcHandle
33
Helgrind:Race
44
fun:utils_atomic_store_release_ptr
5+
fun:upstreamOpenIPCHandle
56
fun:trackingOpenIpcHandle
67
fun:umfMemoryProviderOpenIPCHandle
78
fun:umfOpenIPCHandle

test/supp/helgrind-umf_test-provider_os_memory.supp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[false-positive] Double check locking pattern in trackingOpenIpcHandle
33
Helgrind:Race
44
fun:utils_atomic_store_release_ptr
5+
fun:upstreamOpenIPCHandle
56
fun:trackingOpenIpcHandle
67
fun:umfMemoryProviderOpenIPCHandle
78
fun:umfOpenIPCHandle

0 commit comments

Comments
 (0)