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 4828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4839 } | 4839 } |
4840 { | 4840 { |
4841 bug_89025 | 4841 bug_89025 |
4842 Memcheck:Leak | 4842 Memcheck:Leak |
4843 fun:_Znw* | 4843 fun:_Znw* |
4844 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplESt4pa
irINS_6StatusESsEEEPN9Callback1IT0_E4TypeEPT_MSA_FvS6_E | 4844 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplESt4pa
irINS_6StatusESsEEEPN9Callback1IT0_E4TypeEPT_MSA_FvS6_E |
4845 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState
BlobEv | 4845 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState
BlobEv |
4846 fun:_ZN12invalidation22InvalidationClientImpl5StartEv | 4846 fun:_ZN12invalidation22InvalidationClientImpl5StartEv |
4847 fun:_ZN13sync_notifier24ChromeInvalidationClient5StartERKSsS2_S2_PNS0_8Listen
erEPNS_11StateWriterEN4base7WeakPtrIN9talk_base4TaskEEE | 4847 fun:_ZN13sync_notifier24ChromeInvalidationClient5StartERKSsS2_S2_PNS0_8Listen
erEPNS_11StateWriterEN4base7WeakPtrIN9talk_base4TaskEEE |
4848 } | 4848 } |
| 4849 { |
| 4850 bug_89144 |
| 4851 Memcheck:Leak |
| 4852 fun:_Znw* |
| 4853 ... |
| 4854 fun:_ZN18AppLauncherHandler17FillAppDictionaryEPN4base15DictionaryValueE |
| 4855 fun:_ZN18AppLauncherHandler13HandleGetAppsEPKN4base9ListValueE |
| 4856 } |
4849 | 4857 |
4850 #----------------------------------------------------------------------- | 4858 #----------------------------------------------------------------------- |
4851 # These only occur on our Google workstations | 4859 # These only occur on our Google workstations |
4852 { | 4860 { |
4853 bug_todo_freeres | 4861 bug_todo_freeres |
4854 Memcheck:Free | 4862 Memcheck:Free |
4855 fun:free | 4863 fun:free |
4856 fun:__libc_freeres | 4864 fun:__libc_freeres |
4857 fun:_vgnU_freeres | 4865 fun:_vgnU_freeres |
4858 fun:_Exit | 4866 fun:_Exit |
(...skipping 11 matching lines...) Expand all Loading... |
4870 { | 4878 { |
4871 bug_todo_getdelim2 | 4879 bug_todo_getdelim2 |
4872 Memcheck:Leak | 4880 Memcheck:Leak |
4873 fun:malloc | 4881 fun:malloc |
4874 fun:getdelim | 4882 fun:getdelim |
4875 obj:/lib/libselinux.so.1 | 4883 obj:/lib/libselinux.so.1 |
4876 obj:/lib/libselinux.so.1 | 4884 obj:/lib/libselinux.so.1 |
4877 obj:/lib/libselinux.so.1 | 4885 obj:/lib/libselinux.so.1 |
4878 } | 4886 } |
4879 | 4887 |
OLD | NEW |