| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 Heapcheck:Leak | 128 Heapcheck:Leak |
| 129 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody | 129 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody |
| 130 } | 130 } |
| 131 { | 131 { |
| 132 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent | 132 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent |
| 133 Heapcheck:Leak | 133 Heapcheck:Leak |
| 134 fun:BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody | 134 fun:BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody |
| 135 fun:testing::HandleExceptionsInMethodIfSupported | 135 fun:testing::HandleExceptionsInMethodIfSupported |
| 136 fun:testing::Test::Run | 136 fun:testing::Test::Run |
| 137 } | 137 } |
| 138 { |
| 139 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent |
| 140 Heapcheck:Leak |
| 141 fun:RefCountedThreadSafeBase |
| 142 fun:RefCountedThreadSafe |
| 143 fun:NeverDeleted |
| 144 fun:BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody |
| 145 fun:testing::HandleExceptionsInMethodIfSupported |
| 146 fun:testing::Test::Run |
| 147 fun:testing::TestInfo::Run |
| 148 fun:testing::TestCase::Run |
| 149 fun:testing::internal::UnitTestImpl::RunAllTests |
| 150 fun:testing::HandleExceptionsInMethodIfSupported |
| 151 } |
| 138 #----------------------------------------------------------------------- | 152 #----------------------------------------------------------------------- |
| 139 # 3. Suppressions for real chromium bugs that are not yet fixed. | 153 # 3. Suppressions for real chromium bugs that are not yet fixed. |
| 140 # These should all be in chromium's bug tracking system (but a few aren't yet). | 154 # These should all be in chromium's bug tracking system (but a few aren't yet). |
| 141 # Periodically we should sweep this file and the bug tracker clean by | 155 # Periodically we should sweep this file and the bug tracker clean by |
| 142 # running overnight and removing outdated bugs/suppressions. | 156 # running overnight and removing outdated bugs/suppressions. |
| 143 { | 157 { |
| 144 bug_31643 | 158 bug_31643 |
| 145 Heapcheck:Leak | 159 Heapcheck:Leak |
| 146 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait | 160 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait |
| 147 fun:Syncer::SyncShare | 161 fun:Syncer::SyncShare |
| (...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1236 fun:::DownloadFileTest::SetUp | 1250 fun:::DownloadFileTest::SetUp |
| 1237 } | 1251 } |
| 1238 { | 1252 { |
| 1239 bug_71909 | 1253 bug_71909 |
| 1240 Heapcheck:Leak | 1254 Heapcheck:Leak |
| 1241 fun:TestingProfile::CreateRequestContext | 1255 fun:TestingProfile::CreateRequestContext |
| 1242 fun:MockService | 1256 fun:MockService |
| 1243 ... | 1257 ... |
| 1244 fun:ExtensionUpdaterTest* | 1258 fun:ExtensionUpdaterTest* |
| 1245 } | 1259 } |
| OLD | NEW |