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

Side by Side Diff: tools/valgrind.supp

Issue 107443004: Generalize valgrind suppressions & a 2 more (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 30 matching lines...) Expand all
41 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 41 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
42 } 42 }
43 { 43 {
44 driver_bug_2 44 driver_bug_2
45 Memcheck:Cond 45 Memcheck:Cond
46 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 46 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
47 } 47 }
48 { 48 {
49 driver_bug_3 49 driver_bug_3
50 Memcheck:Addr8 50 Memcheck:Addr8
51 fun:memcpy@GLIBC_2.2.5 51 ...
52 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 52 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
53 } 53 }
54 { 54 {
55 driver_bug_4 55 driver_bug_4
56 Memcheck:Addr2 56 Memcheck:Addr4
57 fun:memcpy@GLIBC_2.2.5 57 ...
58 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 58 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
59 } 59 }
60 { 60 {
61 driver_bug_5 61 driver_bug_5
62 Memcheck:Addr2
63 ...
64 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
65 }
66 {
67 driver_bug_6
62 Memcheck:Addr1 68 Memcheck:Addr1
63 fun:memcpy@GLIBC_2.2.5 69 ...
64 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 70 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
65 } 71 }
72 {
73 driver_bug_7
74 Memcheck:Leak
75 fun:malloc
76 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
77 }
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