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 5818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5829 ... | 5829 ... |
5830 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b | 5830 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b |
5831 } | 5831 } |
5832 { | 5832 { |
5833 bug_140628 | 5833 bug_140628 |
5834 Memcheck:Leak | 5834 Memcheck:Leak |
5835 ... | 5835 ... |
5836 fun:_ZN15ExtensionAction16RunIconAnimationEi | 5836 fun:_ZN15ExtensionAction16RunIconAnimationEi |
5837 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE | 5837 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE |
5838 } | 5838 } |
| 5839 { |
| 5840 bug_141037 |
| 5841 Memcheck:Leak |
| 5842 fun:_Znw* |
| 5843 fun:_ZN12ReloadButton15CreateMenuModelEv |
| 5844 fun:_ZN12ReloadButtonC1EP15LocationBarViewP14CommandUpdater |
| 5845 fun:_ZN16ReloadButtonTestC2Ev |
| 5846 } |
5839 | 5847 |
5840 #----------------------------------------------------------------------- | 5848 #----------------------------------------------------------------------- |
5841 # 4. These only occur on our Google workstations | 5849 # 4. These only occur on our Google workstations |
5842 | 5850 |
5843 { | 5851 { |
5844 bug_todo_getdelim | 5852 bug_todo_getdelim |
5845 Memcheck:Leak | 5853 Memcheck:Leak |
5846 fun:malloc | 5854 fun:malloc |
5847 fun:getdelim | 5855 fun:getdelim |
5848 ... | 5856 ... |
5849 fun:call_init | 5857 fun:call_init |
5850 fun:_dl_init | 5858 fun:_dl_init |
5851 } | 5859 } |
5852 { | 5860 { |
5853 bug_todo_getdelim2 | 5861 bug_todo_getdelim2 |
5854 Memcheck:Leak | 5862 Memcheck:Leak |
5855 fun:malloc | 5863 fun:malloc |
5856 fun:getdelim | 5864 fun:getdelim |
5857 obj:/lib/libselinux.so.1 | 5865 obj:/lib/libselinux.so.1 |
5858 obj:/lib/libselinux.so.1 | 5866 obj:/lib/libselinux.so.1 |
5859 obj:/lib/libselinux.so.1 | 5867 obj:/lib/libselinux.so.1 |
5860 } | 5868 } |
5861 { | 5869 { |
5862 bug_todo_grep | 5870 bug_todo_grep |
5863 Memcheck:Leak | 5871 Memcheck:Leak |
5864 fun:malloc | 5872 fun:malloc |
5865 obj:/bin/grep | 5873 obj:/bin/grep |
5866 obj:/bin/grep | 5874 obj:/bin/grep |
5867 } | 5875 } |
OLD | NEW |