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 4783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4794 Memcheck:Leak | 4794 Memcheck:Leak |
4795 fun:_Znw* | 4795 fun:_Znw* |
4796 fun:_ZN8chromeos12input_method14IBusController6CreateEv | 4796 fun:_ZN8chromeos12input_method14IBusController6CreateEv |
4797 fun:_ZN8chromeos12input_method22InputMethodManagerImplC1Ev | 4797 fun:_ZN8chromeos12input_method22InputMethodManagerImplC1Ev |
4798 fun:_ZN22DefaultSingletonTraitsIN8chromeos12input_method22InputMethodManagerI
mplEE3NewEv | 4798 fun:_ZN22DefaultSingletonTraitsIN8chromeos12input_method22InputMethodManagerI
mplEE3NewEv |
4799 fun:_ZN9SingletonIN8chromeos12input_method22InputMethodManagerImplE22DefaultS
ingletonTraitsIS2_ES2_E3getEv | 4799 fun:_ZN9SingletonIN8chromeos12input_method22InputMethodManagerImplE22DefaultS
ingletonTraitsIS2_ES2_E3getEv |
4800 fun:_ZN8chromeos12input_method22InputMethodManagerImpl11GetInstanceEv | 4800 fun:_ZN8chromeos12input_method22InputMethodManagerImpl11GetInstanceEv |
4801 fun:_ZN8chromeos12input_method18InputMethodManager11GetInstanceEv | 4801 fun:_ZN8chromeos12input_method18InputMethodManager11GetInstanceEv |
4802 } | 4802 } |
4803 { | 4803 { |
4804 bug_87998 | |
4805 Memcheck:Leak | |
4806 fun:_Znw* | |
4807 fun:_ZN33GeolocationInfoBarQueueController17ShowQueuedInfoBarEii | |
4808 fun:_ZN33GeolocationInfoBarQueueController20CreateInfoBarRequestEiiiRK4GURLS2
_ | |
4809 fun:_ZN34ChromeGeolocationPermissionContext28RequestGeolocationPermissionEiii
RK4GURL | |
4810 } | |
4811 { | |
4812 bug_88094_a | 4804 bug_88094_a |
4813 Memcheck:Leak | 4805 Memcheck:Leak |
4814 fun:_Znw* | 4806 fun:_Znw* |
4815 fun:_ZN25ChromeWebUIDataSourceTest5SetUpEv | 4807 fun:_ZN25ChromeWebUIDataSourceTest5SetUpEv |
4816 } | 4808 } |
4817 { | 4809 { |
4818 bug_88094_b | 4810 bug_88094_b |
4819 Memcheck:Leak | 4811 Memcheck:Leak |
4820 fun:_Znw* | 4812 fun:_Znw* |
4821 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsP5ValueEEE8allo
cateEmPKv | 4813 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsP5ValueEEE8allo
cateEmPKv |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4864 { | 4856 { |
4865 bug_todo_getdelim2 | 4857 bug_todo_getdelim2 |
4866 Memcheck:Leak | 4858 Memcheck:Leak |
4867 fun:malloc | 4859 fun:malloc |
4868 fun:getdelim | 4860 fun:getdelim |
4869 obj:/lib/libselinux.so.1 | 4861 obj:/lib/libselinux.so.1 |
4870 obj:/lib/libselinux.so.1 | 4862 obj:/lib/libselinux.so.1 |
4871 obj:/lib/libselinux.so.1 | 4863 obj:/lib/libselinux.so.1 |
4872 } | 4864 } |
4873 | 4865 |
OLD | NEW |