Skip to content

Commit

Permalink
Add liblzma error suppression #1432
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Mar 14, 2024
1 parent 1499322 commit cec2038
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/tests/memcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ if command -v valgrind >/dev/null; then
fun:_dl_init
obj:/lib/x86_64-linux-gnu/ld-2.27.so
}
{
lzma_Debian_#1342_cond
Memcheck:Cond
obj:/usr/lib/x86_64-linux-gnu/liblzma.so.*
}
{
lzma_Debia_#1342_free
Memcheck:Free
obj:/usr/lib/x86_64-linux-gnu/liblzma.so.*
}
{
lzma_Debia_#1342_value
Memcheck:Value8
obj:/usr/lib/x86_64-linux-gnu/liblzma.so.*
}
EOT
) --error-markers=begin,end "./$tool" 2>&1
)
Expand Down

0 comments on commit cec2038

Please sign in to comment.