robertphillips@google.com | 6187abe | 2013-10-08 15:37:19 +0000 | [diff] [blame] | 1 | # Pass this file to Valgrind with "--suppressions=tests/valgrind.supp" |
| 2 | |
| 3 | { |
| 4 | FcConfig |
| 5 | Memcheck:Addr4 |
| 6 | fun:FcConfigFileExists |
| 7 | } |
| 8 | { |
robertphillips@google.com | d6bea60 | 2013-11-12 14:05:15 +0000 | [diff] [blame^] | 9 | FcFontSetCreate_Leak |
| 10 | Memcheck:Leak |
| 11 | fun:malloc |
robertphillips@google.com | 6acc8f4 | 2013-11-11 20:04:28 +0000 | [diff] [blame] | 12 | fun:FcFontSetCreate |
| 13 | } |
| 14 | { |
robertphillips@google.com | 6187abe | 2013-10-08 15:37:19 +0000 | [diff] [blame] | 15 | Mesa_glsl_parsing |
| 16 | Memcheck:Cond |
| 17 | fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv |
| 18 | obj:/usr/lib/x86_64-linux-gnu/dri/libglsl.so |
| 19 | } |
| 20 | { |
| 21 | lib_png_inflate |
| 22 | Memcheck:Cond |
| 23 | fun:inflateReset2 |
| 24 | fun:inflateInit2_ |
| 25 | fun:png_create_read_struct_2 |
| 26 | fun:png_create_read_struct |
| 27 | } |
| 28 | { |
| 29 | RTConfRegistry_leak |
| 30 | Memcheck:Leak |
| 31 | fun:_Znwm |
| 32 | fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase |
| 33 | } |
robertphillips@google.com | 1b440d1 | 2013-10-10 17:04:14 +0000 | [diff] [blame] | 34 | { |
| 35 | XML_ParseBuffer_leak |
| 36 | Memcheck:Leak |
| 37 | fun:malloc |
| 38 | fun:FcPatternObjectInsertElt |
| 39 | fun:FcPatternObjectAddWithBinding |
| 40 | } |
robertphillips@google.com | 8ec502b | 2013-10-11 18:28:18 +0000 | [diff] [blame] | 41 | { |
| 42 | Driver_bug_1 |
| 43 | Memcheck:Value8 |
| 44 | ... |
| 45 | obj:/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so |
| 46 | fun:lp_rast_triangle_3 |
| 47 | } |
| 48 | { |
| 49 | Driver_bug_2 |
| 50 | Memcheck:Value8 |
| 51 | ... |
| 52 | obj:/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so |
| 53 | fun:lp_rast_triangle_2 |
| 54 | } |
| 55 | { |
| 56 | Driver_bug_3 |
| 57 | Memcheck:Value8 |
| 58 | obj:/usr/lib/x86_64-linux-gnu/dri/libdricore.so |
| 59 | fun:_mesa_readpixels |
| 60 | fun:_mesa_ReadnPixelsARB |
| 61 | fun:_mesa_ReadPixels |
| 62 | } |
robertphillips@google.com | d6bea60 | 2013-11-12 14:05:15 +0000 | [diff] [blame^] | 63 | {
|
| 64 | XOpenDisplay_Leak
|
| 65 | Memcheck:Leak
|
| 66 | fun:calloc
|
| 67 | fun:_XConnectXCB
|
| 68 | fun:XOpenDisplay
|
| 69 | }
|