diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-19 22:44:44 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-19 22:44:44 +0000 |
commit | e731c4808780bc3fad67866bebc858514396b072 (patch) | |
tree | e8c07a1da840b6da1750c625067599695c059d5e | |
parent | 09c5dc499fa6d67ef7db5c4a53cf4324544d6129 (diff) | |
download | chromium_src-e731c4808780bc3fad67866bebc858514396b072.zip chromium_src-e731c4808780bc3fad67866bebc858514396b072.tar.gz chromium_src-e731c4808780bc3fad67866bebc858514396b072.tar.bz2 |
Update Tsan suppressions after moving some renderer code to the content namespace.
Review URL: https://codereview.chromium.org/11240003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163084 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/tsan/suppressions.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index 24d864a..097de07 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -661,13 +661,13 @@ fun:webrtc::VoiceEngine::Delete fun:WebRTCAutoDelete::reset ... - fun:WebRTCAudioDeviceTest_Construct_Test::TestBody + fun:content::WebRTCAudioDeviceTest_Construct_Test::TestBody } { bug_103711e ThreadSanitizer:Race ... - fun:WebRTCAudioDeviceTest::OnMessageReceived + fun:content::WebRTCAudioDeviceTest::OnMessageReceived ... fun:IPC::* fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking @@ -688,7 +688,7 @@ { bug_103711g ThreadSanitizer:Race - fun:WebRTCAudioDeviceTest::SetUp + fun:content::WebRTCAudioDeviceTest::SetUp } { bug_103711h @@ -702,7 +702,7 @@ fun:webrtc::VoiceEngine::Delete fun:WebRTCAutoDelete::reset fun:WebRTCAutoDelete::~WebRTCAutoDelete - fun:WebRTCAudioDeviceTest_Construct_Test::TestBody + fun:content::WebRTCAudioDeviceTest_Construct_Test::TestBody } { bug_103711i @@ -718,7 +718,7 @@ fun:webrtc::ProcessThreadImpl::Stop fun:webrtc::VoEBaseImpl::TerminateInternal fun:webrtc::VoEBaseImpl::Terminate - fun:WebRTCAudioDeviceTest_PlayLocalFile_Test::TestBody + fun:content::WebRTCAudioDeviceTest_PlayLocalFile_Test::TestBody } { bug_104769 @@ -823,12 +823,12 @@ bug_113717 ThreadSanitizer:Race fun:std::swap - fun:RenderThreadImpl::Send - fun:RenderWidget::Send - fun:RenderViewImpl::Send - fun:RenderWidget::DoDeferredUpdate - fun:RenderWidget::DoDeferredUpdateAndSendInputAck - fun:RenderWidget::InvalidationCallback + fun:content::RenderThreadImpl::Send + fun:content::RenderWidget::Send + fun:content::RenderViewImpl::Send + fun:content::RenderWidget::DoDeferredUpdate + fun:content::RenderWidget::DoDeferredUpdateAndSendInputAck + fun:content::RenderWidget::InvalidationCallback fun:base::internal::RunnableAdapter::Run } { |