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

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

Issue 8776050: Suppress the TestFocusNotification leak under Valgrind as well as Heapcheck. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 c21665a7d204ad478620ba2fc222c5e22e0fff97..97690af46717a805e481575029acdccc8dc5da65 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5294,6 +5294,20 @@
fun:_ZN3WTF16VectorDestructorILb1ENS_6OwnPtrIN7WebCore27InspectorBaseAgentInterfaceEEEE8destructEPS4_S6_
fun:_ZN3WTF20VectorTypeOperationsINS_6OwnPtrIN7WebCore27InspectorBaseAgentInterfaceEEEE8destructEPS4_S6_
}
+{
+ bug_106109
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN*DefaultFocusManagerFactory18CreateFocusManagerEPN5views6WidgetE
+ fun:_ZN5views19FocusManagerFactory6CreateEPNS_6WidgetE
+ fun:_ZN5views6Widget21OnNativeWidgetCreatedEv
+ fun:_ZN5views15NativeWidgetGtk16InitNativeWidgetERKNS_6Widget10InitParamsE
+ fun:_ZN5views6Widget4InitERKNS0_10InitParamsE
+ fun:_ZN5views6Widget31CreateWindowWithParentAndBoundsEPNS_14WidgetDelegateEP10_GtkWindowRKN3gfx4RectE
+ fun:_ZN5views6Widget22CreateWindowWithBoundsEPNS_14WidgetDelegateERKN3gfx4RectE
+ fun:_ZN33AccessibilityEventRouterViewsTest24CreateWindowWithContentsEPN5views4ViewE
+ fun:_ZN60AccessibilityEventRouterViewsTest_TestFocusNotification_Test8TestBodyEv
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« 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