Skip to content

Commit 862a4fd

Browse files
Merge pull request #1342 from ldorau/Remove_all_valgrind_suppressions_for_critnib
Remove all valgrind suppressions for critnib
2 parents 0fcb0f7 + e190115 commit 862a4fd

9 files changed

+0
-98
lines changed

test/supp/drd-test_disjoint_pool.supp

Lines changed: 0 additions & 7 deletions
This file was deleted.

test/supp/drd-test_jemalloc_coarse_devdax.supp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,3 @@
55
fun:je_*
66
...
77
}
8-
9-
{
10-
False-positive ConflictingAccess in critnib_insert
11-
drd:ConflictingAccess
12-
fun:utils_atomic_store_release_ptr
13-
fun:critnib_insert
14-
...
15-
}

test/supp/drd-test_jemalloc_coarse_file.supp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,3 @@
55
fun:je_*
66
...
77
}
8-
9-
{
10-
False-positive ConflictingAccess in critnib_insert
11-
drd:ConflictingAccess
12-
fun:utils_atomic_store_release_ptr
13-
fun:critnib_insert
14-
...
15-
}

test/supp/helgrind-test_disjoint_pool.supp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,3 @@
2727
fun:*gthread_mutex_unlock*pthread_mutex_t
2828
...
2929
}
30-
31-
{
32-
False-positive Race in critnib_insert
33-
Helgrind:Race
34-
fun:utils_atomic_store_release_ptr
35-
fun:critnib_insert
36-
...
37-
}

test/supp/helgrind-test_ipc.supp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
{
2-
False-positive race in critnib_insert (lack of instrumentation)
3-
Helgrind:Race
4-
fun:utils_atomic_store_release_ptr
5-
fun:critnib_insert
6-
...
7-
}
8-
9-
{
10-
False-positive race in critnib_find (lack of instrumentation)
11-
Helgrind:Race
12-
fun:find_predecessor
13-
fun:find_le
14-
fun:critnib_find
15-
...
16-
}
17-
181
{
192
[false-positive] Double check locking pattern in trackingOpenIpcHandle
203
Helgrind:Race

test/supp/helgrind-test_ipc_max_opened_limit.supp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
{
2-
False-positive race in critnib_insert (lack of instrumentation)
3-
Helgrind:Race
4-
fun:utils_atomic_store_release_ptr
5-
fun:critnib_insert
6-
...
7-
}
8-
9-
{
10-
False-positive race in critnib_find (lack of instrumentation)
11-
Helgrind:Race
12-
fun:find_predecessor
13-
fun:find_le
14-
fun:critnib_find
15-
...
16-
}
17-
181
{
192
[false-positive] Double check locking pattern in trackingOpenIpcHandle
203
Helgrind:Race

test/supp/helgrind-test_jemalloc_coarse_devdax.supp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,3 @@
55
fun:je_*
66
...
77
}
8-
9-
{
10-
False-positive Race in critnib_insert
11-
Helgrind:Race
12-
fun:utils_atomic_store_release_ptr
13-
fun:critnib_insert
14-
...
15-
}

test/supp/helgrind-test_jemalloc_coarse_file.supp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,3 @@
55
fun:je_*
66
...
77
}
8-
9-
{
10-
False-positive Race in critnib_insert
11-
Helgrind:Race
12-
fun:utils_atomic_store_release_ptr
13-
fun:critnib_insert
14-
...
15-
}

test/supp/helgrind-test_provider_file_memory_ipc.supp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,6 @@
1919
...
2020
}
2121

22-
{
23-
False-positive race in critnib_insert (lack of instrumentation)
24-
Helgrind:Race
25-
fun:utils_atomic_store_release_ptr
26-
fun:critnib_insert
27-
...
28-
}
29-
30-
{
31-
False-positive race in critnib_find (lack of instrumentation)
32-
Helgrind:Race
33-
fun:find_predecessor
34-
fun:find_le
35-
fun:critnib_find
36-
...
37-
}
38-
3922
{
4023
False-positive ConflictingAccess in jemalloc
4124
Helgrind:Race

0 commit comments

Comments
 (0)