mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 21:38:03 +02:00
[test/.valgrind-suppressions] Update for amd64/sid
Update the valgrind suppressions for the libz and Xrm spam.
This commit is contained in:
parent
2e5f278da1
commit
6418a8be87
1 changed files with 17 additions and 3 deletions
|
|
@ -17,6 +17,16 @@
|
|||
obj:/usr/lib/libz.so.1.2.3
|
||||
fun:deflate
|
||||
}
|
||||
{
|
||||
bugs in libpng/libz
|
||||
Memcheck:Cond
|
||||
obj:/usr/lib/libz.so.1.2.3.3
|
||||
}
|
||||
{
|
||||
bugs in libpng/libz
|
||||
Memcheck:Value8
|
||||
obj:/usr/lib/libz.so.1.2.3.3
|
||||
}
|
||||
{
|
||||
cairo's write_png triggers apparent bugs in libpng/libz
|
||||
Memcheck:Cond
|
||||
|
|
@ -209,7 +219,13 @@
|
|||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:_XrmInternalStringToQuark
|
||||
fun:XrmPermStringToQuark
|
||||
}
|
||||
{
|
||||
XrmInitialize is fairly obnoxious about leaving reachable memory around
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
obj:/usr/lib/libX11.so.6.2.0
|
||||
fun:_XrmInternalStringToQuark
|
||||
fun:XrmInitialize
|
||||
}
|
||||
{
|
||||
|
|
@ -218,8 +234,6 @@
|
|||
fun:malloc
|
||||
fun:permalloc
|
||||
fun:_XrmInternalStringToQuark
|
||||
fun:XrmPermStringToQuark
|
||||
fun:XrmInitialize
|
||||
}
|
||||
{
|
||||
XrmGetStringDatabase is fairly obnoxious about leaving reachable memory around
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue