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 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1297 } | 1297 } |
1298 { | 1298 { |
1299 bug_93006d | 1299 bug_93006d |
1300 Heapcheck:Leak | 1300 Heapcheck:Leak |
1301 ... | 1301 ... |
1302 fun:DownloadManager::AddObserver | 1302 fun:DownloadManager::AddObserver |
1303 fun:*SelectFileObserver | 1303 fun:*SelectFileObserver |
1304 fun:DownloadManagerTest_* | 1304 fun:DownloadManagerTest_* |
1305 } | 1305 } |
1306 { | 1306 { |
1307 bug_93006e | |
1308 Heapcheck:Leak | |
1309 ... | |
1310 fun:DownloadResourceHandler::OnWillRead | |
1311 fun:BufferedResourceHandler::UseAlternateResourceHandler | |
1312 fun:BufferedResourceHandler::CompleteResponseStarted | |
1313 fun:BufferedResourceHandler::OnReadCompleted | |
1314 fun:ResourceDispatcherHost::CompleteRead | |
1315 fun:ResourceDispatcherHost::OnReadCompleted | |
1316 fun:net::URLRequest::NotifyReadCompleted | |
1317 fun:net::URLRequestJob::NotifyReadComplete | |
1318 fun:net::URLRequestTestJob::ProcessNextOperation | |
1319 fun:net::URLRequestTestJob::ProcessOnePendingMessage | |
1320 fun:ResourceDispatcherHostTest_* | |
1321 } | |
1322 { | |
1323 bug_94195 | 1307 bug_94195 |
1324 Heapcheck:Leak | 1308 Heapcheck:Leak |
1325 ... | 1309 ... |
1326 fun:GpuBlacklist::LoadGpuBlacklist | 1310 fun:GpuBlacklist::LoadGpuBlacklist |
1327 } | 1311 } |
1328 { | 1312 { |
1329 bug_94764 | 1313 bug_94764 |
1330 Heapcheck:Leak | 1314 Heapcheck:Leak |
1331 fun:remoting::ClientSession::UnpressKeys | 1315 fun:remoting::ClientSession::UnpressKeys |
1332 fun:remoting::ClientSessionTest_UnpressKeys_Test::TestBody | 1316 fun:remoting::ClientSessionTest_UnpressKeys_Test::TestBody |
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1856 fun:RefcountedProfileKeyedServiceFactory::SetTestingFactoryAndUse | 1840 fun:RefcountedProfileKeyedServiceFactory::SetTestingFactoryAndUse |
1857 fun:TestingProfile::CreateWebDataService | 1841 fun:TestingProfile::CreateWebDataService |
1858 } | 1842 } |
1859 { | 1843 { |
1860 bug_129392 | 1844 bug_129392 |
1861 Heapcheck:Leak | 1845 Heapcheck:Leak |
1862 fun:::ChromeTestSuiteInitializer::SetUpHostResolver | 1846 fun:::ChromeTestSuiteInitializer::SetUpHostResolver |
1863 fun:::ChromeTestSuiteInitializer::OnTestStart | 1847 fun:::ChromeTestSuiteInitializer::OnTestStart |
1864 fun:testing::internal::TestEventRepeater::OnTestStart | 1848 fun:testing::internal::TestEventRepeater::OnTestStart |
1865 } | 1849 } |
OLD | NEW |