tests: Add suppression for ostree static delta valgrind issue

I filed this upstream as:
 https://github.com/ostreedev/ostree/issues/533

Lets ignore it for now so we can use valgrind tests for the flatpak
parts.
tingping/wmclass
Alexander Larsson 2016-10-19 13:21:29 +02:00
parent 5e4f46f9c2
commit 944c1d58c7
1 changed files with 12 additions and 0 deletions

View File

@ -1 +1,13 @@
# Use this to suppress "possibly lost" for global statics
# https://github.com/ostreedev/ostree/issues/533
{
ignore_static_delta_uninitialized
Memcheck:Cond
...
fun:_ostree_lzma_compressor_convert
fun:write_internal
fun:g_output_stream_real_splice
fun:g_output_stream_splice
fun:ostree_repo_static_delta_generate
}