Chromium Code Reviews| 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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 757 bug_46715 | 757 bug_46715 |
| 758 Heapcheck:Leak | 758 Heapcheck:Leak |
| 759 fun:WebCore::makeExternalString | 759 fun:WebCore::makeExternalString |
| 760 fun:WebCore::v8ExternalStringSlow | 760 fun:WebCore::v8ExternalStringSlow |
| 761 } | 761 } |
| 762 | 762 |
| 763 { | 763 { |
| 764 bug_46886 | 764 bug_46886 |
| 765 Heapcheck:Leak | 765 Heapcheck:Leak |
| 766 ... | 766 ... |
| 767 fun:*SpdyHttpStreamTest_SendRequest_Test::TestBody | 767 fun:*SpdyHttpStreamTest_SendRequest_Test |
|
Alexander Potapenko
2010/07/17 12:26:43
Didn't you miss a wildcard, i.e. "fun:*SpdyHttpStr
Lei Zhang
2010/07/19 18:28:19
Ya, I saw fun:*SpdyHttpStreamTest_SendRequest_Test
| |
| 768 } | 768 } |
| 769 | 769 |
| 770 { | 770 { |
| 771 bug_19775_a | 771 bug_19775_a |
| 772 Heapcheck:Leak | 772 Heapcheck:Leak |
| 773 ... | 773 ... |
| 774 fun:history::InMemoryHistoryBackend::Init | 774 fun:history::InMemoryHistoryBackend::Init |
| 775 fun:history::HistoryBackend::InitImpl | 775 fun:history::HistoryBackend::InitImpl |
| 776 } | 776 } |
| 777 | 777 |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 923 } | 923 } |
| 924 { | 924 { |
| 925 bug_49310_b | 925 bug_49310_b |
| 926 Heapcheck:Leak | 926 Heapcheck:Leak |
| 927 ... | 927 ... |
| 928 fun:TemplateURLRef::ParseHostAndSearchTermKey | 928 fun:TemplateURLRef::ParseHostAndSearchTermKey |
| 929 fun:TemplateURLRef::ParseIfNecessary | 929 fun:TemplateURLRef::ParseIfNecessary |
| 930 fun:TemplateURLRef::GetHost | 930 fun:TemplateURLRef::GetHost |
| 931 fun:TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test::TestBody | 931 fun:TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test::TestBody |
| 932 } | 932 } |
| OLD | NEW |