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