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

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

Issue 4612001: Autofill heapcheck and valgrind leak in PersonalDataManager unit test fixed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 10 years, 1 month 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 three kinds of suppressions in this file. 1 # There are three 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 3178 matching lines...) Expand 10 before | Expand all | Expand 10 after
3189 ... 3189 ...
3190 fun:gtk_text_buffer_select_range 3190 fun:gtk_text_buffer_select_range
3191 fun:_ZN23AutocompleteEditViewGtk16SetSelectedRangeERKNS_9CharRangeE 3191 fun:_ZN23AutocompleteEditViewGtk16SetSelectedRangeERKNS_9CharRangeE
3192 fun:_ZN23AutocompleteEditViewGtk23SetTextAndSelectedRangeERKSbIwSt11char_trai tsIwESaIwEERKNS_9CharRangeE 3192 fun:_ZN23AutocompleteEditViewGtk23SetTextAndSelectedRangeERKSbIwSt11char_trai tsIwESaIwEERKNS_9CharRangeE
3193 fun:_ZN23AutocompleteEditViewGtk24SetWindowTextAndCaretPosERKSbIwSt11char_tra itsIwESaIwEEj 3193 fun:_ZN23AutocompleteEditViewGtk24SetWindowTextAndCaretPosERKSbIwSt11char_tra itsIwESaIwEEj
3194 fun:_ZN21AutocompleteEditModel6RevertEv 3194 fun:_ZN21AutocompleteEditModel6RevertEv
3195 fun:_ZN23AutocompleteEditViewGtk9RevertAllEv 3195 fun:_ZN23AutocompleteEditViewGtk9RevertAllEv
3196 fun:_ZN23AutocompleteEditViewGtk6UpdateEPK11TabContents 3196 fun:_ZN23AutocompleteEditViewGtk6UpdateEPK11TabContents
3197 fun:_ZN15LocationBarView6UpdateEPK11TabContents 3197 fun:_ZN15LocationBarView6UpdateEPK11TabContents
3198 } 3198 }
3199 {
3200 bug_61988_a
3201 Memcheck:Leak
3202 fun:_Znw*
3203 ...
3204 fun:_ZN14TestingProfile20CreateWebDataServiceEb
3205 fun:_ZN23PersonalDataManagerTest5SetUpEv
3206 }
3207 {
3208 bug_61988_b
3209 Memcheck:Leak
3210 ...
3211 fun:_ZN36PersonalDataManagerTest_Refresh_Test8TestBodyEv
3212 }
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