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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 10907045: Fix the leaks in TestHyphenatorMessageFilter::OnOpenDictionary(). (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') | no next file » | 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 5941 matching lines...) Expand 10 before | Expand all | Expand 10 after
5952 fun:_ZN18TranslateTabHelper16OnPageTranslatedEiRKSsS1_N15TranslateErrors4Type E 5952 fun:_ZN18TranslateTabHelper16OnPageTranslatedEiRKSsS1_N15TranslateErrors4Type E
5953 } 5953 }
5954 { 5954 {
5955 bug_145747b 5955 bug_145747b
5956 Memcheck:Leak 5956 Memcheck:Leak
5957 fun:_Znw* 5957 fun:_Znw*
5958 fun:_ZN24TranslateInfoBarDelegate19CreateErrorDelegateEN15TranslateErrors4Typ eEP16InfoBarTabHelperP11PrefServiceRKSsS7_ 5958 fun:_ZN24TranslateInfoBarDelegate19CreateErrorDelegateEN15TranslateErrors4Typ eEP16InfoBarTabHelperP11PrefServiceRKSsS7_
5959 fun:_ZN16TranslateManager18OnURLFetchCompleteEPKN3net10URLFetcherE 5959 fun:_ZN16TranslateManager18OnURLFetchCompleteEPKN3net10URLFetcherE
5960 fun:_ZN20TranslateManagerTest31SimulateTranslateScriptURLFetchEb 5960 fun:_ZN20TranslateManagerTest31SimulateTranslateScriptURLFetchEb
5961 } 5961 }
5962 {
5963 bug_146222
5964 Memcheck:Leak
5965 fun:_Znw*
5966 fun:_ZN7content23HyphenatorMessageFilter14SendDictionaryEv
5967 fun:_ZN7content27TestHyphenatorMessageFilter16OnOpenDictionaryERKSbItN4base20 string16_char_traitsESaItEE
5968 }
5969 #----------------------------------------------------------------------- 5962 #-----------------------------------------------------------------------
5970 # 4. These only occur on our Google workstations 5963 # 4. These only occur on our Google workstations
5971 5964
5972 { 5965 {
5973 bug_todo_getdelim 5966 bug_todo_getdelim
5974 Memcheck:Leak 5967 Memcheck:Leak
5975 fun:malloc 5968 fun:malloc
5976 fun:getdelim 5969 fun:getdelim
5977 ... 5970 ...
5978 fun:call_init 5971 fun:call_init
5979 fun:_dl_init 5972 fun:_dl_init
5980 } 5973 }
5981 { 5974 {
5982 bug_todo_getdelim2 5975 bug_todo_getdelim2
5983 Memcheck:Leak 5976 Memcheck:Leak
5984 fun:malloc 5977 fun:malloc
5985 fun:getdelim 5978 fun:getdelim
5986 obj:/lib/libselinux.so.1 5979 obj:/lib/libselinux.so.1
5987 obj:/lib/libselinux.so.1 5980 obj:/lib/libselinux.so.1
5988 obj:/lib/libselinux.so.1 5981 obj:/lib/libselinux.so.1
5989 } 5982 }
5990 { 5983 {
5991 bug_todo_grep 5984 bug_todo_grep
5992 Memcheck:Leak 5985 Memcheck:Leak
5993 fun:malloc 5986 fun:malloc
5994 obj:/bin/grep 5987 obj:/bin/grep
5995 obj:/bin/grep 5988 obj:/bin/grep
5996 } 5989 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698