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

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

Issue 1077002: Suppresses the leaks in AutoFillInfoBarDelegateTest::SetUp().... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 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 | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 41905)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -2496,3 +2496,10 @@
fun:gtk_tooltip_run_requery
fun:gtk_tooltip_show_tooltip
}
+{
+ bug_38481
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN145_GLOBAL__N__b_slave_chromium_rel_linux_valgrind_builder_build_src_chrome_browser_autofill_autofill_infobar_delegate_unittest.cc_00000000_8655CC8827AutoFillInfoBarDelegateTest5SetUpEv
+}
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698