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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 fun:WebCore::DocumentWriter::addData | 717 fun:WebCore::DocumentWriter::addData |
718 fun:WebCore::FrameLoader::addData | 718 fun:WebCore::FrameLoader::addData |
719 fun:WebKit::WebFrameImpl::commitDocumentData | 719 fun:WebKit::WebFrameImpl::commitDocumentData |
720 fun:WebKit::FrameLoaderClientImpl::committedLoad | 720 fun:WebKit::FrameLoaderClientImpl::committedLoad |
721 fun:WebCore::FrameLoader::committedLoad | 721 fun:WebCore::FrameLoader::committedLoad |
722 fun:WebCore::DocumentLoader::commitLoad | 722 fun:WebCore::DocumentLoader::commitLoad |
723 fun:WebCore::DocumentLoader::receivedData | 723 fun:WebCore::DocumentLoader::receivedData |
724 fun:WebCore::FrameLoader::receivedData | 724 fun:WebCore::FrameLoader::receivedData |
725 fun:WebCore::MainResourceLoader::addData | 725 fun:WebCore::MainResourceLoader::addData |
726 } | 726 } |
| 727 |
| 728 { |
| 729 bug_46678_a |
| 730 Heapcheck:Leak |
| 731 fun:__gnu_cxx::new_allocator::allocate |
| 732 fun:std::_Vector_base::_M_allocate |
| 733 fun:std::vector::_M_insert_aux |
| 734 fun:std::vector::push_back |
| 735 fun:remoting::Differ::MergeBlocks |
| 736 } |
| 737 |
| 738 { |
| 739 bug_46678_b |
| 740 Heapcheck:Leak |
| 741 fun:remoting::DifferTest::MarkBlocksAndCheckMerge |
| 742 } |
| 743 |
| 744 { |
| 745 bug_46678_c |
| 746 Heapcheck:Leak |
| 747 fun:remoting::DifferTest_*_Test::TestBody |
| 748 fun:testing::Test::Run |
| 749 } |
| 750 |
| 751 { |
| 752 bug_46678_d |
| 753 Heapcheck:Leak |
| 754 ... |
| 755 fun:remoting::ChromotingPlugin::ChromotingPlugin |
| 756 fun:CreatePlugin |
| 757 } |
| 758 |
OLD | NEW |