| OLD | NEW |
| 1 # Pass this file to Valgrind with "--suppressions=tests/valgrind.supp" | 1 # Pass this file to Valgrind with "--suppressions=tests/valgrind.supp" |
| 2 | 2 |
| 3 { | 3 { |
| 4 FcConfig | 4 FcConfig |
| 5 Memcheck:Addr4 | 5 Memcheck:Addr4 |
| 6 fun:FcConfigFileExists | 6 fun:FcConfigFileExists |
| 7 } | 7 } |
| 8 { | 8 { |
| 9 Mesa_glsl_parsing | 9 Mesa_glsl_parsing |
| 10 Memcheck:Cond | 10 Memcheck:Cond |
| 11 fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv | 11 fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv |
| 12 obj:/usr/lib/x86_64-linux-gnu/dri/libglsl.so | 12 obj:/usr/lib/x86_64-linux-gnu/dri/libglsl.so |
| 13 } | 13 } |
| 14 { | 14 { |
| 15 lib_png_inflate | 15 lib_png_inflate |
| 16 Memcheck:Cond | 16 Memcheck:Cond |
| 17 fun:inflateReset2 | 17 fun:inflateReset2 |
| 18 fun:inflateInit2_ | 18 fun:inflateInit2_ |
| 19 fun:png_create_read_struct_2 | 19 fun:png_create_read_struct_2 |
| 20 fun:png_create_read_struct | 20 fun:png_create_read_struct |
| 21 } | 21 } |
| 22 { | 22 { |
| 23 RTConfRegistry_leak | 23 RTConfRegistry_leak |
| 24 Memcheck:Leak | 24 Memcheck:Leak |
| 25 fun:_Znwm | 25 fun:_Znwm |
| 26 fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase | 26 fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase |
| 27 } | 27 } |
| 28 | 28 { |
| 29 XML_ParseBuffer_leak |
| 30 Memcheck:Leak |
| 31 fun:malloc |
| 32 fun:FcPatternObjectInsertElt |
| 33 fun:FcPatternObjectAddWithBinding |
| 34 } |
| OLD | NEW |