summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/tsan
diff options
context:
space:
mode:
authorjyasskin@chromium.org <jyasskin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-07 22:57:52 +0000
committerjyasskin@chromium.org <jyasskin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-07 22:57:52 +0000
commit62e25cf8544f10619dd603b7e3acc89e28914155 (patch)
treef30b363c049555dc5f74294eaac5c873f5f0f625 /tools/valgrind/tsan
parentdc0884267fb8ee5a2f21c2d5ba5bf8563c1caaaf (diff)
downloadchromium_src-62e25cf8544f10619dd603b7e3acc89e28914155.zip
chromium_src-62e25cf8544f10619dd603b7e3acc89e28914155.tar.gz
chromium_src-62e25cf8544f10619dd603b7e3acc89e28914155.tar.bz2
Suppress a race in PowerMonitor that happens with an in-process Utility thread.
BUG=268924 TBR=glider@chromium.org,hongbo.min@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22264013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216298 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/tsan')
-rw-r--r--tools/valgrind/tsan/suppressions.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index 3c87429..b0de50b 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -1127,3 +1127,12 @@
fun:base::MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking
fun:base::MessagePumpLibevent::OnLibeventNotification
}
+{
+ bug_268924
+ ThreadSanitizer:Race
+ fun:base::PowerMonitor::PowerMonitor
+ fun:content::ChildThread::Init
+ fun:content::ChildThread::ChildThread
+ fun:content::UtilityThreadImpl::UtilityThreadImpl
+ fun:content::UtilityMainThread::InitInternal
+}