Skip to content

Commit 92385ec

Browse files
committed
Suppress drd and helgrind warnings in IPC tests
1 parent c04cb40 commit 92385ec

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
@@ -1,6 +1,7 @@
11
{
22
[false-positive] Double check locking pattern in trackingOpenIpcHandle
33
drd:ConflictingAccess
4+
fun:upstreamOpenIPCHandle
45
fun:trackingOpenIpcHandle
56
fun:umfMemoryProviderOpenIPCHandle
67
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
@@ -9,6 +9,7 @@
99
{
1010
[false-positive] Double check locking pattern in trackingOpenIpcHandle
1111
drd:ConflictingAccess
12+
fun:upstreamOpenIPCHandle
1213
fun:trackingOpenIpcHandle
1314
fun:umfMemoryProviderOpenIPCHandle
1415
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
@@ -1,6 +1,7 @@
11
{
22
[false-positive] Double check locking pattern in trackingOpenIpcHandle
33
drd:ConflictingAccess
4+
fun:upstreamOpenIPCHandle
45
fun:trackingOpenIpcHandle
56
fun:umfMemoryProviderOpenIPCHandle
67
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
@@ -1,6 +1,7 @@
11
{
22
[false-positive] Double check locking pattern in trackingOpenIpcHandle
33
Helgrind:Race
4+
fun:upstreamOpenIPCHandle
45
fun:trackingOpenIpcHandle
56
fun:umfMemoryProviderOpenIPCHandle
67
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
@@ -1,6 +1,7 @@
11
{
22
[false-positive] Double check locking pattern in trackingOpenIpcHandle
33
Helgrind:Race
4+
fun:upstreamOpenIPCHandle
45
fun:trackingOpenIpcHandle
56
fun:umfMemoryProviderOpenIPCHandle
67
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
@@ -1,6 +1,7 @@
11
{
22
[false-positive] Double check locking pattern in trackingOpenIpcHandle
33
Helgrind:Race
4+
fun:upstreamOpenIPCHandle
45
fun:trackingOpenIpcHandle
56
fun:umfMemoryProviderOpenIPCHandle
67
fun:umfOpenIPCHandle

0 commit comments

Comments
 (0)