| 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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 } | 507 } |
| 508 | 508 |
| 509 { | 509 { |
| 510 bug_72548 | 510 bug_72548 |
| 511 ThreadSanitizer:Race | 511 ThreadSanitizer:Race |
| 512 ... | 512 ... |
| 513 fun:JSC::Yarr::Interpreter::*Disjunction* | 513 fun:JSC::Yarr::Interpreter::*Disjunction* |
| 514 fun:JSC::Yarr::Interpreter::interpret* | 514 fun:JSC::Yarr::Interpreter::interpret* |
| 515 fun:JSC::Yarr::interpret* | 515 fun:JSC::Yarr::interpret* |
| 516 } | 516 } |
| 517 { | |
| 518 bug_86507 | |
| 519 ThreadSanitizer:Race | |
| 520 fun:VideoCaptureController::OnDeviceStopped | |
| 521 } | |
| 522 | 517 |
| 523 { | 518 { |
| 524 bug_86916 | 519 bug_86916 |
| 525 ThreadSanitizer:Race | 520 ThreadSanitizer:Race |
| 526 fun:loopfilter_frame | 521 fun:loopfilter_frame |
| 527 fun:loopfilter_thread | 522 fun:loopfilter_thread |
| 528 } | 523 } |
| 529 | 524 |
| 530 { | 525 { |
| 531 bug_87062a | 526 bug_87062a |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 676 } | 671 } |
| 677 { | 672 { |
| 678 bug_95509 | 673 bug_95509 |
| 679 ThreadSanitizer:Race | 674 ThreadSanitizer:Race |
| 680 fun:base::SyncSocket::Close | 675 fun:base::SyncSocket::Close |
| 681 fun:AudioRendererImpl::OnStop | 676 fun:AudioRendererImpl::OnStop |
| 682 fun:media::AudioRendererBase::Stop | 677 fun:media::AudioRendererBase::Stop |
| 683 fun:media::CompositeFilter::CallFilter | 678 fun:media::CompositeFilter::CallFilter |
| 684 fun:media::CompositeFilter::SerialCallback | 679 fun:media::CompositeFilter::SerialCallback |
| 685 } | 680 } |
| OLD | NEW |