Skip to content

Commit

Permalink
DAOS-13490 test: Update valgrind suppressions. (#13142)
Browse files Browse the repository at this point in the history
A go change has introduced some new failure traces, suppress them.

Signed-off-by: Ashley Pittman <[email protected]>
  • Loading branch information
ashleypittman authored Oct 17, 2023
1 parent 6a99368 commit 105fbb0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/cart/utils/memcheck-cart.supp
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,24 @@
...
fun:indexbytebody
}
{
go-cond-racecall
Memcheck:Cond
...
fun:racecall
}
{
go-value8-write_racecall
Memcheck:Value8
fun:__tsan_write
fun:racecall
}
{
go-value8-racecall
Memcheck:Value8
fun:_ZN6__tsan9ShadowSetEPNS_9RawShadowES1_S0_
fun:racecall
}
{
FI leak 8
Memcheck:Leak
Expand Down

0 comments on commit 105fbb0

Please sign in to comment.