Skip to content

Commit

Permalink
Valgrind: Adjust statx suppressions
Browse files Browse the repository at this point in the history
We have 2 new variations on the statx false positive,
this time from calls from the Rust code.
I'm removing the mangled symbol to simplify the rule and accomodate
future variations.
  • Loading branch information
micahsnyder committed Apr 9, 2024
1 parent ed93242 commit 8b2c81d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions unit_tests/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@
statx(file_name)
fun:statx
fun:statx
fun:_ZN3std3sys4unix2fs9try_statx*
...
}
{
Expand All @@ -329,7 +328,6 @@
statx(buf)
fun:statx
fun:statx
fun:_ZN3std3sys4unix2fs9try_statx*
...
}
{
Expand All @@ -338,7 +336,6 @@
statx(file_name)
fun:syscall
fun:statx
fun:_ZN3std3sys4unix2fs9try_statx*
...
}
{
Expand All @@ -347,7 +344,6 @@
statx(buf)
fun:syscall
fun:statx
fun:_ZN3std3sys4unix2fs9try_statx*
...
}
{
Expand All @@ -357,7 +353,6 @@
fun:__fxstatat
fun:statx_generic*
fun:statx
fun:_ZN3std3sys4unix2fs9try_statx*
...
}
{
Expand All @@ -368,7 +363,7 @@
fun:statx_generic*
fun:statx
fun:statx
fun:_ZN3std3sys4unix2fs9try_statx*
...
}
{
<rayon-jpeg-decoder-error>
Expand Down

0 comments on commit 8b2c81d

Please sign in to comment.