| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 76    bug_30547 | 76    bug_30547 | 
| 77    Heapcheck:Leak | 77    Heapcheck:Leak | 
| 78    fun:std::string::_Rep::_S_create | 78    fun:std::string::_Rep::_S_create | 
| 79    fun:base::JSONWriter::Write | 79    fun:base::JSONWriter::Write | 
| 80    fun:JSONStringValueSerializer::Serialize | 80    fun:JSONStringValueSerializer::Serialize | 
| 81    fun:BookmarkStorage::SerializeData | 81    fun:BookmarkStorage::SerializeData | 
| 82    fun:BookmarkStorage::SaveNow | 82    fun:BookmarkStorage::SaveNow | 
| 83    fun:BookmarkStorage::BookmarkModelDeleted | 83    fun:BookmarkStorage::BookmarkModelDeleted | 
| 84    fun:BookmarkModel::~BookmarkModel | 84    fun:BookmarkModel::~BookmarkModel | 
| 85 } | 85 } | 
|  | 86 # IPCChannelTest.ChannelProxyTest leaks memory. | 
|  | 87 { | 
|  | 88    bug_26920_a | 
|  | 89    Heapcheck:Leak | 
|  | 90    fun:IPC::ChannelProxy::ChannelProxy | 
|  | 91    fun:IPCChannelTest_ChannelProxyTest_Test::TestBody | 
|  | 92 } | 
|  | 93 # TODO(glider): deal with asterisks in stack traces | 
|  | 94 # (like "CancelableTask* NewRunnableMethod" here) | 
|  | 95 { | 
|  | 96    bug_26920_b | 
|  | 97    Heapcheck:Leak | 
|  | 98    ... | 
|  | 99    fun:IPC::ChannelProxy::Context::OnChannelError | 
|  | 100    fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking | 
|  | 101    fun:base::MessagePumpLibevent::OnLibeventNotification | 
|  | 102    fun:event_process_active | 
|  | 103    fun:event_base_loop | 
|  | 104 } | 
|  | 105 { | 
|  | 106    bug_26920_c | 
|  | 107    Heapcheck:Leak | 
|  | 108    fun:__gnu_cxx::new_allocator::allocate | 
|  | 109    fun:std::string::_Rep::_S_create | 
|  | 110    ... | 
|  | 111    fun:std::basic_string::basic_string | 
|  | 112    fun:IPCChannelTest_ChannelProxyTest_Test::TestBody | 
|  | 113 } | 
| OLD | NEW | 
|---|