OLD | NEW |
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 Loading... |
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 } | |
OLD | NEW |