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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 } | 137 } |
138 { | 138 { |
139 bug_todo_getdelim_lucid | 139 bug_todo_getdelim_lucid |
140 Heapcheck:Leak | 140 Heapcheck:Leak |
141 fun:_IO_getdelim | 141 fun:_IO_getdelim |
142 } | 142 } |
143 { | 143 { |
144 bug_119677 | 144 bug_119677 |
145 Heapcheck:Leak | 145 Heapcheck:Leak |
146 fun:XRRRootToScreen | 146 fun:XRRRootToScreen |
147 fun:?? | |
148 fun:MonitorChangeObserverX11 | 147 fun:MonitorChangeObserverX11 |
| 148 fun:aura::Env::Init |
| 149 fun:aura::Env::GetInstance |
149 } | 150 } |
150 | 151 |
151 #----------------------------------------------------------------------- | 152 #----------------------------------------------------------------------- |
152 # 2. intentional unit test errors, or stuff that is somehow a false positive | 153 # 2. intentional unit test errors, or stuff that is somehow a false positive |
153 # in our own code, or stuff that is so trivial it's not worth fixing | 154 # in our own code, or stuff that is so trivial it's not worth fixing |
154 { | 155 { |
155 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). | 156 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). |
156 Heapcheck:Leak | 157 Heapcheck:Leak |
157 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody | 158 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody |
158 } | 159 } |
(...skipping 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1809 fun:testing::internal::TestFactoryImpl::CreateTest | 1810 fun:testing::internal::TestFactoryImpl::CreateTest |
1810 } | 1811 } |
1811 { | 1812 { |
1812 bug_121571_c | 1813 bug_121571_c |
1813 Heapcheck:Leak | 1814 Heapcheck:Leak |
1814 fun:MessageLoop::MessageLoop | 1815 fun:MessageLoop::MessageLoop |
1815 fun:FileSystem*URLRequestJobTest | 1816 fun:FileSystem*URLRequestJobTest |
1816 fun:FileSystem*URLRequestJobTest_InvalidURL_Test | 1817 fun:FileSystem*URLRequestJobTest_InvalidURL_Test |
1817 fun:testing::internal::TestFactoryImpl::CreateTest | 1818 fun:testing::internal::TestFactoryImpl::CreateTest |
1818 } | 1819 } |
OLD | NEW |