Files
flatpak/tests/flatpak.supp
Alexander Larsson 944c1d58c7 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.
2016-10-19 13:21:29 +02:00

14 lines
340 B
Plaintext

# 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
}