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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/suppressions.txt
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index 51c6a9640053614d5f6d5aa8508ef71b711c7142..56922b690fdc6f1473238580a111b5d91554101f 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -622,3 +622,54 @@
fun:ChromeMain
fun:main
}
+{
+ bug_93777_a
+ ThreadSanitizer:Race
+ fun:WebCore::Document::detach
+ fun:WebCore::Frame::setView
+ fun:WebKit::WebFrameImpl::createFrameView
+ fun:WebKit::FrameLoaderClientImpl::makeDocumentView
+ fun:WebKit::FrameLoaderClientImpl::transitionToCommittedForNewPage
+ fun:WebCore::FrameLoader::transitionToCommitted
+ fun:WebCore::FrameLoader::commitProvisionalLoad
+ fun:WebCore::DocumentLoader::commitIfReady
+ fun:WebCore::DocumentLoader::finishedLoading
+ fun:WebCore::FrameLoader::finishedLoading
+ fun:WebCore::MainResourceLoader::didFinishLoading
+ fun:WebCore::MainResourceLoader::continueAfterContentPolicy
+ fun:WebCore::MainResourceLoader::continueAfterContentPolicy
+ fun:WebCore::MainResourceLoader::callContinueAfterContentPolicy
+ fun:WebCore::PolicyCallback::call
+ fun:WebCore::PolicyChecker::continueAfterContentPolicy
+ fun:WebKit::FrameLoaderClientImpl::dispatchDecidePolicyForResponse
+ fun:WebCore::PolicyChecker::checkContentPolicy
+ fun:WebCore::MainResourceLoader::didReceiveResponse
+ fun:WebCore::MainResourceLoader::handleEmptyLoad
+ fun:WebCore::MainResourceLoader::loadNow
+ fun:WebCore::MainResourceLoader::load
+ fun:WebCore::DocumentLoader::startLoadingMainResource
+ fun:WebCore::FrameLoader::continueLoadAfterWillSubmitForm
+ fun:WebCore::FrameLoader::continueLoadAfterNavigationPolicy
+ fun:WebCore::FrameLoader::callContinueLoadAfterNavigationPolicy
+ fun:WebCore::PolicyCallback::call
+ fun:WebCore::PolicyChecker::continueAfterNavigationPolicy
+ fun:WebKit::FrameLoaderClientImpl::dispatchDecidePolicyForNavigationAction
+ fun:WebCore::PolicyChecker::checkNavigationPolicy
+}
+{
+ bug_93777_b
+ ThreadSanitizer:Race
+ fun:WebCore::Document::page
+ fun:WebCore::InspectorInstrumentation::instrumentingAgentsForContext
+ fun:WebCore::InspectorInstrumentation::workerContextTerminated
+ fun:WebKit::WebWorkerClientImpl::workerContextDestroyed
+ fun:WebCore::WorkerContext::~WorkerContext
+ fun:WebCore::DedicatedWorkerContext::~DedicatedWorkerContext
+ fun:WTF::RefCounted::deref
+ fun:WTF::RefPtr::operator=
+ fun:WebCore::WorkerThread::workerThread
+ fun:WebCore::WorkerThread::workerThreadStart
+ fun:WTF::threadEntryPoint
+}
+
+
« 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