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 3259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3270 fun:_pt_thread_death_internal | 3270 fun:_pt_thread_death_internal |
3271 fun:PR_DetachThread | 3271 fun:PR_DetachThread |
3272 fun:_ZN3net12CertVerifier7Request8DoVerifyEv | 3272 fun:_ZN3net12CertVerifier7Request8DoVerifyEv |
3273 fun:_Z16DispatchToMethodIN3net12CertVerifier7RequestEMS2_FvvEEvPT_T0_RK6Tuple
0 | 3273 fun:_Z16DispatchToMethodIN3net12CertVerifier7RequestEMS2_FvvEEvPT_T0_RK6Tuple
0 |
3274 fun:_ZN14RunnableMethodIN3net12CertVerifier7RequestEMS2_FvvE6Tuple0E3RunEv | 3274 fun:_ZN14RunnableMethodIN3net12CertVerifier7RequestEMS2_FvvE6Tuple0E3RunEv |
3275 fun:*12WorkerThread10ThreadMainEv | 3275 fun:*12WorkerThread10ThreadMainEv |
3276 fun:_Z10ThreadFuncPv | 3276 fun:_Z10ThreadFuncPv |
3277 fun:start_thread | 3277 fun:start_thread |
3278 fun:clone | 3278 fun:clone |
3279 } | 3279 } |
3280 { | |
3281 bug_62943 (Cond) | |
3282 Memcheck:Cond | |
3283 ... | |
3284 fun:_ZN3gfx8PNGCodec6EncodeEPKhNS0_11ColorFormatEiiibPSt6vectorIhSaIhEE | |
3285 fun:_ZN3gfx8PNGCodec18EncodeBGRASkBitmapERK8SkBitmapbPSt6vectorIhSaIhEE | |
3286 fun:_ZN13safe_browsing26ClientSideDetectionService32StartClientReportPhishing
RequestERK4GURLd8SkBitmapP14CallbackRunnerI6Tuple2IS1_bEE | |
3287 fun:_Z16DispatchToMethodIN13safe_browsing26ClientSideDetectionServiceEMS1_FvR
K4GURLd8SkBitmapP14CallbackRunnerI6Tuple2IS2_bEEES2_dS5_SA_EvPT_T0_RK6Tuple4IT1_
T2_T3_T4_E | |
3288 } | |
3289 { | |
3290 bug_62943 (Value4) | |
3291 Memcheck:Value4 | |
3292 ... | |
3293 fun:_ZN3gfx8PNGCodec6EncodeEPKhNS0_11ColorFormatEiiibPSt6vectorIhSaIhEE | |
3294 fun:_ZN3gfx8PNGCodec18EncodeBGRASkBitmapERK8SkBitmapbPSt6vectorIhSaIhEE | |
3295 fun:_ZN13safe_browsing26ClientSideDetectionService32StartClientReportPhishing
RequestERK4GURLd8SkBitmapP14CallbackRunnerI6Tuple2IS1_bEE | |
3296 fun:_Z16DispatchToMethodIN13safe_browsing26ClientSideDetectionServiceEMS1_FvR
K4GURLd8SkBitmapP14CallbackRunnerI6Tuple2IS2_bEEES2_dS5_SA_EvPT_T0_RK6Tuple4IT1_
T2_T3_T4_E | |
3297 } | |
3298 { | |
3299 bug_62943 (Leak) | |
3300 Memcheck:Leak | |
3301 ... | |
3302 fun:_ZN21FakeURLFetcherFactory16CreateURLFetcherEiRK4GURLN10URLFetcher11Reque
stTypeEPNS3_8DelegateE | |
3303 fun:_ZN10URLFetcher6CreateEiRK4GURLNS_11RequestTypeEPNS_8DelegateE | |
3304 fun:_ZN13safe_browsing26ClientSideDetectionService32StartClientReportPhishing
RequestERK4GURLd8SkBitmapP14CallbackRunnerI6Tuple2IS1_bEE | |
3305 fun:_Z16DispatchToMethodIN13safe_browsing26ClientSideDetectionServiceEMS1_FvR
K4GURLd8SkBitmapP14CallbackRunnerI6Tuple2IS2_bEEES2_dS5_SA_EvPT_T0_RK6Tuple4IT1_
T2_T3_T4_E | |
3306 } | |
OLD | NEW |