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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 fun:RunnableMethod::Run | 403 fun:RunnableMethod::Run |
404 } | 404 } |
405 { | 405 { |
406 bug_34570 | 406 bug_34570 |
407 Heapcheck:Leak | 407 Heapcheck:Leak |
408 fun:URLRequestHttpJob::Factory | 408 fun:URLRequestHttpJob::Factory |
409 fun:URLRequestJobManager::CreateJob | 409 fun:URLRequestJobManager::CreateJob |
410 fun:net::URLRequest::Start | 410 fun:net::URLRequest::Start |
411 fun:URLRequestTest_CancelTest_DuringCookiePolicy_Test::TestBody | 411 fun:URLRequestTest_CancelTest_DuringCookiePolicy_Test::TestBody |
412 } | 412 } |
| 413 { |
| 414 bug_34994_a |
| 415 Heapcheck:Leak |
| 416 ... |
| 417 fun:v8::internal::Invoke |
| 418 fun:v8::internal::Execution::Call |
| 419 fun:v8::Script::Run |
| 420 } |
| 421 { |
| 422 bug_34994_b |
| 423 Heapcheck:Leak |
| 424 ... |
| 425 fun:v8::internal::Invoke |
| 426 fun:v8::internal::Execution::Call |
| 427 fun:v8::Function::Call |
| 428 } |
413 # TODO(glider): sometimes the stacks differ between the bot and the local run, | 429 # TODO(glider): sometimes the stacks differ between the bot and the local run, |
414 # e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase". | 430 # e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase". |
415 { | 431 { |
416 bug_38305 | 432 bug_38305 |
417 Heapcheck:Leak | 433 Heapcheck:Leak |
418 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone | 434 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone |
419 fun:Syncer::SyncShare | 435 fun:Syncer::SyncShare |
420 fun:FakeSyncShareTask::Run | 436 fun:FakeSyncShareTask::Run |
421 fun:MessageLoop::RunTask | 437 fun:MessageLoop::RunTask |
422 } | 438 } |
(...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1658 fun:v8::internal::CallStubCompiler::CompileCallGlobal | 1674 fun:v8::internal::CallStubCompiler::CompileCallGlobal |
1659 fun:v8::internal::StubCache::ComputeCallGlobal | 1675 fun:v8::internal::StubCache::ComputeCallGlobal |
1660 fun:v8::internal::CallICBase::ComputeMonomorphicStub | 1676 fun:v8::internal::CallICBase::ComputeMonomorphicStub |
1661 fun:v8::internal::CallICBase::UpdateCaches | 1677 fun:v8::internal::CallICBase::UpdateCaches |
1662 fun:v8::internal::CallICBase::LoadFunction | 1678 fun:v8::internal::CallICBase::LoadFunction |
1663 fun:v8::internal::CallIC_Miss | 1679 fun:v8::internal::CallIC_Miss |
1664 ... | 1680 ... |
1665 fun:v8::internal::Invoke | 1681 fun:v8::internal::Invoke |
1666 fun:v8::internal::Execution::New | 1682 fun:v8::internal::Execution::New |
1667 } | 1683 } |
OLD | NEW |