Chromium Code Reviews| OLD | NEW |
|---|---|
| 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
| |
| OLD | NEW |