| 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 3921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3932 ... | 3932 ... |
| 3933 fun:png_process_data | 3933 fun:png_process_data |
| 3934 fun:_ZN3gfx8PNGCodec6DecodeEPKhjP8SkBitmap | 3934 fun:_ZN3gfx8PNGCodec6DecodeEPKhjP8SkBitmap |
| 3935 } | 3935 } |
| 3936 { | 3936 { |
| 3937 bug_75137 | 3937 bug_75137 |
| 3938 Memcheck:Leak | 3938 Memcheck:Leak |
| 3939 fun:_Znw* | 3939 fun:_Znw* |
| 3940 fun:_ZN14NewTabObserver7ObserveE16NotificationTypeRK18NotificationSourceRK19N
otificationDetails | 3940 fun:_ZN14NewTabObserver7ObserveE16NotificationTypeRK18NotificationSourceRK19N
otificationDetails |
| 3941 } | 3941 } |
| 3942 | |
| 3943 { | 3942 { |
| 3944 bug_75247 | 3943 bug_75247 |
| 3945 Memcheck:Leak | 3944 Memcheck:Leak |
| 3946 fun:_Znw* | 3945 fun:_Znw* |
| 3947 fun:*AutofillDownloadTestHelper* | 3946 fun:*AutofillDownloadTestHelper* |
| 3948 } | 3947 } |
| 3949 { | |
| 3950 bug_75372 | |
| 3951 Memcheck:Leak | |
| 3952 fun:_Znw* | |
| 3953 fun:_ZN3net10URLRequest5StartEv | |
| 3954 fun:_ZN10URLFetcher4Core15StartURLRequestEv | |
| 3955 fun:_ZN10URLFetcher4Core30StartURLRequestWhenAppropriateEv | |
| 3956 fun:_Z16DispatchToMethodIN10URLFetcher4CoreEMS1_FvvEEvPT_T0_RK6Tuple0 | |
| 3957 fun:_ZN14RunnableMethodIN10URLFetcher4CoreEMS1_FvvE6Tuple0E3RunEv | |
| 3958 fun:_ZN11MessageLoop7RunTaskEP4Task | |
| 3959 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE | |
| 3960 fun:_ZN11MessageLoop6DoWorkEv | |
| 3961 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE | |
| 3962 fun:_ZN11MessageLoop11RunInternalEv | |
| 3963 fun:_ZN11MessageLoop10RunHandlerEv | |
| 3964 } | |
| 3965 | 3948 |
| 3966 #----------------------------------------------------------------------- | 3949 #----------------------------------------------------------------------- |
| 3967 # These only occur on our Google workstations | 3950 # These only occur on our Google workstations |
| 3968 { | 3951 { |
| 3969 bug_todo_freeres | 3952 bug_todo_freeres |
| 3970 Memcheck:Free | 3953 Memcheck:Free |
| 3971 fun:free | 3954 fun:free |
| 3972 fun:__libc_freeres | 3955 fun:__libc_freeres |
| 3973 fun:_vgnU_freeres | 3956 fun:_vgnU_freeres |
| 3974 fun:_Exit | 3957 fun:_Exit |
| 3975 fun:exit | 3958 fun:exit |
| 3976 } | 3959 } |
| 3977 { | 3960 { |
| 3978 bug_todo_getdelim | 3961 bug_todo_getdelim |
| 3979 Memcheck:Leak | 3962 Memcheck:Leak |
| 3980 fun:malloc | 3963 fun:malloc |
| 3981 fun:getdelim | 3964 fun:getdelim |
| 3982 ... | 3965 ... |
| 3983 fun:call_init | 3966 fun:call_init |
| 3984 fun:_dl_init | 3967 fun:_dl_init |
| 3985 } | 3968 } |
| OLD | NEW |