Chromium Code Reviews| 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 FcFontSetCreate_Leak | 9 FcFontSetCreate_Leak |
| 10 Memcheck:Leak | 10 Memcheck:Leak |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 59 fun:_mesa_readpixels | 59 fun:_mesa_readpixels |
| 60 fun:_mesa_ReadnPixelsARB | 60 fun:_mesa_ReadnPixelsARB |
| 61 fun:_mesa_ReadPixels | 61 fun:_mesa_ReadPixels |
| 62 } | 62 } |
| 63 { | 63 { |
| 64 XOpenDisplay_Leak | 64 XOpenDisplay_Leak |
| 65 Memcheck:Leak | 65 Memcheck:Leak |
| 66 fun:calloc | 66 fun:calloc |
| 67 fun:_XConnectXCB | 67 fun:_XConnectXCB |
| 68 fun:XOpenDisplay | 68 fun:XOpenDisplay |
| 69 } | 69 } |
|
robertphillips
2013/11/14 14:21:41
This suppresses several instances of:
21,008 (20,
| |
| 70 { | |
| 71 XOpenDisplay_Leak2 | |
| 72 Memcheck:Leak | |
| 73 fun:calloc | |
| 74 fun:xcb_connect_to_fd | |
| 75 fun:xcb_connect_to_display_with_auth_info | |
| 76 fun:_XConnectXCB | |
| 77 fun:XOpenDisplay | |
| 78 } | |
| OLD | NEW |