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