Skip to content

Commit

Permalink
DAOS-16011 : Valgrind suppressions due to update Go to 1.22.3
Browse files Browse the repository at this point in the history
Skip HW validation as it is irrelevant.
Skip-func-hw-test: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Jun 13, 2024
1 parent 684d40e commit ee10e30
Showing 1 changed file with 12 additions and 0 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
}

0 comments on commit ee10e30

Please sign in to comment.