summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/tsan/suppressions.txt51
1 files changed, 51 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index 51c6a96..56922b6 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
+}
+
+