summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/tsan
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-25 16:37:30 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-25 16:37:30 +0000
commit073ce9188d9218f0a635118530a4bca6ab07d3ca (patch)
treebb909fd249721172222a709df176d3fbc5e3f02b /tools/valgrind/tsan
parentf1a169e1ac6366c24ce8a20ab9335cafffe15643 (diff)
downloadchromium_src-073ce9188d9218f0a635118530a4bca6ab07d3ca.zip
chromium_src-073ce9188d9218f0a635118530a4bca6ab07d3ca.tar.gz
chromium_src-073ce9188d9218f0a635118530a4bca6ab07d3ca.tar.bz2
Reverting unused TSAN supressions (bug_241939a and bug_241939b).
TBR=thestig@chromium.org BUG=241939 Review URL: https://codereview.chromium.org/17631002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208504 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/tsan')
-rw-r--r--tools/valgrind/tsan/suppressions.txt31
1 files changed, 0 insertions, 31 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index 3465eb3..c0548dc 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -1100,34 +1100,3 @@
...
fun:media::FFmpegVideoDecoder::Decode
}
-{
- bug_241939a
- ThreadSanitizer:Race
- fun:CreateDialogParamW
- fun:CharPrevW
- fun:SystemParametersInfoW
- fun:RegisterClassExW
- fun:base::MessagePumpForUI::InitMessageWnd
- fun:base::MessagePumpForUI::MessagePumpForUI
- fun:base::MessageLoop::MessageLoop
- fun:remoting::AutoThread::ThreadMain
-}
-{
- bug_241939b
- ThreadSanitizer:Race
- fun:GetWindowLongW
- fun:GetWindowLongW
- fun:GetWindowLongW
- fun:PostMessageW
- fun:PostMessageW
- fun:SetWindowTextW
- fun:KiUserCallbackDispatcher
- fun:LoadStringA
- fun:LoadStringA
- fun:LoadStringA
- fun:CreateWindowExW
- fun:base::MessagePumpForUI::InitMessageWnd
- fun:base::MessagePumpForUI::MessagePumpForUI
- fun:base::MessageLoop::MessageLoop
- fun:remoting::AutoThread::ThreadMain
-}