mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
[test] Add more valgrind suppressions
This commit is contained in:
parent
dcdcb7ac2a
commit
4b1f450f4c
1 changed files with 19 additions and 0 deletions
|
|
@ -1,3 +1,22 @@
|
|||
{
|
||||
in dl.so
|
||||
Memcheck:Cond
|
||||
fun:_dl_relocate_object
|
||||
}
|
||||
{
|
||||
bugs in libpng/libz
|
||||
Memcheck:Cond
|
||||
obj:/usr/lib/libz.so.1.2.2.2
|
||||
obj:/usr/lib/libz.so.1.2.2.2
|
||||
fun:deflate
|
||||
}
|
||||
{
|
||||
bugs in libpng/libz
|
||||
Memcheck:Cond
|
||||
obj:/usr/lib/libz.so.1.2.3
|
||||
obj:/usr/lib/libz.so.1.2.3
|
||||
fun:deflate
|
||||
}
|
||||
{
|
||||
cairo's write_png triggers apparent bugs in libpng/libz
|
||||
Memcheck:Cond
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue