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 3670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3681 Memcheck:Leak | 3681 Memcheck:Leak |
3682 fun:_Znw* | 3682 fun:_Znw* |
3683 fun:_ZN12FileBrowseUIC1EP11TabContents | 3683 fun:_ZN12FileBrowseUIC1EP11TabContents |
3684 } | 3684 } |
3685 { | 3685 { |
3686 bug_70782_i | 3686 bug_70782_i |
3687 Memcheck:Leak | 3687 Memcheck:Leak |
3688 fun:_Znw* | 3688 fun:_Znw* |
3689 fun:_ZN9OptionsUIC1EP11TabContents | 3689 fun:_ZN9OptionsUIC1EP11TabContents |
3690 } | 3690 } |
3691 { | |
3692 bug_70826 | |
3693 Memcheck:Leak | |
3694 fun:_Znw* | |
3695 fun:_Z17NewRunnableMethodIN8remoting8protocol13MessageReaderEMS2_FvPNS0_14Com
poundBufferEES4_EP14CancelableTaskPT_T0_RKT1_ | |
3696 fun:_ZN8remoting8protocol13MessageReader14OnDataReceivedEPN3net8IOBufferEi | |
3697 fun:_ZN8remoting8protocol13MessageReader16HandleReadResultEi | |
3698 } | |
OLD | NEW |