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 5774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5785 Memcheck:Leak | 5785 Memcheck:Leak |
5786 fun:_Znw* | 5786 fun:_Znw* |
5787 fun:_ZN50PrintSystemTaskProxyTest_DetectDuplexModeCUPS_Test8TestBodyEv | 5787 fun:_ZN50PrintSystemTaskProxyTest_DetectDuplexModeCUPS_Test8TestBodyEv |
5788 } | 5788 } |
5789 { | 5789 { |
5790 bug_144898_b | 5790 bug_144898_b |
5791 Memcheck:Leak | 5791 Memcheck:Leak |
5792 fun:_Znw* | 5792 fun:_Znw* |
5793 fun:_ZN52PrintSystemTaskProxyTest_DetectNoDuplexModeCUPS_Test8TestBodyEv | 5793 fun:_ZN52PrintSystemTaskProxyTest_DetectNoDuplexModeCUPS_Test8TestBodyEv |
5794 } | 5794 } |
| 5795 { |
| 5796 bug_144913 |
| 5797 Memcheck:Leak |
| 5798 fun:_Znw* |
| 5799 fun:_ZN8chromeos30BluetoothAdapterClientStubImplC1Ev |
| 5800 fun:_ZN8chromeos22BluetoothAdapterClient6CreateENS_28DBusClientImplementation
TypeEPN4dbus3BusEPNS_22BluetoothManagerClientE |
| 5801 fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE |
| 5802 fun:_ZN8chromeos17DBusThreadManager10InitializeEv |
| 5803 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv |
| 5804 } |
| 5805 { |
| 5806 bug_144913_b |
| 5807 Memcheck:Leak |
| 5808 fun:_Znw* |
| 5809 fun:_ZN8chromeos17DBusThreadManager10InitializeEv |
| 5810 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv |
| 5811 } |
5795 | 5812 |
5796 #----------------------------------------------------------------------- | 5813 #----------------------------------------------------------------------- |
5797 # 4. These only occur on our Google workstations | 5814 # 4. These only occur on our Google workstations |
5798 | 5815 |
5799 { | 5816 { |
5800 bug_todo_getdelim | 5817 bug_todo_getdelim |
5801 Memcheck:Leak | 5818 Memcheck:Leak |
5802 fun:malloc | 5819 fun:malloc |
5803 fun:getdelim | 5820 fun:getdelim |
5804 ... | 5821 ... |
5805 fun:call_init | 5822 fun:call_init |
5806 fun:_dl_init | 5823 fun:_dl_init |
5807 } | 5824 } |
5808 { | 5825 { |
5809 bug_todo_getdelim2 | 5826 bug_todo_getdelim2 |
5810 Memcheck:Leak | 5827 Memcheck:Leak |
5811 fun:malloc | 5828 fun:malloc |
5812 fun:getdelim | 5829 fun:getdelim |
5813 obj:/lib/libselinux.so.1 | 5830 obj:/lib/libselinux.so.1 |
5814 obj:/lib/libselinux.so.1 | 5831 obj:/lib/libselinux.so.1 |
5815 obj:/lib/libselinux.so.1 | 5832 obj:/lib/libselinux.so.1 |
5816 } | 5833 } |
5817 { | 5834 { |
5818 bug_todo_grep | 5835 bug_todo_grep |
5819 Memcheck:Leak | 5836 Memcheck:Leak |
5820 fun:malloc | 5837 fun:malloc |
5821 obj:/bin/grep | 5838 obj:/bin/grep |
5822 obj:/bin/grep | 5839 obj:/bin/grep |
5823 } | 5840 } |
OLD | NEW |