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

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

Issue 7753012: Remove TSan suppression after fixing the bug. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 fun:webkit_glue::WebURLLoaderImpl::Context::OnCompletedRequest 611 fun:webkit_glue::WebURLLoaderImpl::Context::OnCompletedRequest
612 fun:ResourceDispatcher::OnRequestComplete 612 fun:ResourceDispatcher::OnRequestComplete
613 } 613 }
614 { 614 {
615 bug_93757 615 bug_93757
616 ThreadSanitizer:Race 616 ThreadSanitizer:Race
617 fun:__memset_sse2 617 fun:__memset_sse2
618 fun:VisitedLinkMaster::CreateURLTable 618 fun:VisitedLinkMaster::CreateURLTable
619 } 619 }
620 { 620 {
621 bug_93777_a
622 ThreadSanitizer:Race
623 fun:WebCore::Document::detach
624 fun:WebCore::Frame::setView
625 fun:WebKit::WebFrameImpl::createFrameView
626 fun:WebKit::FrameLoaderClientImpl::makeDocumentView
627 fun:WebKit::FrameLoaderClientImpl::transitionToCommittedForNewPage
628 fun:WebCore::FrameLoader::transitionToCommitted
629 fun:WebCore::FrameLoader::commitProvisionalLoad
630 fun:WebCore::DocumentLoader::commitIfReady
631 fun:WebCore::DocumentLoader::finishedLoading
632 fun:WebCore::FrameLoader::finishedLoading
633 fun:WebCore::MainResourceLoader::didFinishLoading
634 fun:WebCore::MainResourceLoader::continueAfterContentPolicy
635 fun:WebCore::MainResourceLoader::continueAfterContentPolicy
636 fun:WebCore::MainResourceLoader::callContinueAfterContentPolicy
637 fun:WebCore::PolicyCallback::call
638 fun:WebCore::PolicyChecker::continueAfterContentPolicy
639 fun:WebKit::FrameLoaderClientImpl::dispatchDecidePolicyForResponse
640 fun:WebCore::PolicyChecker::checkContentPolicy
641 fun:WebCore::MainResourceLoader::didReceiveResponse
642 fun:WebCore::MainResourceLoader::handleEmptyLoad
643 fun:WebCore::MainResourceLoader::loadNow
644 fun:WebCore::MainResourceLoader::load
645 fun:WebCore::DocumentLoader::startLoadingMainResource
646 fun:WebCore::FrameLoader::continueLoadAfterWillSubmitForm
647 fun:WebCore::FrameLoader::continueLoadAfterNavigationPolicy
648 fun:WebCore::FrameLoader::callContinueLoadAfterNavigationPolicy
649 fun:WebCore::PolicyCallback::call
650 fun:WebCore::PolicyChecker::continueAfterNavigationPolicy
651 fun:WebKit::FrameLoaderClientImpl::dispatchDecidePolicyForNavigationAction
652 fun:WebCore::PolicyChecker::checkNavigationPolicy
653 }
654 {
655 bug_93777_b
656 ThreadSanitizer:Race
657 fun:WebCore::Document::page
658 fun:WebCore::InspectorInstrumentation::instrumentingAgentsForContext
659 fun:WebCore::InspectorInstrumentation::workerContextTerminated
660 fun:WebKit::WebWorkerClientImpl::workerContextDestroyed
661 fun:WebCore::WorkerContext::~WorkerContext
662 fun:WebCore::DedicatedWorkerContext::~DedicatedWorkerContext
663 fun:WTF::RefCounted::deref
664 fun:WTF::RefPtr::operator=
665 fun:WebCore::WorkerThread::workerThread
666 fun:WebCore::WorkerThread::workerThreadStart
667 fun:WTF::threadEntryPoint
668 }
669 {
670 bug_93932_a 621 bug_93932_a
671 ThreadSanitizer:Race 622 ThreadSanitizer:Race
672 ... 623 ...
673 fun:frame_thread_free 624 fun:frame_thread_free
674 fun:ff_thread_free 625 fun:ff_thread_free
675 fun:avcodec_close 626 fun:avcodec_close
676 fun:avcodec_close 627 fun:avcodec_close
677 fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine 628 fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine
678 fun:scoped_ptr::reset 629 fun:scoped_ptr::reset
679 fun:media::FFmpegVideoDecodeEngineTest::~FFmpegVideoDecodeEngineTest 630 fun:media::FFmpegVideoDecodeEngineTest::~FFmpegVideoDecodeEngineTest
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 fun:testing::internal::ActionResultHolder::PerformAction 666 fun:testing::internal::ActionResultHolder::PerformAction
716 fun:testing::internal::FunctionMockerBase::UntypedPerformAction 667 fun:testing::internal::FunctionMockerBase::UntypedPerformAction
717 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith 668 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith
718 fun:testing::internal::FunctionMockerBase::InvokeWith 669 fun:testing::internal::FunctionMockerBase::InvokeWith
719 fun:testing::internal::FunctionMocker::Invoke 670 fun:testing::internal::FunctionMocker::Invoke
720 fun:media::FFmpegVideoDecodeEngineTest::ProduceVideoSample 671 fun:media::FFmpegVideoDecodeEngineTest::ProduceVideoSample
721 fun:media::FFmpegVideoDecodeEngine::ReadInput 672 fun:media::FFmpegVideoDecodeEngine::ReadInput
722 } 673 }
723 674
724 675
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