| 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 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 fun:::BookmarkletTest_NonEmptyResult_Test::TestBody | 530 fun:::BookmarkletTest_NonEmptyResult_Test::TestBody |
| 531 fun:testing::Test::Run | 531 fun:testing::Test::Run |
| 532 fun:testing::internal::TestInfoImpl::Run | 532 fun:testing::internal::TestInfoImpl::Run |
| 533 fun:testing::TestCase::Run | 533 fun:testing::TestCase::Run |
| 534 fun:testing::internal::UnitTestImpl::RunAllTests | 534 fun:testing::internal::UnitTestImpl::RunAllTests |
| 535 fun:testing::UnitTest::Run | 535 fun:testing::UnitTest::Run |
| 536 fun:main | 536 fun:main |
| 537 fun:__libc_start_main | 537 fun:__libc_start_main |
| 538 } | 538 } |
| 539 | 539 |
| 540 # "*~TestShell" means "~TestShell" and "TestShell::~TestShell". |
| 540 { | 541 { |
| 541 bug_46571_f | 542 bug_46571_f |
| 542 Heapcheck:Leak | 543 Heapcheck:Leak |
| 543 fun:WebCore::makeExternalString | 544 fun:WebCore::makeExternalString |
| 544 fun:WebCore::v8ExternalString | 545 fun:WebCore::v8ExternalString |
| 545 fun:WebCore::V8Proxy::evaluate | 546 fun:WebCore::V8Proxy::evaluate |
| 546 fun:WebCore::ScriptController::collectGarbage | 547 fun:WebCore::ScriptController::collectGarbage |
| 547 fun:WebKit::WebFrameImpl::collectGarbage | 548 fun:WebKit::WebFrameImpl::collectGarbage |
| 548 fun:TestShell::CallJSGC | 549 fun:TestShell::CallJSGC |
| 549 fun:TestShell::~TestShell | 550 fun:*~TestShell |
| 550 fun:::MainWindowDestroyed | 551 fun:::MainWindowDestroyed |
| 551 fun:g_closure_invoke | 552 fun:g_closure_invoke |
| 552 } | 553 } |
| 553 | 554 |
| 554 | 555 |
| 555 { | 556 { |
| 556 bug_32366 | 557 bug_32366 |
| 557 Heapcheck:Leak | 558 Heapcheck:Leak |
| 558 fun:CallbackRunner* NewCallback | 559 fun:CallbackRunner* NewCallback |
| 559 fun:media::PipelineImpl::FilterStateTransitionTask | 560 fun:media::PipelineImpl::FilterStateTransitionTask |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 fun:WebCore::FrameLoader::addData | 682 fun:WebCore::FrameLoader::addData |
| 682 fun:WebKit::WebFrameImpl::commitDocumentData | 683 fun:WebKit::WebFrameImpl::commitDocumentData |
| 683 fun:WebKit::FrameLoaderClientImpl::committedLoad | 684 fun:WebKit::FrameLoaderClientImpl::committedLoad |
| 684 fun:WebCore::FrameLoader::committedLoad | 685 fun:WebCore::FrameLoader::committedLoad |
| 685 fun:WebCore::DocumentLoader::commitLoad | 686 fun:WebCore::DocumentLoader::commitLoad |
| 686 fun:WebCore::DocumentLoader::receivedData | 687 fun:WebCore::DocumentLoader::receivedData |
| 687 fun:WebCore::FrameLoader::receivedData | 688 fun:WebCore::FrameLoader::receivedData |
| 688 fun:WebCore::MainResourceLoader::addData | 689 fun:WebCore::MainResourceLoader::addData |
| 689 fun:WebCore::ResourceLoader::didReceiveData | 690 fun:WebCore::ResourceLoader::didReceiveData |
| 690 } | 691 } |
| OLD | NEW |