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

Side by Side Diff: gm/valgrind.supp

Issue 69403002: Add another FontConfig suppression to valgrind suppressions (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | « no previous file | tests/valgrind.supp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
10 Memcheck:Leak
11 fun:malloc
12 fun:FcFontSetCreate
13 }
14 {
9 Mesa_glsl_parsing 15 Mesa_glsl_parsing
10 Memcheck:Cond 16 Memcheck:Cond
11 fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv 17 fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv
12 obj:/usr/lib/x86_64-linux-gnu/dri/libglsl.so 18 obj:/usr/lib/x86_64-linux-gnu/dri/libglsl.so
13 } 19 }
14 { 20 {
15 lib_png_inflate 21 lib_png_inflate
16 Memcheck:Cond 22 Memcheck:Cond
17 fun:inflateReset2 23 fun:inflateReset2
18 fun:inflateInit2_ 24 fun:inflateInit2_
(...skipping 28 matching lines...) Expand all
47 fun:lp_rast_triangle_2 53 fun:lp_rast_triangle_2
48 } 54 }
49 { 55 {
50 Driver_bug_3 56 Driver_bug_3
51 Memcheck:Value8 57 Memcheck:Value8
52 obj:/usr/lib/x86_64-linux-gnu/dri/libdricore.so 58 obj:/usr/lib/x86_64-linux-gnu/dri/libdricore.so
53 fun:_mesa_readpixels 59 fun:_mesa_readpixels
54 fun:_mesa_ReadnPixelsARB 60 fun:_mesa_ReadnPixelsARB
55 fun:_mesa_ReadPixels 61 fun:_mesa_ReadPixels
56 } 62 }
OLDNEW
« no previous file with comments | « no previous file | tests/valgrind.supp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698