Skip to content

Commit ac24ca6

Browse files
authored
DAOS-18343 test: Suppress Go runtime false positive (#17346)
Suppress a valgrind false positive for Go runtime function ShadowSet. Signed-off-by: Kris Jacque <kris.jacque@hpe.com>
1 parent 23a23ba commit ac24ca6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/cart/utils/memcheck-cart.supp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,13 @@
486486
fun:_ZN6__tsan9ShadowSetEPNS_9RawShadowES1_S0_
487487
fun:racecall
488488
}
489+
{
490+
MemoryRangeSet ShadowSet
491+
Memcheck:Value8
492+
fun:ShadowSet
493+
fun:_ZN6__tsanL14MemoryRangeSetEmmNS_9RawShadowE
494+
fun:racecall
495+
}
489496
{
490497
FI leak 8
491498
Memcheck:Leak

0 commit comments

Comments
 (0)