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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 606523002: Valgrind: Restore a suppression that got accidentally removed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 53adf44afb95cb051b3906a1cf0bc206b2faaa54..0e213c1503589f2579c703ef4d6f04bfca5f61c2 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -1368,6 +1368,29 @@
fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi
}
{
+ bug_112278
+ Memcheck:Uninitialized
+ fun:fetch_texel_2d_f_rgba8888
+ ...
+ fun:sample_nearest_2d
+ fun:fetch_texel_lod
+ fun:fetch_texel
+ fun:_mesa_execute_program
+ fun:run_program*
+ fun:_swrast_exec_fragment_program
+ fun:shade_texture_span
+ fun:_swrast_write_rgba_span
+ fun:general_triangle
+ ...
+ fun:_swrast_Triangle
+ fun:triangle_rgba
+ ...
+ fun:run_render
+ fun:_tnl_run_pipeline
+ fun:_tnl_draw_prims
+ fun:_tnl_vbo_draw_prims
+}
+{
bug_122457
Memcheck:Leak
fun:malloc
« 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