OLD | NEW |
1 # There are a few kinds of suppressions in this file. | 1 # There are a few 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 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1150 fun:KiUserCallbackDispatcher | 1150 fun:KiUserCallbackDispatcher |
1151 fun:LoadStringA | 1151 fun:LoadStringA |
1152 fun:LoadStringA | 1152 fun:LoadStringA |
1153 fun:LoadStringA | 1153 fun:LoadStringA |
1154 fun:CreateWindowExW | 1154 fun:CreateWindowExW |
1155 fun:base::MessagePumpForUI::InitMessageWnd | 1155 fun:base::MessagePumpForUI::InitMessageWnd |
1156 fun:base::MessagePumpForUI::MessagePumpForUI | 1156 fun:base::MessagePumpForUI::MessagePumpForUI |
1157 fun:base::MessageLoop::MessageLoop | 1157 fun:base::MessageLoop::MessageLoop |
1158 fun:remoting::AutoThread::ThreadMain | 1158 fun:remoting::AutoThread::ThreadMain |
1159 } | 1159 } |
1160 { | |
1161 bug_243963 | |
1162 ThreadSanitizer:Race | |
1163 fun:base::subtle::RefCountedBase::AddRef | |
1164 fun:base::RefCounted::AddRef | |
1165 fun:scoped_refptr::scoped_refptr | |
1166 fun:base::internal::InvokeHelper::MakeItSo | |
1167 fun:base::internal::Invoker::Run | |
1168 fun:base::Callback::Run | |
1169 fun:base::MessageLoop::RunTask | |
1170 fun:base::MessageLoop::DeferOrRunPendingTask | |
1171 fun:base::MessageLoop::DoWork | |
1172 fun:base::MessagePumpLibevent::Run | |
1173 fun:base::MessageLoop::RunInternal | |
1174 fun:base::MessageLoop::RunHandler | |
1175 fun:base::RunLoop::Run | |
1176 fun:base::MessageLoop::Run | |
1177 fun:base::Thread::Run | |
1178 fun:content::BrowserThreadImpl::FileThreadRun | |
1179 fun:content::BrowserThreadImpl::Run | |
1180 fun:base::Thread::ThreadMain | |
1181 fun:base::::ThreadFunc | |
1182 } | |
OLD | NEW |