summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-25 21:30:06 +0000
committerdimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-25 21:30:06 +0000
commit31fd99b24c73754eac6e6417ce76ada710166b69 (patch)
tree123a1e47e1fd43dc3e7c6631594bf6f7ce98369a /tools
parent34168967957a98806999ed30da341823e973dda4 (diff)
downloadchromium_src-31fd99b24c73754eac6e6417ce76ada710166b69.zip
chromium_src-31fd99b24c73754eac6e6417ce76ada710166b69.tar.gz
chromium_src-31fd99b24c73754eac6e6417ce76ada710166b69.tar.bz2
Remove TSan suppression after fixing the bug.
BUG=93777 Review URL: http://codereview.chromium.org/7753012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98308 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/tsan/suppressions.txt49
1 files changed, 0 insertions, 49 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index b93106d..8238752 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -618,55 +618,6 @@
fun:VisitedLinkMaster::CreateURLTable
}
{
- 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
-}
-{
bug_93932_a
ThreadSanitizer:Race
...