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 5791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5802 fun:_ZN8chromeos17DBusThreadManager10InitializeEv | 5802 fun:_ZN8chromeos17DBusThreadManager10InitializeEv |
5803 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv | 5803 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv |
5804 } | 5804 } |
5805 { | 5805 { |
5806 bug_144913_b | 5806 bug_144913_b |
5807 Memcheck:Leak | 5807 Memcheck:Leak |
5808 fun:_Znw* | 5808 fun:_Znw* |
5809 fun:_ZN8chromeos17DBusThreadManager10InitializeEv | 5809 fun:_ZN8chromeos17DBusThreadManager10InitializeEv |
5810 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv | 5810 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv |
5811 } | 5811 } |
| 5812 { |
| 5813 bug_144913_c |
| 5814 Memcheck:Leak |
| 5815 fun:_Znw* |
| 5816 ... |
| 5817 fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE |
| 5818 fun:_ZN8chromeos17DBusThreadManager10InitializeEv |
| 5819 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv |
| 5820 } |
5812 | 5821 |
5813 #----------------------------------------------------------------------- | 5822 #----------------------------------------------------------------------- |
5814 # 4. These only occur on our Google workstations | 5823 # 4. These only occur on our Google workstations |
5815 | 5824 |
5816 { | 5825 { |
5817 bug_todo_getdelim | 5826 bug_todo_getdelim |
5818 Memcheck:Leak | 5827 Memcheck:Leak |
5819 fun:malloc | 5828 fun:malloc |
5820 fun:getdelim | 5829 fun:getdelim |
5821 ... | 5830 ... |
5822 fun:call_init | 5831 fun:call_init |
5823 fun:_dl_init | 5832 fun:_dl_init |
5824 } | 5833 } |
5825 { | 5834 { |
5826 bug_todo_getdelim2 | 5835 bug_todo_getdelim2 |
5827 Memcheck:Leak | 5836 Memcheck:Leak |
5828 fun:malloc | 5837 fun:malloc |
5829 fun:getdelim | 5838 fun:getdelim |
5830 obj:/lib/libselinux.so.1 | 5839 obj:/lib/libselinux.so.1 |
5831 obj:/lib/libselinux.so.1 | 5840 obj:/lib/libselinux.so.1 |
5832 obj:/lib/libselinux.so.1 | 5841 obj:/lib/libselinux.so.1 |
5833 } | 5842 } |
5834 { | 5843 { |
5835 bug_todo_grep | 5844 bug_todo_grep |
5836 Memcheck:Leak | 5845 Memcheck:Leak |
5837 fun:malloc | 5846 fun:malloc |
5838 obj:/bin/grep | 5847 obj:/bin/grep |
5839 obj:/bin/grep | 5848 obj:/bin/grep |
5840 } | 5849 } |
OLD | NEW |