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

Side by Side Diff: tools/valgrind.supp

Issue 533393002: Revert of SkThreadPool ~~> SkTaskGroup (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 3 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 | « tools/skpdiff/SkDiffContext.cpp ('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=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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 { 206 {
207 gpu_issue_14 207 gpu_issue_14
208 Memcheck:Addr4 208 Memcheck:Addr4
209 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 209 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
210 } 210 }
211 { 211 {
212 gpu_issue_15 212 gpu_issue_15
213 Memcheck:Addr2 213 Memcheck:Addr2
214 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb 214 fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDra wTargetb
215 } 215 }
216
217 {
218 sk_task_group_thread_pool_intentionally_leaks_in_Release_mode
219 Memcheck:Leak
220 ...
221 fun:_ZN8SkThreadC1EPFvPvES0_
222 ...
223 fun:_ZN11SkTaskGroup3addEP10SkRunnable
224 }
OLDNEW
« no previous file with comments | « tools/skpdiff/SkDiffContext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698