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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 fun:std::vector::push_back | 146 fun:std::vector::push_back |
147 fun:IPC::ChannelProxy::Context::OnAddFilter | 147 fun:IPC::ChannelProxy::Context::OnAddFilter |
148 fun:*DispatchToMethod | 148 fun:*DispatchToMethod |
149 fun:RunnableMethod::Run | 149 fun:RunnableMethod::Run |
150 } | 150 } |
151 { | 151 { |
152 bug_34570 | 152 bug_34570 |
153 Heapcheck:Leak | 153 Heapcheck:Leak |
154 fun:URLRequestHttpJob::Factory | 154 fun:URLRequestHttpJob::Factory |
155 fun:URLRequestJobManager::CreateJob | 155 fun:URLRequestJobManager::CreateJob |
156 fun:URLRequest::Start | 156 fun:net::URLRequest::Start |
157 fun:URLRequestTest_CancelTest_DuringCookiePolicy_Test::TestBody | 157 fun:URLRequestTest_CancelTest_DuringCookiePolicy_Test::TestBody |
158 fun:testing::HandleExceptionsInMethodIfSupported | 158 fun:testing::HandleExceptionsInMethodIfSupported |
159 fun:testing::Test::Run | 159 fun:testing::Test::Run |
160 fun:testing::TestInfo::Run | 160 fun:testing::TestInfo::Run |
161 fun:testing::TestCase::Run | 161 fun:testing::TestCase::Run |
162 fun:testing::internal::UnitTestImpl::RunAllTests | 162 fun:testing::internal::UnitTestImpl::RunAllTests |
163 fun:testing::HandleExceptionsInMethodIfSupported | 163 fun:testing::HandleExceptionsInMethodIfSupported |
164 fun:testing::UnitTest::Run | 164 fun:testing::UnitTest::Run |
165 fun:TestSuite::Run | 165 fun:TestSuite::Run |
166 fun:main | 166 fun:main |
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1047 bug_60872 | 1047 bug_60872 |
1048 Heapcheck:Leak | 1048 Heapcheck:Leak |
1049 fun:base::BaseTimer::Start | 1049 fun:base::BaseTimer::Start |
1050 fun:ReloadButtonGtk::OnClicked | 1050 fun:ReloadButtonGtk::OnClicked |
1051 fun:ReloadButtonGtk::OnClickedThunk | 1051 fun:ReloadButtonGtk::OnClickedThunk |
1052 fun:g_closure_invoke | 1052 fun:g_closure_invoke |
1053 fun:ReloadButtonGtkTest_*_Test::TestBody | 1053 fun:ReloadButtonGtkTest_*_Test::TestBody |
1054 fun:testing::HandleExceptionsInMethodIfSupported | 1054 fun:testing::HandleExceptionsInMethodIfSupported |
1055 fun:testing::Test::Run | 1055 fun:testing::Test::Run |
1056 } | 1056 } |
OLD | NEW |