Skip to content

Commit fc68be8

Browse files
committed
Suppress false-postive in IPC tests under helgrind
1 parent 1c7bc25 commit fc68be8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/supp/helgrind-test_ipc.supp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
[false-positive] Double check locking pattern in trackingOpenIpcHandle
2020
Helgrind:Race
2121
fun:utils_atomic_store_release_ptr
22+
fun:upstreamOpenIPCHandle
2223
fun:trackingOpenIpcHandle
2324
fun:umfMemoryProviderOpenIPCHandle
2425
fun:umfOpenIPCHandle

test/supp/helgrind-test_ipc_max_opened_limit.supp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
[false-positive] Double check locking pattern in trackingOpenIpcHandle
2020
Helgrind:Race
2121
fun:utils_atomic_store_release_ptr
22+
fun:upstreamOpenIPCHandle
2223
fun:trackingOpenIpcHandle
2324
fun:umfMemoryProviderOpenIPCHandle
2425
fun:umfOpenIPCHandle

0 commit comments

Comments
 (0)