Skip to content

Commit 4ce73ed

Browse files
Merge pull request #1224 from ldorau/Remove_suppressions_with_umfGetIPCHandle
Remove suppressions with `umfGetIPCHandle`
2 parents 9a357b7 + 01f7d90 commit 4ce73ed

6 files changed

+0
-102
lines changed

test/supp/drd-test_ipc.supp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,3 @@
1515
fun:umfOpenIPCHandle
1616
...
1717
}
18-
19-
{
20-
[false-positive] trackingGetIpcHandle
21-
drd:ConflictingAccess
22-
fun:trackingGetIpcHandle
23-
fun:umfMemoryProviderGetIPCHandle
24-
fun:umfGetIPCHandle
25-
}
26-
27-
{
28-
[false-positive] trackingGetIpcHandle
29-
drd:ConflictingAccess
30-
fun:memmove
31-
fun:trackingGetIpcHandle
32-
fun:umfMemoryProviderGetIPCHandle
33-
fun:umfGetIPCHandle
34-
}

test/supp/drd-test_ipc_max_opened_limit.supp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,3 @@
1515
fun:umfOpenIPCHandle
1616
...
1717
}
18-
19-
{
20-
[false-positive] trackingGetIpcHandle
21-
drd:ConflictingAccess
22-
fun:trackingGetIpcHandle
23-
fun:umfMemoryProviderGetIPCHandle
24-
fun:umfGetIPCHandle
25-
}
26-
27-
{
28-
[false-positive] trackingGetIpcHandle
29-
drd:ConflictingAccess
30-
fun:memmove
31-
fun:trackingGetIpcHandle
32-
fun:umfMemoryProviderGetIPCHandle
33-
fun:umfGetIPCHandle
34-
}

test/supp/drd-test_provider_file_memory_ipc.supp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,6 @@
2727
...
2828
}
2929

30-
{
31-
[false-positive] trackingGetIpcHandle
32-
drd:ConflictingAccess
33-
fun:trackingGetIpcHandle
34-
fun:umfMemoryProviderGetIPCHandle
35-
fun:umfGetIPCHandle
36-
}
37-
38-
{
39-
[false-positive] trackingGetIpcHandle
40-
drd:ConflictingAccess
41-
fun:memmove
42-
fun:trackingGetIpcHandle
43-
fun:umfMemoryProviderGetIPCHandle
44-
fun:umfGetIPCHandle
45-
}
46-
4730
{
4831
False-positive ConflictingAccess in jemalloc
4932
drd:ConflictingAccess

test/supp/helgrind-test_ipc.supp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,3 @@
3535
fun:umfOpenIPCHandle
3636
...
3737
}
38-
39-
{
40-
[false-positive] umfMemoryProviderGetIPCHandle
41-
Helgrind:Race
42-
fun:trackingGetIpcHandle
43-
fun:umfMemoryProviderGetIPCHandle
44-
fun:umfGetIPCHandle
45-
}
46-
47-
{
48-
[false-positive] umfMemoryProviderGetIPCHandle
49-
Helgrind:Race
50-
fun:memmove
51-
fun:trackingGetIpcHandle
52-
fun:umfMemoryProviderGetIPCHandle
53-
fun:umfGetIPCHandle
54-
}

test/supp/helgrind-test_ipc_max_opened_limit.supp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,3 @@
3535
fun:umfOpenIPCHandle
3636
...
3737
}
38-
39-
{
40-
[false-positive] umfMemoryProviderGetIPCHandle
41-
Helgrind:Race
42-
fun:trackingGetIpcHandle
43-
fun:umfMemoryProviderGetIPCHandle
44-
fun:umfGetIPCHandle
45-
}
46-
47-
{
48-
[false-positive] umfMemoryProviderGetIPCHandle
49-
Helgrind:Race
50-
fun:memmove
51-
fun:trackingGetIpcHandle
52-
fun:umfMemoryProviderGetIPCHandle
53-
fun:umfGetIPCHandle
54-
}

test/supp/helgrind-test_provider_file_memory_ipc.supp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,3 @@
5252
fun:tbb_pool_finalize
5353
...
5454
}
55-
56-
{
57-
[false-positive] trackingGetIpcHandle
58-
Helgrind:Race
59-
fun:trackingGetIpcHandle
60-
fun:umfMemoryProviderGetIPCHandle
61-
fun:umfGetIPCHandle
62-
}
63-
64-
{
65-
[false-positive] trackingGetIpcHandle
66-
Helgrind:Race
67-
fun:memmove
68-
fun:trackingGetIpcHandle
69-
fun:umfMemoryProviderGetIPCHandle
70-
fun:umfGetIPCHandle
71-
}

0 commit comments

Comments
 (0)