diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-28 12:47:09 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-28 12:47:09 +0000 |
commit | cc5df68fb47f3bc8e27697f960821166baf9cbcb (patch) | |
tree | 17f1cc657ea2278b19b6d1bae5189fa4baaca288 /tools | |
parent | f18f32991e1c8896eee8163789078bef73a89e54 (diff) | |
download | chromium_src-cc5df68fb47f3bc8e27697f960821166baf9cbcb.zip chromium_src-cc5df68fb47f3bc8e27697f960821166baf9cbcb.tar.gz chromium_src-cc5df68fb47f3bc8e27697f960821166baf9cbcb.tar.bz2 |
One more suppression for the GetUserAgent race + suppress races in FileDescriptorWatcher
BUG=87698,87747
TBR=glider
TEST=TSan/UI goes green
Review URL: http://codereview.chromium.org/7277039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/suppressions.txt | 58 |
1 files changed, 36 insertions, 22 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index 024120c..e098717 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -547,32 +547,46 @@ } { - bug_87062a - ThreadSanitizer:Race - fun:net::SdchManager::SdchManager - fun:BrowserMain + bug_87062a + ThreadSanitizer:Race + fun:net::SdchManager::SdchManager + fun:BrowserMain } { - bug_87062b - ThreadSanitizer:Race - ... - fun:net::SdchManager::* - fun:net::URLRequestHttpJob::AddExtraHeaders - fun:net::URLRequestHttpJob::Start - fun:net::URLRequest::StartJob - fun:net::URLRequest::Start - fun:URLFetcher::Core::StartURLRequest - fun:URLFetcher::Core::StartURLRequestWhenAppropriate - fun:DispatchToMethod -} -{ - bug_87698 - ThreadSanitizer:Race - fun:webkit_glue::GetUserAgent - fun:ChromeURLRequestContext::GetUserAgent + bug_87062b + ThreadSanitizer:Race + ... + fun:net::SdchManager::* + fun:net::URLRequestHttpJob::AddExtraHeaders + fun:net::URLRequestHttpJob::Start + fun:net::URLRequest::StartJob + fun:net::URLRequest::Start + fun:URLFetcher::Core::StartURLRequest + fun:URLFetcher::Core::StartURLRequestWhenAppropriate + fun:DispatchToMethod +} +{ + bug_87698a + ThreadSanitizer:Race + fun:webkit_glue::GetUserAgent + fun:ChromeURLRequestContext::GetUserAgent +} +{ + bug_87698b + ThreadSanitizer:Race + fun:webkit_glue::GetUserAgent + fun:::AboutVersion +} +{ + bug_87747 + ThreadSanitizer:Race + fun:base::MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher + fun:ProcessSingleton::LinuxWatcher::SocketReader::~SocketReader + fun:ProcessSingleton::LinuxWatcher::RemoveSocketReader + fun:ProcessSingleton::LinuxWatcher::SocketReader::FinishWithACK + fun:ProcessSingleton::LinuxWatcher::HandleMessage } - ############################ # TSan false positives |