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

Unified Diff: tools/valgrind.supp

Issue 118283002: Suppress questionable gpu errors (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/valgrind.supp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind.supp
===================================================================
--- tools/valgrind.supp (revision 12735)
+++ tools/valgrind.supp (working copy)
@@ -75,15 +75,51 @@
fun:malloc
obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
}
+{
+ driver_bug_8
+ Memcheck:Overlap
+ fun:strcpy
+ obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
+}
+{
+ driver_bug_9
+ Memcheck:Leak
+ fun:calloc
+ obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
+}
{
borenet 2013/12/18 15:01:18 Maybe add comments to indicate that we're not sure
robertphillips 2013/12/18 17:29:08 Done.
- driver_bug_8
- Memcheck:Overlap
- fun:strcpy
- obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
+ gpu_issue_1
+ Memcheck:Addr2
+ fun:_ZNK5GrGpu18getQuadIndexBufferEv
}
{
- driver_bug_9
- Memcheck:Leak
- fun:calloc
- obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
+ gpu_issue_2
+ Memcheck:Addr2
+ fun:_ZN24GrAAHairLinePathRenderer6CreateEP9GrContext
}
+{
+ gpu_issue_3
+ Memcheck:Addr2
+ fun:_ZN16GrAARectRenderer21aaFillRectIndexBufferEP5GrGpu
+}
+{
+ gpu_issue_4
+ Memcheck:Addr8
+ fun:_ZN24GrAAHairLinePathRenderer14createLineGeomERK6SkPathP12GrDrawTargetRK8SkTArrayI7SkPointLb1EEiPNS3_19AutoReleaseGeometryEP6SkRect
+}
+{
+ gpu_issue_5
+ Memcheck:Addr8
+ fun:_ZN21GrDefaultPathRenderer10createGeomERK6SkPathRK11SkStrokeRecfP12GrDrawTargetP15GrPrimitiveTypePiSA_PNS6_19AutoReleaseGeometryE
+}
+{
+ gpu_issue_6
+ Memcheck:Addr8
+ fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDrawTargetb
+}
+{
+ gpu_issue_7
+ Memcheck:Addr4
+ fun:_ZNK7SkPoint24distanceToLineBetweenSqdERKS_S1_PNS_4SideE
+ fun:_ZN22GrAAConvexPathRenderer10onDrawPathERK6SkPathRK11SkStrokeRecP12GrDrawTargetb
+}
« 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