Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Unified Diff: tools/valgrind/tsan/suppressions.txt

Issue 8540003: Add a couple of more webrtc TSan suppressions and one more sqlite-probably-benign one (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/suppressions.txt
===================================================================
--- tools/valgrind/tsan/suppressions.txt (revision 109598)
+++ tools/valgrind/tsan/suppressions.txt (working copy)
@@ -128,7 +128,7 @@
############################
# 1.3 Benign races in SQLLite
-# TODO(timurrr|oshima): following three suppression could be obsolete.
+# TODO(timurrr|oshima): following four suppressions could be obsolete.
{
Two writes, same value (SQLLite pthreadMutexAlloc)
ThreadSanitizer:Race
@@ -138,6 +138,14 @@
}
{
+ Two writes, same value 2 (SQLLite pthreadMutexAlloc)
+ ThreadSanitizer:Race
+ fun:pthreadMutexAlloc
+ ...
+ fun:openDatabase
+}
+
+{
Two writes, same value (under sqlite3Malloc)
ThreadSanitizer:Race
...
@@ -644,15 +652,28 @@
fun:WebRTCAudioDeviceTest_Construct_Test::TestBody
}
{
- bug_103711d
- ThreadSanitizer:Race
- ...
- fun:WebRTCAudioDeviceTest::OnMessageReceived
- ...
- fun:IPC::Channel::ChannelImpl::ProcessIncomingMessages
- fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking
- fun:base::MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking
- fun:base::MessagePumpLibevent::OnLibeventNotification
- fun:event_process_active
- fun:event_base_loop
+ bug_103711d
+ ThreadSanitizer:Race
+ ...
+ fun:WebRTCAudioDeviceTest::OnMessageReceived
+ ...
+ fun:IPC::Channel::ChannelImpl::ProcessIncomingMessages
+ fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking
+ fun:base::MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking
+ fun:base::MessagePumpLibevent::OnLibeventNotification
+ fun:event_process_active
+ fun:event_base_loop
}
+{
+ bug_103711e
+ ThreadSanitizer:Race
+ fun:webrtc::TracePosix::AddTime
+ fun:webrtc::TraceImpl::AddImpl
+ fun:webrtc::Trace::Add
+ fun:webrtc::ThreadPosix::Run
+}
+{
+ bug_103711f
+ ThreadSanitizer:Race
+ fun:WebRTCAudioDeviceTest::SetUp
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698