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 5209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5220 } | 5220 } |
5221 { | 5221 { |
5222 bug_todo_getdelim2 | 5222 bug_todo_getdelim2 |
5223 Memcheck:Leak | 5223 Memcheck:Leak |
5224 fun:malloc | 5224 fun:malloc |
5225 fun:getdelim | 5225 fun:getdelim |
5226 obj:/lib/libselinux.so.1 | 5226 obj:/lib/libselinux.so.1 |
5227 obj:/lib/libselinux.so.1 | 5227 obj:/lib/libselinux.so.1 |
5228 obj:/lib/libselinux.so.1 | 5228 obj:/lib/libselinux.so.1 |
5229 } | 5229 } |
| 5230 { |
| 5231 bug_91816_a |
| 5232 Memcheck:Leak |
| 5233 fun:_Znw* |
| 5234 fun:_ZN12_GLOBAL__N_120CookiesTreeModelTest5SetUpEv |
| 5235 } |
| 5236 { |
| 5237 bug_91816_b |
| 5238 Memcheck:Leak |
| 5239 fun:_Znw* |
| 5240 fun:_ZN12_GLOBAL__N_140CookiesTreeModelTest_OriginOrdering_Test8TestBodyEv |
| 5241 } |
| 5242 { |
| 5243 bug_91816_c |
| 5244 Memcheck:Leak |
| 5245 fun:_Znw* |
| 5246 fun:_ZN12_GLOBAL__N_141CookiesTreeModelTest_ContentSettings_Test8TestBodyEv |
| 5247 } |
OLD | NEW |