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

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

Issue 12153003: Add RenderTextLinux Heapcheck and Valgrind suppressions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 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
« tools/heapcheck/suppressions.txt ('K') | « tools/heapcheck/suppressions.txt ('k') | 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 08751dff409aaccc4165c65bf3bf9b117eac00f0..21167d76c6055d37bf3c90beebe15c3dac56b5b3 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6572,3 +6572,22 @@
fun:_ZN3gpu5gles2*Immediate4InitE*
fun:_ZN3gpu5gles2*GLES2ImplementationTest_*_Test8TestBodyEv
}
+{
+bug_173597_a
Timur Iskhodzhanov 2013/02/01 10:11:47 nit: indents
+Memcheck:Leak
+fun:malloc
+fun:g_malloc
+fun:g_slice_alloc
+fun:pango_attr_list_get_iterator
+fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv
+}
+{
+bug_173597_b
+Memcheck:Leak
+fun:realloc
+fun:g_realloc
+fun:g_string_maybe_expand
+fun:g_string_insert_len
+fun:pango_font_description_to_string
+fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv
+}
« tools/heapcheck/suppressions.txt ('K') | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698