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

Side by Side Diff: tests/valgrind.supp

Issue 18510005: Update tests valgrind suppressions (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
« 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=tests/valgrind.supp" 1 # Pass this file to Valgrind with "--suppressions=tests/valgrind.supp"
2 # to avoid reporting errors inside the driver.
3 2
4 { 3 {
5 nVidiaDriverUninitializedJump001 4 Mesa_glsl_parsing
6 Memcheck:Cond 5 Memcheck:Cond
7 obj:/usr/lib/nvidia-current/libnvidia-glcore.so.280.13 6 fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv
7 obj:/usr/lib/x86_64-linux-gnu/dri/libglsl.so
8 } 8 }
9 { 9 {
10 nVidiaDriverLeak001 10 lib_png_inflate
11 Memcheck:Leak 11 Memcheck:Cond
12 fun:malloc 12 fun:inflateReset2
13 obj:/usr/lib/nvidia-current/libGL.so.280.13 13 fun:inflateInit2_
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
14 fun:png_create_read_struct_2
15 fun:png_create_read_struct
14 } 16 }
15 17 {
16 18 Mesa_ReadPixels
19 Memcheck:Value8
20 obj:/usr/lib/x86_64-linux-gnu/dri/libdricore.so
21 fun:_mesa_readpixels
22 }
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
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