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

Unified Diff: tests/valgrind.supp

Issue 18510005: Update tests valgrind suppressions (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/valgrind.supp
===================================================================
--- tests/valgrind.supp (revision 9866)
+++ tests/valgrind.supp (working copy)
@@ -1,16 +1,22 @@
# Pass this file to Valgrind with "--suppressions=tests/valgrind.supp"
-# to avoid reporting errors inside the driver.
{
- nVidiaDriverUninitializedJump001
+ Mesa_glsl_parsing
Memcheck:Cond
- obj:/usr/lib/nvidia-current/libnvidia-glcore.so.280.13
+ fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv
+ obj:/usr/lib/x86_64-linux-gnu/dri/libglsl.so
}
{
- nVidiaDriverLeak001
- Memcheck:Leak
- fun:malloc
- obj:/usr/lib/nvidia-current/libGL.so.280.13
borenet 2013/07/02 17:11:52 Do we want to remove the nvidia suppression? The
robertphillips 2013/07/02 17:31:08 I think we do want to remove them for now. I'm not
+ lib_png_inflate
+ Memcheck:Cond
+ fun:inflateReset2
+ fun:inflateInit2_
+ fun:png_create_read_struct_2
+ fun:png_create_read_struct
}
-
-
+{
+ Mesa_ReadPixels
+ Memcheck:Value8
+ obj:/usr/lib/x86_64-linux-gnu/dri/libdricore.so
+ fun:_mesa_readpixels
+}
borenet 2013/07/02 17:11:52 How much is left after these suppressions?
robertphillips 2013/07/02 17:31:08 There are still a bunch. I defer to Ben for the Fo
« 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