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

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

Issue 278173002: suppress memory leaks from ui::GestureProviderAura::GestureProviderAura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 f5b0ba6c971cc73f739f03080e7bb459307f8463..8a0c64c4fa5dcea671676603cc1b102d3e3653fd 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6420,3 +6420,16 @@
fun:_ZN8feedback*FeedbackUploaderTest*
fun:_ZN7testing8internal15TestFactoryImplIN8feedback*
}
+{
+ bug_372143
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN2ui12_GLOBAL__N_121CreateGestureProviderEPNS_25GestureProviderAuraClientE
+ fun:_ZN2ui21GestureRecognizerImpl29GetGestureProviderForConsumerEPNS_15GestureConsumerE
+ fun:_ZN2ui21GestureRecognizerImpl27ProcessTouchEventForGestureERKNS_10TouchEventENS_11EventResultEPNS_15GestureConsumerE
+ fun:_ZN4aura21WindowEventDispatcher17PostDispatchEventEPN2ui11EventTargetERKNS1_5EventE
+ fun:_ZN2ui23EventDispatcherDelegate13DispatchEventEPNS_11EventTargetEPNS_5EventE
+ fun:_ZN2ui14EventProcessor17OnEventFromSourceEPNS_5EventE
+ fun:_ZN4aura4test12AuraTestBase34DispatchEventUsingWindowDispatcherEPN2ui5EventE
+}
« 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