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 3165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3176 fun:_ZN7testing35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS
2_vEPKc | 3176 fun:_ZN7testing35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS
2_vEPKc |
3177 } | 3177 } |
3178 { | 3178 { |
3179 bug_61424_b | 3179 bug_61424_b |
3180 Memcheck:Leak | 3180 Memcheck:Leak |
3181 fun:_Znw* | 3181 fun:_Znw* |
3182 fun:_ZN13FormStructure18EncodeQueryRequestERK12ScopedVectorIS_EPSt6vectorISsS
aISsEEPSs | 3182 fun:_ZN13FormStructure18EncodeQueryRequestERK12ScopedVectorIS_EPSt6vectorISsS
aISsEEPSs |
3183 fun:_ZN12_GLOBAL__N_141FormStructureTest_EncodeQueryRequest_Test8TestBodyEv | 3183 fun:_ZN12_GLOBAL__N_141FormStructureTest_EncodeQueryRequest_Test8TestBodyEv |
3184 fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_F
S2_vEPKc | 3184 fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_F
S2_vEPKc |
3185 } | 3185 } |
| 3186 { |
| 3187 bug_61685 |
| 3188 Memcheck:Leak |
| 3189 fun:malloc |
| 3190 ... |
| 3191 fun:gtk_text_buffer_select_range |
| 3192 fun:_ZN23AutocompleteEditViewGtk16SetSelectedRangeERKNS_9CharRangeE |
| 3193 fun:_ZN23AutocompleteEditViewGtk23SetTextAndSelectedRangeERKSbIwSt11char_trai
tsIwESaIwEERKNS_9CharRangeE |
| 3194 fun:_ZN23AutocompleteEditViewGtk24SetWindowTextAndCaretPosERKSbIwSt11char_tra
itsIwESaIwEEj |
| 3195 fun:_ZN21AutocompleteEditModel6RevertEv |
| 3196 fun:_ZN23AutocompleteEditViewGtk9RevertAllEv |
| 3197 fun:_ZN23AutocompleteEditViewGtk6UpdateEPK11TabContents |
| 3198 fun:_ZN15LocationBarView6UpdateEPK11TabContents |
| 3199 } |
OLD | NEW |