OLD | NEW |
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 5770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5781 } | 5781 } |
5782 { | 5782 { |
5783 bug_120353 | 5783 bug_120353 |
5784 Memcheck:Leak | 5784 Memcheck:Leak |
5785 fun:_Znw* | 5785 fun:_Znw* |
5786 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob
jects8LocationERKNS_8CallbackIFvvEEESA_ | 5786 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob
jects8LocationERKNS_8CallbackIFvvEEESA_ |
5787 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS
_8CallbackIFvvEEES9_ | 5787 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS
_8CallbackIFvvEEES9_ |
5788 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects
8LocationERKN4base8CallbackIFvvEEESB_ | 5788 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects
8LocationERKN4base8CallbackIFvvEEESB_ |
5789 fun:_ZN5gdata15GDataFileSystem37PostBlockingPoolSequencedTaskAndReplyERKSsRKN
15tracked_objects8LocationERKN4base8CallbackIFvvEEESC_ | 5789 fun:_ZN5gdata15GDataFileSystem37PostBlockingPoolSequencedTaskAndReplyERKSsRKN
15tracked_objects8LocationERKN4base8CallbackIFvvEEESC_ |
5790 } | 5790 } |
5791 { | |
5792 bug_120118 | |
5793 Memcheck:Leak | |
5794 ... | |
5795 fun:gtk_widget_style_get | |
5796 fun:_ZN15ThemeServiceGtk13LoadGtkValuesEv | |
5797 } | |
5798 | 5791 |
5799 #----------------------------------------------------------------------- | 5792 #----------------------------------------------------------------------- |
5800 # 4. These only occur on our Google workstations | 5793 # 4. These only occur on our Google workstations |
5801 | 5794 |
5802 { | 5795 { |
5803 bug_todo_getdelim | 5796 bug_todo_getdelim |
5804 Memcheck:Leak | 5797 Memcheck:Leak |
5805 fun:malloc | 5798 fun:malloc |
5806 fun:getdelim | 5799 fun:getdelim |
5807 ... | 5800 ... |
(...skipping 10 matching lines...) Expand all Loading... |
5818 obj:/lib/libselinux.so.1 | 5811 obj:/lib/libselinux.so.1 |
5819 } | 5812 } |
5820 { | 5813 { |
5821 bug_todo_grep | 5814 bug_todo_grep |
5822 Memcheck:Leak | 5815 Memcheck:Leak |
5823 fun:malloc | 5816 fun:malloc |
5824 obj:/bin/grep | 5817 obj:/bin/grep |
5825 obj:/bin/grep | 5818 obj:/bin/grep |
5826 } | 5819 } |
5827 | 5820 |
OLD | NEW |