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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | ui/aura/event_filter_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are four kinds of suppressions in this file. 1 # There are four kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 5948 matching lines...) Expand 10 before | Expand all | Expand 10 after
5959 fun:_ZN16TranslateManager18OnURLFetchCompleteEPKN3net10URLFetcherE 5959 fun:_ZN16TranslateManager18OnURLFetchCompleteEPKN3net10URLFetcherE
5960 fun:_ZN20TranslateManagerTest31SimulateTranslateScriptURLFetchEb 5960 fun:_ZN20TranslateManagerTest31SimulateTranslateScriptURLFetchEb
5961 } 5961 }
5962 { 5962 {
5963 bug_146222 5963 bug_146222
5964 Memcheck:Leak 5964 Memcheck:Leak
5965 fun:_Znw* 5965 fun:_Znw*
5966 fun:_ZN7content23HyphenatorMessageFilter14SendDictionaryEv 5966 fun:_ZN7content23HyphenatorMessageFilter14SendDictionaryEv
5967 fun:_ZN7content27TestHyphenatorMessageFilter16OnOpenDictionaryERKSbItN4base20 string16_char_traitsESaItEE 5967 fun:_ZN7content27TestHyphenatorMessageFilter16OnOpenDictionaryERKSbItN4base20 string16_char_traitsESaItEE
5968 } 5968 }
5969 {
5970 bug_146465
5971 Memcheck:Leak
5972 fun:_Znw*
5973 fun:_ZN2ui15GestureSequence27ProcessTouchEventForGestureERKNS_10TouchEventENS _11TouchStatusE
5974 fun:_ZN2ui21GestureRecognizerImpl22AdvanceTouchQueueByOneEPNS_15GestureConsum erENS_11TouchStatusE
5975 fun:_ZN2ui21GestureRecognizerImpl17AdvanceTouchQueueEPNS_15GestureConsumerEb
5976 fun:_ZN4aura10RootWindow23AdvanceQueuedTouchEventEPNS_6WindowEb
5977 }
5978
5979
5969 #----------------------------------------------------------------------- 5980 #-----------------------------------------------------------------------
5970 # 4. These only occur on our Google workstations 5981 # 4. These only occur on our Google workstations
5971 5982
5972 { 5983 {
5973 bug_todo_getdelim 5984 bug_todo_getdelim
5974 Memcheck:Leak 5985 Memcheck:Leak
5975 fun:malloc 5986 fun:malloc
5976 fun:getdelim 5987 fun:getdelim
5977 ... 5988 ...
5978 fun:call_init 5989 fun:call_init
5979 fun:_dl_init 5990 fun:_dl_init
5980 } 5991 }
5981 { 5992 {
5982 bug_todo_getdelim2 5993 bug_todo_getdelim2
5983 Memcheck:Leak 5994 Memcheck:Leak
5984 fun:malloc 5995 fun:malloc
5985 fun:getdelim 5996 fun:getdelim
5986 obj:/lib/libselinux.so.1 5997 obj:/lib/libselinux.so.1
5987 obj:/lib/libselinux.so.1 5998 obj:/lib/libselinux.so.1
5988 obj:/lib/libselinux.so.1 5999 obj:/lib/libselinux.so.1
5989 } 6000 }
5990 { 6001 {
5991 bug_todo_grep 6002 bug_todo_grep
5992 Memcheck:Leak 6003 Memcheck:Leak
5993 fun:malloc 6004 fun:malloc
5994 obj:/bin/grep 6005 obj:/bin/grep
5995 obj:/bin/grep 6006 obj:/bin/grep
5996 } 6007 }
6008 {
6009 bug_146464
6010 Memcheck:Leak
6011 fun:realloc
6012 fun:add_codeset.isra.10
6013 ...
6014 fun:XCreatePixmap
6015 fun:XCreateBitmapFromData
6016 ...
6017 fun:_ZN4aura19RootWindowHostLinuxC1EPNS_22RootWindowHostDelegateERKN3gfx4Rect E
6018 }
OLDNEW
« 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