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

Unified Diff: tools/valgrind/memcheck/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 | « tools/heapcheck/suppressions.txt ('k') | ui/aura/event_filter_unittest.cc » ('j') | 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 eb65ebd307123ee1bb39aaf04283f2e8a7804656..fd8829c61e44a7c7d73fc2cba3f092f85665d07d 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5966,6 +5966,17 @@
fun:_ZN7content23HyphenatorMessageFilter14SendDictionaryEv
fun:_ZN7content27TestHyphenatorMessageFilter16OnOpenDictionaryERKSbItN4base20string16_char_traitsESaItEE
}
+{
+ bug_146465
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN2ui15GestureSequence27ProcessTouchEventForGestureERKNS_10TouchEventENS_11TouchStatusE
+ fun:_ZN2ui21GestureRecognizerImpl22AdvanceTouchQueueByOneEPNS_15GestureConsumerENS_11TouchStatusE
+ fun:_ZN2ui21GestureRecognizerImpl17AdvanceTouchQueueEPNS_15GestureConsumerEb
+ fun:_ZN4aura10RootWindow23AdvanceQueuedTouchEventEPNS_6WindowEb
+}
+
+
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
@@ -5994,3 +6005,14 @@
obj:/bin/grep
obj:/bin/grep
}
+{
+ bug_146464
+ Memcheck:Leak
+ fun:realloc
+ fun:add_codeset.isra.10
+ ...
+ fun:XCreatePixmap
+ fun:XCreateBitmapFromData
+ ...
+ fun:_ZN4aura19RootWindowHostLinuxC1EPNS_22RootWindowHostDelegateERKN3gfx4RectE
+}
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | ui/aura/event_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698