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

Side by Side Diff: tests/valgrind.supp

Issue 59713010: Address some more valgrind issues (Closed) Base URL: https://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
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 9 FcFontSetCreate_Leak
10 Memcheck:Leak 10 Memcheck:Leak
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
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 }
OLDNEW
« tests/ImageFilterTest.cpp ('K') | « tests/ImageFilterTest.cpp ('k') | tools/valgrind.supp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698