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

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

Issue 9349012: Another suppression for leaks in views::Widget::OnNativeWidgetCreated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 120730)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3035,7 +3035,7 @@
fun:_ZN20InProcessBrowserTest5SetUpEv
}
{
- bug_75023
+ bug_75023a
Memcheck:Leak
fun:_Znw*
fun:_ZN5views6Widget21OnNativeWidgetCreatedEv
@@ -3048,6 +3048,14 @@
fun:_ZN19PasswordManagerTest5SetUpEv
}
{
+ bug_75023b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN12_GLOBAL__N_126DefaultFocusManagerFactory18CreateFocusManagerEPN5views6WidgetE
+ fun:_ZN5views19FocusManagerFactory6CreateEPNS_6WidgetE
+ fun:_ZN5views6Widget21OnNativeWidgetCreatedEv
+}
+{
bug_75051
Memcheck:Leak
fun:_Znw*
« 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