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
Required-githooks: true

Change-Id: I3458d7a4c250e39adb580486c1096e4bb8e9b704
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 authored and jolivier23 committed Jun 18, 2024
1 parent 937b5a3 commit f2ce741
Show file tree
Hide file tree
Showing 2 changed files with 18 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
}
6 changes: 6 additions & 0 deletions utils/test_memcheck.supp
Original file line number Diff line number Diff line change
Expand Up @@ -402,3 +402,9 @@
write(buf)
fun:runtime/internal/syscall.Syscall6
}
{
go ShadowSet race
Memcheck:Value8
fun:_ZN6__tsan9ShadowSetEPNS_9RawShadowES1_S0_
fun:racecall
}

0 comments on commit f2ce741

Please sign in to comment.