| 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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 } | 768 } |
| 769 | 769 |
| 770 { | 770 { |
| 771 bug_46715 | 771 bug_46715 |
| 772 Heapcheck:Leak | 772 Heapcheck:Leak |
| 773 fun:WebCore::makeExternalString | 773 fun:WebCore::makeExternalString |
| 774 fun:WebCore::v8ExternalStringSlow | 774 fun:WebCore::v8ExternalStringSlow |
| 775 } | 775 } |
| 776 | 776 |
| 777 { | 777 { |
| 778 bug_46882_a | |
| 779 Heapcheck:Leak | |
| 780 ... | |
| 781 fun:remoting::JsonHostConfig::Read | |
| 782 } | |
| 783 | |
| 784 { | |
| 785 bug_46882_b | |
| 786 Heapcheck:Leak | |
| 787 ... | |
| 788 fun:remoting::JsonHostConfigTest_Write_Test::TestBody | |
| 789 } | |
| 790 | |
| 791 { | |
| 792 bug_46882_c | |
| 793 Heapcheck:Leak | |
| 794 fun:base::MessageLoopProxy::CreateForCurrentThread | |
| 795 fun:remoting::JsonHostConfigTest::SetUp | |
| 796 } | |
| 797 | |
| 798 { | |
| 799 bug_46886 | 778 bug_46886 |
| 800 Heapcheck:Leak | 779 Heapcheck:Leak |
| 801 ... | 780 ... |
| 802 fun:net::::SpdyHttpStreamTest_SendRequest_Test::TestBody | 781 fun:net::::SpdyHttpStreamTest_SendRequest_Test::TestBody |
| 803 } | 782 } |
| 804 | 783 |
| 805 { | 784 { |
| 806 bug_19775_a | 785 bug_19775_a |
| 807 Heapcheck:Leak | 786 Heapcheck:Leak |
| 808 ... | 787 ... |
| (...skipping 16 matching lines...) Expand all Loading... |
| 825 fun:HistoryService::BackendDelegate::DBLoaded | 804 fun:HistoryService::BackendDelegate::DBLoaded |
| 826 fun:history::HistoryBackend::Init | 805 fun:history::HistoryBackend::Init |
| 827 } | 806 } |
| 828 | 807 |
| 829 { | 808 { |
| 830 bug_19775_d | 809 bug_19775_d |
| 831 Heapcheck:Leak | 810 Heapcheck:Leak |
| 832 ... | 811 ... |
| 833 fun:ProfileManagerTest_CreateAndUseTwoProfiles_Test::TestBody | 812 fun:ProfileManagerTest_CreateAndUseTwoProfiles_Test::TestBody |
| 834 } | 813 } |
| OLD | NEW |