Skip to content

Commit 0e3d3e4

Browse files
authored
Merge pull request #1197 from vinser52/svinogra_ipc_cache
Suppress false-positive in IPC tests under helgrind
2 parents d6d6104 + fc68be8 commit 0e3d3e4

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)