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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 10916095: Fix leaks in aura_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index d70a4c1bd10085dd38f681b05321e1871e60c66d..10ff25d7ef4c2799026ff9109da1da6668018451 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -177,6 +177,28 @@
fun:aura::Env::Init
fun:aura::Env::GetInstance
}
+{
+ bug_146464_a
+ Heapcheck:Leak
+ fun:get_peer_sock_name
+ fun:base::MessagePumpAuraX11::GetDefaultXDisplay
+}
+{
+ bug_146464_b
+ Heapcheck:Leak
+ fun:add_codeset.isra.10
+ ...
+ fun:RootWindowHostLinux
+ fun:aura::RootWindowHost::Create
+}
+{
+ bug_146464_c
+ Heapcheck:Leak
+ fun:??
+ ...
+ fun:RootWindowHostLinux
+ fun:aura::RootWindowHost::Create
+}
#-----------------------------------------------------------------------
# 2. intentional unit test errors, or stuff that is somehow a false positive
@@ -1516,3 +1538,20 @@
...
fun:content::TestHyphenatorMessageFilter::OnOpenDictionary
}
+{
+ bug_146465_a
+ Heapcheck:Leak
+ fun:ui::GestureSequence::ProcessTouchEventForGesture
+ fun:ui::GestureRecognizerImpl::AdvanceTouchQueueByOne
+ fun:ui::GestureRecognizerImpl::AdvanceTouchQueue
+ fun:aura::RootWindow::AdvanceQueuedTouchEvent
+}
+{
+ bug_146465_b
+ Heapcheck:Leak
+ ...
+ fun:ui::GestureSequence::ProcessTouchEventForGesture
+ fun:ui::GestureRecognizerImpl::AdvanceTouchQueueByOne
+ fun:ui::GestureRecognizerImpl::AdvanceTouchQueue
+ fun:aura::RootWindow::AdvanceQueuedTouchEvent
+}
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698