summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-21 11:59:16 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-21 11:59:16 +0000
commit896e2f61cb3e50a1daf6d996d07ca682ef9bbde3 (patch)
tree097e8e4404171f3807614ebcb1891b9b297626e5 /tools
parente55313af00b11d2b3f59c3eeda96ab327081a7b1 (diff)
downloadchromium_src-896e2f61cb3e50a1daf6d996d07ca682ef9bbde3.zip
chromium_src-896e2f61cb3e50a1daf6d996d07ca682ef9bbde3.tar.gz
chromium_src-896e2f61cb3e50a1daf6d996d07ca682ef9bbde3.tar.bz2
Suppress another race in vp8 (issue 86916)
BUG=86916 TBR=timurrrr Review URL: http://codereview.chromium.org/7206041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89823 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/tsan/suppressions.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index 65464ec..50df321 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -530,14 +530,22 @@
fun:PR_EnterMonitor
}
+# (Looks same as the one above)
{
- bug_84244 (Looks same as one above)
+ bug_84244
ThreadSanitizer:Race
fun:PR_ExitMonitor
...
fun:nss*
}
+{
+ bug_86916
+ ThreadSanitizer:Race
+ fun:loopfilter_frame
+ fun:loopfilter_thread
+}
+
############################
# TSan false positives
{