OLD | NEW |
1 # There are four kinds of suppressions in this file. | 1 # There are four 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 4396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4407 { | 4407 { |
4408 bug_99166 | 4408 bug_99166 |
4409 Memcheck:Leak | 4409 Memcheck:Leak |
4410 ... | 4410 ... |
4411 fun:_ZN22AppNotificationStorage6CreateERK8FilePath | 4411 fun:_ZN22AppNotificationStorage6CreateERK8FilePath |
4412 } | 4412 } |
4413 { | 4413 { |
4414 bug_99304 | 4414 bug_99304 |
4415 Memcheck:Leak | 4415 Memcheck:Leak |
4416 fun:_Znw* | 4416 fun:_Znw* |
4417 fun:_ZN2v88internal8SkipList6UpdateEPhi | 4417 ... |
4418 fun:_ZN2v88internal10PagedSpace11AllocateRawEi | 4418 fun:_ZN2v88internal10PagedSpace11AllocateRawEi |
4419 fun:_ZN2v88internal12Deserializer8AllocateEiPNS0_5SpaceEi | 4419 fun:_ZN2v88internal12Deserializer8AllocateEiPNS0_5SpaceEi |
4420 fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE | 4420 fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE |
4421 fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh | 4421 fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh |
4422 fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE | 4422 fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE |
4423 fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh | 4423 fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh |
4424 fun:_ZN2v88internal12Deserializer13VisitPointersEPPNS0_6ObjectES4_ | 4424 fun:_ZN2v88internal12Deserializer13VisitPointersEPPNS0_6ObjectES4_ |
4425 } | 4425 } |
4426 { | 4426 { |
4427 bug_99307 | 4427 bug_99307 |
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5367 obj:/lib/libselinux.so.1 | 5367 obj:/lib/libselinux.so.1 |
5368 obj:/lib/libselinux.so.1 | 5368 obj:/lib/libselinux.so.1 |
5369 } | 5369 } |
5370 { | 5370 { |
5371 bug_todo_grep | 5371 bug_todo_grep |
5372 Memcheck:Leak | 5372 Memcheck:Leak |
5373 fun:malloc | 5373 fun:malloc |
5374 obj:/bin/grep | 5374 obj:/bin/grep |
5375 obj:/bin/grep | 5375 obj:/bin/grep |
5376 } | 5376 } |
OLD | NEW |