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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 ThreadSanitizer:Race | 398 ThreadSanitizer:Race |
399 ... | 399 ... |
400 fun:std::operator== | 400 fun:std::operator== |
401 fun:base::SequencedWorkerPool::* | 401 fun:base::SequencedWorkerPool::* |
402 } | 402 } |
403 | 403 |
404 # 3. Suppressions for real chromium bugs that are not yet fixed. | 404 # 3. Suppressions for real chromium bugs that are not yet fixed. |
405 ############################ | 405 ############################ |
406 # Real races in Chromium | 406 # Real races in Chromium |
407 { | 407 { |
408 bug_23433 | |
409 ThreadSanitizer:Race | |
410 fun:*logging*SetMinLogLevel* | |
411 } | |
412 | |
413 { | |
414 bug_24419 | 408 bug_24419 |
415 ThreadSanitizer:Race | 409 ThreadSanitizer:Race |
416 fun:*BrowserProcessImpl*nspector*iles* | 410 fun:*BrowserProcessImpl*nspector*iles* |
417 } | 411 } |
418 | 412 |
419 { | 413 { |
420 bug_37496 | 414 bug_37496 |
421 ThreadSanitizer:Race | 415 ThreadSanitizer:Race |
422 ... | 416 ... |
423 fun:*browser_sync*SyncShareIntercept*Observe* | 417 fun:*browser_sync*SyncShareIntercept*Observe* |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
987 ... | 981 ... |
988 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith | 982 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith |
989 fun:testing::internal::FunctionMockerBase::InvokeWith | 983 fun:testing::internal::FunctionMockerBase::InvokeWith |
990 fun:testing::internal::FunctionMocker::Invoke | 984 fun:testing::internal::FunctionMocker::Invoke |
991 fun:browser_sync::NewNonFrontendDataTypeControllerMock::RecordUnrecoverableEr
ror | 985 fun:browser_sync::NewNonFrontendDataTypeControllerMock::RecordUnrecoverableEr
ror |
992 fun:browser_sync::::NewNonFrontendDataTypeControllerFake::RecordUnrecoverable
Error | 986 fun:browser_sync::::NewNonFrontendDataTypeControllerFake::RecordUnrecoverable
Error |
993 fun:browser_sync::NonFrontendDataTypeController::StartFailed | 987 fun:browser_sync::NonFrontendDataTypeController::StartFailed |
994 fun:browser_sync::NewNonFrontendDataTypeController::StartAssociationWithShare
dChangeProcessor | 988 fun:browser_sync::NewNonFrontendDataTypeController::StartAssociationWithShare
dChangeProcessor |
995 fun:base::internal::RunnableAdapter::Run | 989 fun:base::internal::RunnableAdapter::Run |
996 } | 990 } |
OLD | NEW |