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

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

Issue 7713012: TSAN suppressions for InspectorInstrumentation+transitionToCommitted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 fun:base::MessagePumpGlib::Run 615 fun:base::MessagePumpGlib::Run
616 fun:MessageLoop::RunInternal 616 fun:MessageLoop::RunInternal
617 fun:MessageLoop::RunHandler 617 fun:MessageLoop::RunHandler
618 fun:MessageLoopForUI::Run 618 fun:MessageLoopForUI::Run
619 fun:::RunUIMessageLoop 619 fun:::RunUIMessageLoop
620 fun:BrowserMain 620 fun:BrowserMain
621 fun:::RunNamedProcessTypeMain 621 fun:::RunNamedProcessTypeMain
622 fun:ChromeMain 622 fun:ChromeMain
623 fun:main 623 fun:main
624 } 624 }
625 {
626 bug_93777_a
627 ThreadSanitizer:Race
628 fun:WebCore::Document::detach
629 fun:WebCore::Frame::setView
630 fun:WebKit::WebFrameImpl::createFrameView
631 fun:WebKit::FrameLoaderClientImpl::makeDocumentView
632 fun:WebKit::FrameLoaderClientImpl::transitionToCommittedForNewPage
633 fun:WebCore::FrameLoader::transitionToCommitted
634 fun:WebCore::FrameLoader::commitProvisionalLoad
635 fun:WebCore::DocumentLoader::commitIfReady
636 fun:WebCore::DocumentLoader::finishedLoading
637 fun:WebCore::FrameLoader::finishedLoading
638 fun:WebCore::MainResourceLoader::didFinishLoading
639 fun:WebCore::MainResourceLoader::continueAfterContentPolicy
640 fun:WebCore::MainResourceLoader::continueAfterContentPolicy
641 fun:WebCore::MainResourceLoader::callContinueAfterContentPolicy
642 fun:WebCore::PolicyCallback::call
643 fun:WebCore::PolicyChecker::continueAfterContentPolicy
644 fun:WebKit::FrameLoaderClientImpl::dispatchDecidePolicyForResponse
645 fun:WebCore::PolicyChecker::checkContentPolicy
646 fun:WebCore::MainResourceLoader::didReceiveResponse
647 fun:WebCore::MainResourceLoader::handleEmptyLoad
648 fun:WebCore::MainResourceLoader::loadNow
649 fun:WebCore::MainResourceLoader::load
650 fun:WebCore::DocumentLoader::startLoadingMainResource
651 fun:WebCore::FrameLoader::continueLoadAfterWillSubmitForm
652 fun:WebCore::FrameLoader::continueLoadAfterNavigationPolicy
653 fun:WebCore::FrameLoader::callContinueLoadAfterNavigationPolicy
654 fun:WebCore::PolicyCallback::call
655 fun:WebCore::PolicyChecker::continueAfterNavigationPolicy
656 fun:WebKit::FrameLoaderClientImpl::dispatchDecidePolicyForNavigationAction
657 fun:WebCore::PolicyChecker::checkNavigationPolicy
658 }
659 {
660 bug_93777_b
661 ThreadSanitizer:Race
662 fun:WebCore::Document::page
663 fun:WebCore::InspectorInstrumentation::instrumentingAgentsForContext
664 fun:WebCore::InspectorInstrumentation::workerContextTerminated
665 fun:WebKit::WebWorkerClientImpl::workerContextDestroyed
666 fun:WebCore::WorkerContext::~WorkerContext
667 fun:WebCore::DedicatedWorkerContext::~DedicatedWorkerContext
668 fun:WTF::RefCounted::deref
669 fun:WTF::RefPtr::operator=
670 fun:WebCore::WorkerThread::workerThread
671 fun:WebCore::WorkerThread::workerThreadStart
672 fun:WTF::threadEntryPoint
673 }
674
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