Skip to content

Commit

Permalink
testsuite: pull in valgrind suppression from core
Browse files Browse the repository at this point in the history
Problem: changes proposed to flux-core introduce a new
"false positive" valgrind error.

Bring over the suppression proposed in core.
  • Loading branch information
garlick committed Dec 5, 2024
1 parent 4939e43 commit d4f0d8d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions t/valgrind/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@
fun:ev_run
...
}
{
<libuuid_tls_leak>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:uuid_generate*
...
}

0 comments on commit d4f0d8d

Please sign in to comment.