| 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 # e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase". | 277 # e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase". |
| 278 { | 278 { |
| 279 bug_38293 | 279 bug_38293 |
| 280 Heapcheck:Leak | 280 Heapcheck:Leak |
| 281 ... | 281 ... |
| 282 fun:ScopedRunnableMethodFactory::NewRunnableMethod | 282 fun:ScopedRunnableMethodFactory::NewRunnableMethod |
| 283 fun:BookmarkBarGtk::BookmarkNodeAdded | 283 fun:BookmarkBarGtk::BookmarkNodeAdded |
| 284 fun:BookmarkModel::AddNode | 284 fun:BookmarkModel::AddNode |
| 285 fun:BookmarkModel::AddURLWithCreationTime | 285 fun:BookmarkModel::AddURLWithCreationTime |
| 286 fun:BookmarkModel::AddURL | 286 fun:BookmarkModel::AddURL |
| 287 fun:BookmarkModel::AddURL | |
| 288 fun:BookmarkBarGtkUnittest_* | 287 fun:BookmarkBarGtkUnittest_* |
| 289 } | 288 } |
| 290 | |
| 291 { | 289 { |
| 292 bug_38305 | 290 bug_38305 |
| 293 Heapcheck:Leak | 291 Heapcheck:Leak |
| 294 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone | 292 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone |
| 295 fun:Syncer::SyncShare | 293 fun:Syncer::SyncShare |
| 296 fun:FakeSyncShareTask::Run | 294 fun:FakeSyncShareTask::Run |
| 297 fun:MessageLoop::RunTask | 295 fun:MessageLoop::RunTask |
| 298 } | 296 } |
| 299 | 297 |
| 300 { | 298 { |
| (...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 Heapcheck:Leak | 948 Heapcheck:Leak |
| 951 fun:Callback1::Type* NewCallback | 949 fun:Callback1::Type* NewCallback |
| 952 fun:PrefValueStoreTest_TestRefreshPolicyPrefsCompletion_Test::TestBody | 950 fun:PrefValueStoreTest_TestRefreshPolicyPrefsCompletion_Test::TestBody |
| 953 } | 951 } |
| 954 { | 952 { |
| 955 bug_51176_c | 953 bug_51176_c |
| 956 Heapcheck:Leak | 954 Heapcheck:Leak |
| 957 fun:Callback1::Type* NewCallback | 955 fun:Callback1::Type* NewCallback |
| 958 fun:PrefValueStoreTest_TestConcurrentPolicyRefresh_Test::TestBody | 956 fun:PrefValueStoreTest_TestConcurrentPolicyRefresh_Test::TestBody |
| 959 } | 957 } |
| OLD | NEW |