Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Side by Side Diff: tools/valgrind/tsan/suppressions.txt

Issue 10830250: Remove some media-related tsan suppressions that are no longer valid. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 425
426 { 426 {
427 bug_41314 427 bug_41314
428 ThreadSanitizer:Race 428 ThreadSanitizer:Race
429 ... 429 ...
430 fun:base::LaunchApp* 430 fun:base::LaunchApp*
431 fun:ChildProcessLauncher::Context::LaunchInternal* 431 fun:ChildProcessLauncher::Context::LaunchInternal*
432 } 432 }
433 433
434 { 434 {
435 bug_46642a
436 ThreadSanitizer:Race
437 fun:*media*Pipeline*InitializeTask*
438 }
439
440 {
441 bug_46642b
442 ThreadSanitizer:Race
443 fun:*media*Pipeline*GetCurrentTime*
444 }
445
446 {
447 bug_57266a 435 bug_57266a
448 ThreadSanitizer:Race 436 ThreadSanitizer:Race
449 ... 437 ...
450 fun:*vp8*_* 438 fun:*vp8*_*
451 } 439 }
452 440
453 { 441 {
454 bug_57266b 442 bug_57266b
455 ThreadSanitizer:Race 443 ThreadSanitizer:Race
456 ... 444 ...
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 fun:main 739 fun:main
752 } 740 }
753 { 741 {
754 bug_106196 742 bug_106196
755 ThreadSanitizer:Race 743 ThreadSanitizer:Race
756 fun:tracked_objects::ThreadData::InitializeAndSetTrackingStatus 744 fun:tracked_objects::ThreadData::InitializeAndSetTrackingStatus
757 fun:ChildThread::OnSetProfilerStatus 745 fun:ChildThread::OnSetProfilerStatus
758 fun:DispatchToMethod 746 fun:DispatchToMethod
759 } 747 }
760 { 748 {
761 bug_107181a
762 ThreadSanitizer:Race
763 ...
764 fun:media::AudioRendererBase::SetPlaybackRate
765 fun:AudioRendererImpl::SetPlaybackRate
766 fun:media::CompositeFilter::SetPlaybackRate
767 fun:media::Pipeline::PlaybackRateChangedTask
768 ...
769 fun:base::internal::RunnableAdapter::Run
770 }
771 {
772 bug_107181b
773 ThreadSanitizer:Race
774 fun:media::AudioRendererAlgorithmBase::playback_rate
775 fun:media::AudioRendererBase::GetPlaybackRate
776 fun:AudioRendererImpl::Render
777 fun:AudioDevice::FireRenderCallback
778 fun:AudioDevice::Run
779 }
780 {
781 bug_107903_a 749 bug_107903_a
782 ThreadSanitizer:Race 750 ThreadSanitizer:Race
783 ... 751 ...
784 fun:TestProfileSyncService::~TestProfileSyncService 752 fun:TestProfileSyncService::~TestProfileSyncService
785 fun:scoped_ptr::reset 753 fun:scoped_ptr::reset
786 fun:ProfileSyncServiceAutofillTest::TearDown 754 fun:ProfileSyncServiceAutofillTest::TearDown
787 } 755 }
788 { 756 {
789 bug_107903_b 757 bug_107903_b
790 ThreadSanitizer:Race 758 ThreadSanitizer:Race
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 ... 987 ...
1020 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith 988 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith
1021 fun:testing::internal::FunctionMockerBase::InvokeWith 989 fun:testing::internal::FunctionMockerBase::InvokeWith
1022 fun:testing::internal::FunctionMocker::Invoke 990 fun:testing::internal::FunctionMocker::Invoke
1023 fun:browser_sync::NewNonFrontendDataTypeControllerMock::RecordUnrecoverableEr ror 991 fun:browser_sync::NewNonFrontendDataTypeControllerMock::RecordUnrecoverableEr ror
1024 fun:browser_sync::::NewNonFrontendDataTypeControllerFake::RecordUnrecoverable Error 992 fun:browser_sync::::NewNonFrontendDataTypeControllerFake::RecordUnrecoverable Error
1025 fun:browser_sync::NonFrontendDataTypeController::StartFailed 993 fun:browser_sync::NonFrontendDataTypeController::StartFailed
1026 fun:browser_sync::NewNonFrontendDataTypeController::StartAssociationWithShare dChangeProcessor 994 fun:browser_sync::NewNonFrontendDataTypeController::StartAssociationWithShare dChangeProcessor
1027 fun:base::internal::RunnableAdapter::Run 995 fun:base::internal::RunnableAdapter::Run
1028 } 996 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698