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

Side by Side Diff: gm/valgrind.supp

Issue 18332016: valgrind suppressions for tests & gm (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 | tests/valgrind.supp » ('j') | 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=gm/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_
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 }
23 {
24 FcConfig
25 Memcheck:Addr4
26 fun:FcConfigFileExists
27 }
28 {
29 Mesa_add_symbol_leak
30 Memcheck:Leak
31 fun:malloc
32 fun:strdup
33 fun:_mesa_symbol_table_add_symbol
34 }
35 {
36 Mesa_add_global_symbol_leak
37 Memcheck:Leak
38 fun:malloc
39 fun:strdup
40 fun:_mesa_symbol_table_add_global_symbol
41 }
42 {
43 Mesa_symbol_table_push_scope_leak
44 Memcheck:Leak
45 fun:calloc
46 fun:_mesa_symbol_table_push_scope
47 }
48 {
49 Mesa_bindAttribLocation_leak
50 Memcheck:Leak
51 fun:malloc
52 fun:strdup
53 fun:_mesa_BindAttribLocationARB
54 }
55 {
56 Mesa_init_shader_program_leak
57 Memcheck:Leak
58 fun:_Znwm
59 fun:string_to_uint_map_ctor
60 fun:_mesa_init_shader_program
61 }
62 {
63 Mesa_fix_func_fragment_program_leak
64 Memcheck:Leak
65 fun:malloc
66 fun:_mesa_get_fixed_func_fragment_program
67 }
68 {
69 Mesa_link_shader_leak
70 Memcheck:Leak
71 fun:_Znwm
72 fun:_Z29link_assign_uniform_locationsP17gl_shader_program
73 fun:_Z12link_shadersP10gl_contextP17gl_shader_program
74 fun:_mesa_glsl_link_shader
75 }
76 {
77 Mesa_leak
78 Memcheck:Leak
79 fun:malloc
80 fun:_mesa_realloc
81 obj:/usr/lib/x86_64-linux-gnu/dri/libdricore.so
82 }
83 {
84 lib_png_inflate
85 Memcheck:Cond
86 fun:inflateReset2
87 fun:inflateInit2_
88 fun:png_create_read_struct_2
89 fun:png_create_read_struct
90 }
91 {
92 Mesa_ReadPixels
93 Memcheck:Value8
94 obj:/usr/lib/x86_64-linux-gnu/dri/libdricore.so
95 fun:_mesa_readpixels
96 }
OLDNEW
« no previous file with comments | « no previous file | tests/valgrind.supp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698