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 3475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3486 fun:_ZN11webkit_glue20SimpleDataSourceTest20InitializeDataSourceEPKc | 3486 fun:_ZN11webkit_glue20SimpleDataSourceTest20InitializeDataSourceEPKc |
3487 fun:_ZN11webkit_glue*SimpleDataSourceTest* | 3487 fun:_ZN11webkit_glue*SimpleDataSourceTest* |
3488 } | 3488 } |
3489 { | 3489 { |
3490 bug_65664d | 3490 bug_65664d |
3491 Memcheck:Leak | 3491 Memcheck:Leak |
3492 fun:_Znw* | 3492 fun:_Znw* |
3493 fun:_ZN11webkit_glue40SimpleDataSourceTest_InitializeData_Test8TestBodyEv | 3493 fun:_ZN11webkit_glue40SimpleDataSourceTest_InitializeData_Test8TestBodyEv |
3494 fun:_ZN7testing35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS
2_vEPKc | 3494 fun:_ZN7testing35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS
2_vEPKc |
3495 } | 3495 } |
| 3496 { |
| 3497 bug_65680a |
| 3498 Memcheck:Leak |
| 3499 fun:_Znw* |
| 3500 fun:_ZN8remoting12TraceContext3GetEv |
| 3501 fun:_ZN8remoting12TraceContext6tracerEv |
| 3502 fun:_ZN8remoting14ScreenRecorder9DoCaptureEv |
| 3503 fun:_ZN8remoting14ScreenRecorder7DoStartEv |
| 3504 fun:_Z16DispatchToMethodIN8remoting14ScreenRecorderEMS1_FvvEEvPT_T0_RK6Tuple0 |
| 3505 fun:_ZN14RunnableMethodIN8remoting14ScreenRecorderEMS1_FvvE6Tuple0E3RunEv |
| 3506 fun:_ZN11MessageLoop7RunTaskEP4Task |
| 3507 ... |
| 3508 fun:_ZN8remoting38ScreenRecorderTest_OneRecordCycle_Test8TestBodyEv |
| 3509 fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_F
S2_vEPKc |
| 3510 } |
| 3511 { |
| 3512 bug_65680b |
| 3513 Memcheck:Leak |
| 3514 fun:_Znw* |
| 3515 fun:_ZN8remoting14ScreenRecorder17DoSendVideoPacketEPNS_11VideoPacketE |
| 3516 fun:_Z16DispatchToMethodIN8remoting14ScreenRecorderEMS1_FvPNS0_11VideoPacketE
ES3_EvPT_T0_RK6Tuple1IT1_E |
| 3517 fun:_ZN14RunnableMethodIN8remoting14ScreenRecorderEMS1_FvPNS0_11VideoPacketEE
6Tuple1IS3_EE3RunEv |
| 3518 fun:_ZN11MessageLoop7RunTaskEP4Task |
| 3519 ... |
| 3520 fun:_ZN8remoting38ScreenRecorderTest_OneRecordCycle_Test8TestBodyEv |
| 3521 } |
OLD | NEW |