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

Side by Side Diff: tools/valgrind.supp

Issue 102443003: Add more valgrind suppressions (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years 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
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 Memcheck:Addr1 68 Memcheck:Addr1
69 ... 69 ...
70 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 70 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
71 } 71 }
72 { 72 {
73 driver_bug_7 73 driver_bug_7
74 Memcheck:Leak 74 Memcheck:Leak
75 fun:malloc 75 fun:malloc
76 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 76 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
77 } 77 }
78 {
79 driver_bug_8
80 Memcheck:Overlap
81 fun:strcpy
82 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
83 }
84 {
85 driver_bug_9
86 Memcheck:Leak
87 fun:calloc
88 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
89 }
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