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
|