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

Side by Side Diff: tools/valgrind.supp

Issue 351053002: Add valgrind supp for NV driver. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove extra \n Created 6 years, 6 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
« no previous file with comments | « no previous file | 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=tools/valgrind.supp" 1 # Pass this file to Valgrind with "--suppressions=tools/valgrind.supp"
2 2
3 # Third party lib, driver issues. 3 # Third party lib, driver issues.
4 { 4 {
5 ati_driver_bug_1 5 ati_driver_bug_1
6 Memcheck:Param 6 Memcheck:Param
7 ioctl(generic) 7 ioctl(generic)
8 fun:ioctl 8 fun:ioctl
9 ... 9 ...
10 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so 10 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 { 65 {
66 nv_driver_bug_1 66 nv_driver_bug_1
67 Memcheck:Param 67 Memcheck:Param
68 write(buf) 68 write(buf)
69 ... 69 ...
70 obj:/usr/lib/libnvidia-glcore.so* 70 obj:/usr/lib/libnvidia-glcore.so*
71 } 71 }
72 { 72 {
73 nv_driver_bug_2 73 nv_driver_bug_2
74 Memcheck:Cond 74 Memcheck:Cond
75 obj:/usr/lib/libnvidia-glcore.so* 75 obj:/usr/lib/libnvidia-glcore.so*
mtklein 2014/06/25 13:28:02 I think nv_driver_bug_4 now subsumes nv_driver_bug
bsalomon 2014/06/25 15:09:05 Done.
76 } 76 }
77 { 77 {
78 nv_driver_bug_3 78 nv_driver_bug_3
79 Memcheck:Leak 79 Memcheck:Leak
80 fun:calloc 80 fun:calloc
81 obj:/usr/lib*/libGL.so* 81 obj:/usr/lib*/libGL.so*
82 } 82 }
83 { 83 {
84 nv_driver_bug_4
85 Memcheck:Cond
86 ...
87 obj:/usr/lib/libnvidia-glcore.so*
88 }
89 {
84 font_config_bug_1 90 font_config_bug_1
85 Memcheck:Addr4 91 Memcheck:Addr4
86 fun:FcConfigFileExists 92 fun:FcConfigFileExists
87 } 93 }
88 { 94 {
89 font_config_bug_2 95 font_config_bug_2
90 Memcheck:Leak 96 Memcheck:Leak
91 fun:malloc 97 fun:malloc
92 fun:FcFontSetCreate 98 fun:FcFontSetCreate
93 } 99 }
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 { 199 {
194 gpu_issue_14 200 gpu_issue_14
195 Memcheck:Addr4 201 Memcheck:Addr4
196 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 202 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
197 } 203 }
198 { 204 {
199 gpu_issue_15 205 gpu_issue_15
200 Memcheck:Addr2 206 Memcheck:Addr2
201 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 207 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
202 } 208 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698