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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
699 fun:media::AudioRendererAlgorithmOLA::set_playback_rate | 699 fun:media::AudioRendererAlgorithmOLA::set_playback_rate |
700 fun:media::AudioRendererBase::SetPlaybackRate | 700 fun:media::AudioRendererBase::SetPlaybackRate |
701 fun:AudioRendererImpl::SetPlaybackRate | 701 fun:AudioRendererImpl::SetPlaybackRate |
702 fun:media::CompositeFilter::SetPlaybackRate | 702 fun:media::CompositeFilter::SetPlaybackRate |
703 fun:media::PipelineImpl::PlaybackRateChangedTask | 703 fun:media::PipelineImpl::PlaybackRateChangedTask |
704 ... | 704 ... |
705 fun:base::internal::RunnableAdapter::Run | 705 fun:base::internal::RunnableAdapter::Run |
706 } | 706 } |
707 { | 707 { |
708 bug_107181b | 708 bug_107181b |
| 709 ThreadSanitizer:Race |
709 fun:media::AudioRendererAlgorithmBase::playback_rate | 710 fun:media::AudioRendererAlgorithmBase::playback_rate |
710 fun:media::AudioRendererBase::GetPlaybackRate | 711 fun:media::AudioRendererBase::GetPlaybackRate |
711 fun:AudioRendererImpl::Render | 712 fun:AudioRendererImpl::Render |
712 fun:AudioDevice::FireRenderCallback | 713 fun:AudioDevice::FireRenderCallback |
713 fun:AudioDevice::Run | 714 fun:AudioDevice::Run |
714 } | 715 } |
OLD | NEW |