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 } | |
429 # TODO(glider): sometimes the stacks differ between the bot and the local run, | 413 # TODO(glider): sometimes the stacks differ between the bot and the local run, |
430 # e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase". | 414 # e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase". |
431 { | 415 { |
432 bug_38305 | 416 bug_38305 |
433 Heapcheck:Leak | 417 Heapcheck:Leak |
434 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone | 418 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone |
435 fun:Syncer::SyncShare | 419 fun:Syncer::SyncShare |
436 fun:FakeSyncShareTask::Run | 420 fun:FakeSyncShareTask::Run |
437 fun:MessageLoop::RunTask | 421 fun:MessageLoop::RunTask |
438 } | 422 } |
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1622 bug_166989 | 1606 bug_166989 |
1623 Heapcheck:Leak | 1607 Heapcheck:Leak |
1624 ... | 1608 ... |
1625 fun:ui::CreateInvisibleCursor | 1609 fun:ui::CreateInvisibleCursor |
1626 ... | 1610 ... |
1627 fun:ui::CursorLoader::Create | 1611 fun:ui::CursorLoader::Create |
1628 fun:ash::ImageCursors::SetDeviceScaleFactor | 1612 fun:ash::ImageCursors::SetDeviceScaleFactor |
1629 fun:ash::CursorManager::SetDeviceScaleFactor | 1613 fun:ash::CursorManager::SetDeviceScaleFactor |
1630 fun:ash::Shell::Init | 1614 fun:ash::Shell::Init |
1631 } | 1615 } |
OLD | NEW |