Skip to content

remove critnib suppressions #1156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions test/supp/drd-test_disjoint_pool.supp

This file was deleted.

8 changes: 0 additions & 8 deletions test/supp/drd-test_jemalloc_coarse_devdax.supp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@
fun:je_*
...
}

{
False-positive ConflictingAccess in critnib_insert
drd:ConflictingAccess
fun:utils_atomic_store_release_ptr
fun:critnib_insert
...
}
8 changes: 0 additions & 8 deletions test/supp/drd-test_jemalloc_coarse_file.supp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@
fun:je_*
...
}

{
False-positive ConflictingAccess in critnib_insert
drd:ConflictingAccess
fun:utils_atomic_store_release_ptr
fun:critnib_insert
...
}
8 changes: 0 additions & 8 deletions test/supp/helgrind-test_disjoint_pool.supp
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,3 @@
fun:*gthread_mutex_unlock*pthread_mutex_t
...
}

{
False-positive Race in critnib_insert
Helgrind:Race
fun:utils_atomic_store_release_ptr
fun:critnib_insert
...
}
16 changes: 0 additions & 16 deletions test/supp/helgrind-test_ipc.supp
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
{
False-positive race in critnib_insert (lack of instrumentation)
Helgrind:Race
fun:utils_atomic_store_release_ptr
fun:critnib_insert
...
}

{
False-positive race in critnib_find (lack of instrumentation)
Helgrind:Race
fun:find_predecessor
fun:find_le
fun:critnib_find
...
}

{
[false-positive] Double check locking pattern in trackingOpenIpcHandle
Expand Down
8 changes: 0 additions & 8 deletions test/supp/helgrind-test_jemalloc_coarse_devdax.supp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@
fun:je_*
...
}

{
False-positive Race in critnib_insert
Helgrind:Race
fun:utils_atomic_store_release_ptr
fun:critnib_insert
...
}
8 changes: 0 additions & 8 deletions test/supp/helgrind-test_jemalloc_coarse_file.supp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@
fun:je_*
...
}

{
False-positive Race in critnib_insert
Helgrind:Race
fun:utils_atomic_store_release_ptr
fun:critnib_insert
...
}
17 changes: 0 additions & 17 deletions test/supp/helgrind-test_provider_file_memory_ipc.supp
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,6 @@
...
}

{
False-positive race in critnib_insert (lack of instrumentation)
Helgrind:Race
fun:utils_atomic_store_release_ptr
fun:critnib_insert
...
}

{
False-positive race in critnib_find (lack of instrumentation)
Helgrind:Race
fun:find_predecessor
fun:find_le
fun:critnib_find
...
}

{
False-positive ConflictingAccess in jemalloc
Helgrind:Race
Expand Down
Loading