mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
4aba119733
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>
15 lines
192 B
Plaintext
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
|
|
...
|
|
}
|