| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 } | 78 } |
| 79 #----------------------------------------------------------------------- | 79 #----------------------------------------------------------------------- |
| 80 # 2. intentional unit test errors, or stuff that is somehow a false positive | 80 # 2. intentional unit test errors, or stuff that is somehow a false positive |
| 81 # in our own code, or stuff that is so trivial it's not worth fixing | 81 # in our own code, or stuff that is so trivial it's not worth fixing |
| 82 { | 82 { |
| 83 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). | 83 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). |
| 84 Heapcheck:Leak | 84 Heapcheck:Leak |
| 85 fun:ToolsSanityTest_MemoryLeak_Test::TestBody | 85 fun:ToolsSanityTest_MemoryLeak_Test::TestBody |
| 86 } | 86 } |
| 87 { | 87 { |
| 88 Intentional leak in DiskCacheBackendTest::BackendInvalidEntry | |
| 89 Heapcheck:Leak | |
| 90 ... | |
| 91 fun:DiskCacheBackendTest::BackendInvalidEntry | |
| 92 } | |
| 93 { | |
| 94 Intentional leak in DiskCacheBackendTest::BackendInvalidEntryRead | |
| 95 Heapcheck:Leak | |
| 96 ... | |
| 97 fun:DiskCacheBackendTest::BackendInvalidEntryRead | |
| 98 } | |
| 99 { | |
| 100 Intentional leak in DiskCacheBackendTest::BackendInvalidEntryWithLoad | |
| 101 Heapcheck:Leak | |
| 102 ... | |
| 103 fun:DiskCacheBackendTest::BackendInvalidEntryWithLoad | |
| 104 } | |
| 105 { | |
| 106 Intentional leak in DiskCacheBackendTest::BackendTrimInvalidEntry | |
| 107 Heapcheck:Leak | |
| 108 ... | |
| 109 fun:DiskCacheBackendTest::BackendTrimInvalidEntry | |
| 110 } | |
| 111 { | |
| 112 Intentional leak in DiskCacheBackendTest::BackendTrimInvalidEntry2 | |
| 113 Heapcheck:Leak | |
| 114 ... | |
| 115 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2 | |
| 116 } | |
| 117 { | |
| 118 Intentional leak in DiskCacheBackendTest::BackendInvalidEntryEnumeration | |
| 119 Heapcheck:Leak | |
| 120 ... | |
| 121 fun:DiskCacheBackendTest::BackendInvalidEntryEnumeration | |
| 122 } | |
| 123 { | |
| 124 Intentional leak in ChromeThreadTest.NotReleasedIfTargetThreadNonExistent | 88 Intentional leak in ChromeThreadTest.NotReleasedIfTargetThreadNonExistent |
| 125 Heapcheck:Leak | 89 Heapcheck:Leak |
| 126 fun:ChromeThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody | 90 fun:ChromeThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody |
| 127 fun:testing::Test::Run | 91 fun:testing::Test::Run |
| 128 } | 92 } |
| 129 #----------------------------------------------------------------------- | 93 #----------------------------------------------------------------------- |
| 130 # 3. Suppressions for real chromium bugs that are not yet fixed. | 94 # 3. Suppressions for real chromium bugs that are not yet fixed. |
| 131 # These should all be in chromium's bug tracking system (but a few aren't yet). | 95 # These should all be in chromium's bug tracking system (but a few aren't yet). |
| 132 # Periodically we should sweep this file and the bug tracker clean by | 96 # Periodically we should sweep this file and the bug tracker clean by |
| 133 # running overnight and removing outdated bugs/suppressions. | 97 # running overnight and removing outdated bugs/suppressions. |
| (...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 956 fun:NotificationService::Notify | 920 fun:NotificationService::Notify |
| 957 fun:ExtensionsService::NotifyExtensionLoaded | 921 fun:ExtensionsService::NotifyExtensionLoaded |
| 958 fun:ExtensionsService::OnExtensionLoaded | 922 fun:ExtensionsService::OnExtensionLoaded |
| 959 fun:ExtensionsService::LoadInstalledExtension | 923 fun:ExtensionsService::LoadInstalledExtension |
| 960 fun:ExtensionsService::ContinueLoadAllExtensions | 924 fun:ExtensionsService::ContinueLoadAllExtensions |
| 961 fun:ExtensionsService::LoadAllExtensions | 925 fun:ExtensionsService::LoadAllExtensions |
| 962 fun:ExtensionsService::Init | 926 fun:ExtensionsService::Init |
| 963 fun:ExtensionsServiceTest_CleanupOnStartup_Test::TestBody | 927 fun:ExtensionsServiceTest_CleanupOnStartup_Test::TestBody |
| 964 } | 928 } |
| 965 { | 929 { |
| 966 bug_53141 | |
| 967 Heapcheck:Leak | |
| 968 ... | |
| 969 fun:disk_cache::EntryImpl::PrepareTarget | |
| 970 fun:disk_cache::EntryImpl::WriteDataImpl | |
| 971 fun:disk_cache::BackendIO::ExecuteEntryOperation | |
| 972 fun:disk_cache::BackendIO::ExecuteOperation | |
| 973 fun:void DispatchToMethod | |
| 974 fun:RunnableMethod::Run | |
| 975 fun:MessageLoop::RunTask | |
| 976 } | |
| 977 { | |
| 978 bug_53184 | 930 bug_53184 |
| 979 Heapcheck:Leak | 931 Heapcheck:Leak |
| 980 fun:base::WaitableEventWatcher::StartWatching | 932 fun:base::WaitableEventWatcher::StartWatching |
| 981 fun:IPC::SyncChannel::SyncContext::OnChannelOpened | 933 fun:IPC::SyncChannel::SyncContext::OnChannelOpened |
| 982 fun:void DispatchToMethod | 934 fun:void DispatchToMethod |
| 983 fun:RunnableMethod::Run | 935 fun:RunnableMethod::Run |
| 984 fun:MessageLoop::RunTask | 936 fun:MessageLoop::RunTask |
| 985 } | 937 } |
| OLD | NEW |