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

Unified Diff: gm/valgrind.supp

Issue 59713010: Address some more valgrind issues (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month 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 | « no previous file | tests/BlurTest.cpp » ('j') | tests/BlurTest.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/valgrind.supp
diff --git a/gm/valgrind.supp b/gm/valgrind.supp
index 4e13e972361af6a50110bb420b334d34b9cbea1f..075134a960c532c1b7bbf31b5b49b8fa69b13c0b 100644
--- a/gm/valgrind.supp
+++ b/gm/valgrind.supp
@@ -60,10 +60,19 @@
fun:_mesa_ReadnPixelsARB
fun:_mesa_ReadPixels
}
-{
- XOpenDisplay_Leak
+{
+ XOpenDisplay_Leak
+ Memcheck:Leak
+ fun:calloc
+ fun:_XConnectXCB
+ fun:XOpenDisplay
+}
robertphillips 2013/11/14 14:21:41 This suppresses several instances of: 21,008 (20,
+{
+ XOpenDisplay_Leak2
Memcheck:Leak
fun:calloc
+ fun:xcb_connect_to_fd
+ fun:xcb_connect_to_display_with_auth_info
fun:_XConnectXCB
- fun:XOpenDisplay
-}
+ fun:XOpenDisplay
+}
« no previous file with comments | « no previous file | tests/BlurTest.cpp » ('j') | tests/BlurTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698