Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: tools/valgrind.supp

Issue 26465007: Update valgrind suppressions (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/valgrind.supp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Pass this file to Valgrind with "--suppressions=tests/valgrind.supp"
2
3 {
4 FcConfig
5 Memcheck:Addr4
6 fun:FcConfigFileExists
7 }
8 {
9 Mesa_glsl_parsing
10 Memcheck:Cond
11 fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv
12 obj:/usr/lib/x86_64-linux-gnu/dri/libglsl.so
13 }
14 {
15 lib_png_inflate
16 Memcheck:Cond
17 fun:inflateReset2
18 fun:inflateInit2_
19 fun:png_create_read_struct_2
20 fun:png_create_read_struct
21 }
22 {
23 RTConfRegistry_leak
24 Memcheck:Leak
25 fun:_Znwm
26 fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase
27 }
28
OLDNEW
« no previous file with comments | « tests/valgrind.supp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698