Skip to content

Commit

Permalink
DAOS-623 test: update suppressions for NLT (#14695)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@intel.com>
  • Loading branch information
mchaarawi authored Jul 3, 2024
1 parent a1d3678 commit 4d00fa8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/cart/utils/memcheck-cart.supp
Original file line number Diff line number Diff line change
Expand Up @@ -628,3 +628,20 @@
...
fun:runtime.persistentalloc
}
{
go 1.22.3 race
Memcheck:Addr8
fun:racecallatomic
}
{
go 1.22.3 race
Memcheck:Param
read(buf)
fun:runtime/internal/syscall.Syscall6
}
{
go 1.22.3 race
Memcheck:Addr4
fun:__tsan_go_atomic32_load
fun:racecall
}

0 comments on commit 4d00fa8

Please sign in to comment.