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 2659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2670 fun:_ZN11ProfileImpl21GetProfileSyncServiceERKSs | 2670 fun:_ZN11ProfileImpl21GetProfileSyncServiceERKSs |
2671 fun:_ZN11ProfileImpl21GetProfileSyncServiceEv | 2671 fun:_ZN11ProfileImpl21GetProfileSyncServiceEv |
2672 ... | 2672 ... |
2673 fun:_ZN7BrowserC1ENS_4TypeEP7Profile | 2673 fun:_ZN7BrowserC1ENS_4TypeEP7Profile |
2674 ... | 2674 ... |
2675 fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb | 2675 fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb |
2676 fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi | 2676 fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi |
2677 fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7Profile
PiPS_ | 2677 fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7Profile
PiPS_ |
2678 fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi | 2678 fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi |
2679 } | 2679 } |
2680 | 2680 { |
| 2681 bug_56495 |
| 2682 Memcheck:Leak |
| 2683 fun:_Znw* |
| 2684 fun:_ZN11SavePackage4InitEv |
| 2685 fun:_ZN11TabContents8SavePageERK8FilePathS2_N11SavePackage15SavePackageTypeE |
| 2686 fun:_ZN25TestingAutomationProvider8SavePageEiRK8FilePathS2_iPb |
| 2687 fun:_Z16DispatchToMethodI25TestingAutomationProviderMS0_FviRK8FilePathS3_iPbE
iS1_S1_ibEvPT_T0_RK6Tuple4IT1_T2_T3_T4_EP6Tuple1IT5_E |
| 2688 fun:_ZN3IPC16MessageWithReplyI6Tuple4Ii8FilePathS2_iE6Tuple1IRbEE8DispatchI25
TestingAutomationProviderMS9_FviRKS2_SB_iPbEEEbPKNS_7MessageEPT_T0_ |
| 2689 fun:_ZN25TestingAutomationProvider17OnMessageReceivedERKN3IPC7MessageE |
| 2690 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE |
| 2691 fun:_ZN3IPC11SyncChannel20ReceivedSyncMsgQueue16DispatchMessagesEv |
| 2692 } |
OLD | NEW |