Skip to content

Commit

Permalink
DAOS-16011 : Valgrind suppressions due to update Go to 1.22.3 (#14564)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Jun 13, 2024
1 parent 026025b commit c7c067f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 12 additions & 0 deletions src/cart/utils/memcheck-cart.supp
Original file line number Diff line number Diff line change
Expand Up @@ -582,3 +582,15 @@
...
fun:racecall
}
{
go 1.22.3 race
Memcheck:Addr8
fun:__tsan_go_atomic64_load
fun:racecall
}
{
go 1.22.3 race
Memcheck:Addr8
fun:__tsan_go_atomic64_compare_exchange
fun:racecall
}
6 changes: 0 additions & 6 deletions utils/test_memcheck.supp
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,3 @@
fun:_ZN6__tsan9ShadowSetEPNS_9RawShadowES1_S0_
fun:racecall
}
{
go 1.23.3 race
Memcheck:Addr8
fun:__tsan_go_atomic64_load
fun:racecall
}

0 comments on commit c7c067f

Please sign in to comment.