core-lightning/tests/valgrind-suppressions.txt
Christian Decker 4aba119733 pytest: Use valgrind target suppressions instead of skipping tests
Having a list of very targeted suppressions allows us to still run the
majority of tests with valgrind checking, and not fail when Rust does
some trickery. This is for example the case with `std::sync::Once`
which uses `num_procs` calling out to the cgroups subsystem, sometimes
with a null path.

Suggested-by: Rusty Russell <@rustyrussell>
2022-03-10 10:21:41 +10:30

15 lines
192 B
Plaintext

{
rust__std_sync_once__try_statx_01
Memcheck:Param
statx(buf)
fun:statx
...
}
{
rust__std_sync_once__try_statx_02
Memcheck:Param
statx(file_name)
fun:statx
...
}