Skip to content

Commit

Permalink
remove wildcards from valgrind supresssion error types
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed Mar 4, 2024
1 parent fe8e9e5 commit 11d86c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
<openmp_thread_start>
Memcheck:Param
writev(vector[*])
writev(vector[1])
fun:writev
fun:pmix_ptl_base_send_handler
...
Expand All @@ -16,7 +16,7 @@
{
<openmp_clone>
Memcheck:Param
writev(vector[*])
writev(vector[1])
fun:writev
fun:pmix_ptl_base_send_handler
...
Expand All @@ -26,7 +26,7 @@
{
<openmp_clone_2>
Memcheck:Param
writev(vector[*])
writev(vector[1])
fun:writev
...
fun:event_base_loop
Expand All @@ -51,7 +51,7 @@
{
<thread_unknown_inline_function>
Memcheck:Param
writev(vector[*])
writev(vector[1])
...
fun:UnknownInlinedFun
...
Expand Down Expand Up @@ -197,7 +197,7 @@
fun:ompi_mpi_finalize
}
{
<insert_a_suppression_name_here>
<orte_daemon_leak>
Memcheck:Leak
match-leak-kinds: definite
fun:*alloc
Expand Down Expand Up @@ -225,7 +225,7 @@
{
<write_vector>
Memcheck:Param
writev(vector[...])
writev(vector[1])
...
fun:start_thread
fun:thread_start
Expand Down

0 comments on commit 11d86c1

Please sign in to comment.