| Index: tools/valgrind/tsan_v2/suppressions.txt
|
| diff --git a/tools/valgrind/tsan_v2/suppressions.txt b/tools/valgrind/tsan_v2/suppressions.txt
|
| index 8c22471205e406726747c91bcb9ba7510b433af9..45950d3f8d22d5b876ebda3ffa017aa060103727 100644
|
| --- a/tools/valgrind/tsan_v2/suppressions.txt
|
| +++ b/tools/valgrind/tsan_v2/suppressions.txt
|
| @@ -1,277 +1,2 @@
|
| -# False positives in libflashplayer.so and libglib.so. Since we don't
|
| -# instrument them, we cannot reason about the synchronization in them.
|
| -race:libflashplayer.so
|
| -race:libglib*.so
|
| -
|
| -# Intentional race in ToolsSanityTest.DataRace in base_unittests.
|
| -race:base/tools_sanity_unittest.cc
|
| -
|
| -# Data race on WatchdogCounter [test-only]
|
| -race:base/threading/watchdog_unittest.cc
|
| -
|
| -# Races in libevent, http://crbug.com/23244
|
| -race:libevent/event.c
|
| -
|
| -# http://crbug.com/46840
|
| -race:base::HistogramSamples::IncreaseSum
|
| -race:base::Histogram::Add
|
| -race:base::HistogramSamples::Add
|
| -
|
| -# http://crbug.com/84094
|
| -race:sqlite3StatusSet
|
| -race:pcache1EnforceMaxPage
|
| -race:pcache1AllocPage
|
| -
|
| -# http://crbug.com/102327.
|
| -# Test-only race, won't fix.
|
| -race:tracked_objects::ThreadData::ShutdownSingleThreadedCleanup
|
| -
|
| -# http://crbug.com/115540
|
| -race:*GetCurrentThreadIdentifier
|
| -
|
| -# http://crbug.com/120808
|
| -race:base/threading/watchdog.cc
|
| -
|
| -# http://crbug.com/157586
|
| -race:third_party/libvpx/source/libvpx/vp8/decoder/threading.c
|
| -
|
| -# http://crbug.com/158718
|
| -race:third_party/ffmpeg/libavcodec/pthread.c
|
| -race:third_party/ffmpeg/libavcodec/pthread_frame.c
|
| -race:third_party/ffmpeg/libavcodec/vp8.c
|
| -race:third_party/ffmpeg/libavutil/mem.c
|
| -race:*HashFrameForTesting
|
| -race:third_party/ffmpeg/libavcodec/h264pred.c
|
| -race:media::ReleaseData
|
| -
|
| -# http://crbug.com/158922
|
| -race:third_party/libvpx/source/libvpx/vp8/encoder/*
|
| -
|
| -# http://crbug.com/189177
|
| -race:thread_manager
|
| -race:v8::Locker::Initialize
|
| -
|
| -# http://crbug.com/223352
|
| -race:uprv_malloc_46
|
| -race:uprv_realloc_46
|
| -
|
| -# http://crbug.com/239359
|
| -race:media::TestInputCallback::OnData
|
| -
|
| -# http://crbug.com/244368
|
| -race:skia::BeginPlatformPaint
|
| -
|
| -# http://crbug.com/244385
|
| -race:unixTempFileDir
|
| -
|
| -# http://crbug.com/244755
|
| -race:v8::internal::Zone::NewExpand
|
| -race:TooLateToEnableNow
|
| -race:adjust_segment_bytes_allocated
|
| -
|
| -# http://crbug.com/244774
|
| -race:webrtc::RTPReceiver::ProcessBitrate
|
| -race:webrtc::RTPSender::ProcessBitrate
|
| -race:webrtc::VideoCodingModuleImpl::Decode
|
| -race:webrtc::RTPSender::SendOutgoingData
|
| -race:webrtc::VP8EncoderImpl::GetEncodedPartitions
|
| -race:webrtc::VP8EncoderImpl::Encode
|
| -race:webrtc::ViEEncoder::DeliverFrame
|
| -race:webrtc::vcm::VideoReceiver::Decode
|
| -race:webrtc::VCMReceiver::FrameForDecoding
|
| -race:*trace_event_unique_catstatic*
|
| -
|
| -# http://crbug.com/244856
|
| -race:AutoPulseLock
|
| -
|
| -# http://crbug.com/246968
|
| -race:webrtc::VideoCodingModuleImpl::RegisterPacketRequestCallback
|
| -
|
| -# http://crbug.com/246970
|
| -race:webrtc::EventPosix::StartTimer
|
| -
|
| -# http://crbug.com/246974
|
| -race:content::GpuWatchdogThread::CheckArmed
|
| -
|
| -# http://crbug.com/257396
|
| -race:base::debug::TraceEventTestFixture_TraceSamplingScope_Test::TestBody
|
| -
|
| -# http://crbug.com/258479
|
| -race:SamplingStateScope
|
| -race:g_trace_state
|
| -
|
| -# http://crbug.com/258499
|
| -race:third_party/skia/include/core/SkRefCnt.h
|
| -
|
| -# http://crbug.com/268924
|
| -race:base::g_power_monitor
|
| -race:base::PowerMonitor::PowerMonitor
|
| -race:base::PowerMonitor::AddObserver
|
| -
|
| -# http://crbug.com/268941
|
| -race:tracked_objects::ThreadData::tls_index_
|
| -
|
| -# http://crbug.com/270037
|
| -race:gLibCleanupFunctions
|
| -
|
| -# http://crbug.com/272095
|
| -race:base::g_top_manager
|
| -
|
| -# http://crbug.com/272987
|
| -race:webrtc::MediaStreamTrack<webrtc::AudioTrackInterface>::set_enabled
|
| -
|
| -# http://crbug.com/273047
|
| -race:base::*::g_lazy_tls_ptr
|
| -race:IPC::SyncChannel::ReceivedSyncMsgQueue::lazy_tls_ptr_
|
| -
|
| -# http://crbug.com/280466
|
| -race:content::WebRtcAudioCapturer::SetCapturerSource
|
| -
|
| -# http://crbug.com/285242
|
| -race:media::PulseAudioOutputStream::SetVolume
|
| -
|
| -# http://crbug.com/290964
|
| -race:PostponeInterruptsScope
|
| -race:v8::internal::StackGuard::RequestInstallCode
|
| -
|
| -# http://crbug.com/296883
|
| -race:net::URLFetcherCore::Stop
|
| -
|
| -# http://crbug.com/308590
|
| -race:CustomThreadWatcher::~CustomThreadWatcher
|
| -
|
| -# http://crbug.com/310851
|
| -race:net::ProxyResolverV8Tracing::Job::~Job
|
| -
|
| -# http://crbug.com/313726
|
| -race:CallbackWasCalled
|
| -
|
| -# http://crbug.com/327330
|
| -race:PrepareTextureMailbox
|
| -race:cc::LayerTreeHost::PaintLayerContents
|
| -
|
| -# http://crbug.com/328804
|
| -race:v8::internal::Heap::SetStackLimits
|
| -race:ScavengePointer
|
| -
|
| -# http://crbug.com/328826
|
| -race:gLCDOrder
|
| -race:gLCDOrientation
|
| -
|
| -# http://crbug.com/328868
|
| -race:PR_Lock
|
| -
|
| -# http://crbug.com/329225
|
| -race:blink::currentTimeFunction
|
| -
|
| -# http://crbug.com/329460
|
| -race:extensions::InfoMap::AddExtension
|
| -
|
| -# http://crbug.com/330528
|
| -race:v8::internal::MarkCompactCollector::SweepInParallel
|
| -
|
| -# http://crbug.com/333244
|
| -race:content::VideoCaptureImplTest::MockVideoCaptureImpl::~MockVideoCaptureImpl
|
| -
|
| -# http://crbug.com/333871
|
| -race:v8::internal::Interface::NewValue()::value_interface
|
| -race:v8::internal::IsMinusZero(double)::minus_zero
|
| -race:v8::internal::FastCloneShallowObjectStub::InitializeInterfaceDescriptor
|
| -race:v8::internal::KeyedLoadStubCompiler::registers
|
| -race:v8::internal::KeyedStoreStubCompiler::registers()::registers
|
| -race:v8::internal::KeyedLoadFastElementStub::InitializeInterfaceDescriptor
|
| -race:v8::internal::KeyedStoreFastElementStub::InitializeInterfaceDescriptor
|
| -race:v8::internal::LoadStubCompiler::registers
|
| -race:v8::internal::StoreStubCompiler::registers
|
| -race:v8::internal::HValue::LoopWeight
|
| -
|
| -# http://crbug.com/334140
|
| -race:CommandLine::HasSwitch
|
| -race:CommandLine::current_process_commandline_
|
| -race:CommandLine::GetSwitchValueASCII
|
| -
|
| -# http://crbug.com/338675
|
| -race:blink::s_platform
|
| -race:content::RendererWebKitPlatformSupportImpl::~RendererWebKitPlatformSupportImpl
|
| -
|
| -# http://crbug.com/345240
|
| -race:WTF::s_shutdown
|
| -
|
| -# http://crbug.com/345245
|
| -race:jingle_glue::JingleThreadWrapper::~JingleThreadWrapper
|
| -race:webrtc::voe::Channel::UpdatePacketDelay
|
| -race:webrtc::voe::Channel::GetDelayEstimate
|
| -race:webrtc::VCMCodecDataBase::DeregisterReceiveCodec
|
| -race:webrtc::GainControlImpl::set_stream_analog_level
|
| -
|
| -# http://crbug.com/345251
|
| -race:cc::s_next_layer_id
|
| -
|
| -# http://crbug.com/345618
|
| -race:WebCore::AudioDestinationNode::render
|
| -
|
| -# http://crbug.com/345624
|
| -race:media::DataSource::set_host
|
| -
|
| -# http://crbug.com/347534
|
| -race:v8::internal::V8::TearDown
|
| -
|
| -# http://crbug.com/347538
|
| -race:sctp_timer_start
|
| -
|
| -# http://crbug.com/347548
|
| -race:cricket::WebRtcVideoMediaChannel::MaybeResetVieSendCodec
|
| -race:cricket::WebRtcVideoMediaChannel::SetSendCodec
|
| -
|
| -# http://crbug.com/347553
|
| -race:blink::WebString::reset
|
| -
|
| -# http://crbug.com/348511
|
| -race:webrtc::acm1::AudioCodingModuleImpl::PlayoutData10Ms
|
| -
|
| -# http://crbug.com/348982
|
| -race:cricket::P2PTransportChannel::OnConnectionDestroyed
|
| -race:cricket::P2PTransportChannel::AddConnection
|
| -
|
| -# http://crbug.com/348984
|
| -race:sctp_express_handle_sack
|
| -
|
| -# http://crbug.com/350982
|
| -race:libvpx/vp9/decoder/vp9_thread.c
|
| -
|
| -# http://crbug.com/361790
|
| -race:workerGlobalScopeDestroyed
|
| -
|
| -# http://crbug.com/363999
|
| -race:v8::internal::EnterDebugger::*EnterDebugger
|
| -
|
| -# http://crbug.com/364006
|
| -race:gfx::ImageFamily::~ImageFamily
|
| -
|
| -# http://crbug.com/364014
|
| -race:WTF::Latin1Encoding()::globalLatin1Encoding
|
| -
|
| -# https://code.google.com/p/v8/issues/detail?id=3143
|
| -race:v8::internal::FLAG_track_double_fields
|
| -
|
| -# https://crbug.com/369257
|
| -# TODO(mtklein): annotate properly and remove suppressions.
|
| -race:SandboxIPCHandler::HandleFontMatchRequest
|
| -race:SkFontConfigInterfaceDirect::matchFamilyName
|
| -race:SkFontConfigInterface::GetSingletonDirectInterface
|
| -
|
| -# http://crbug.com/372807
|
| -deadlock:net::X509Certificate::CreateCertificateListFromBytes
|
| -deadlock:net::X509Certificate::CreateFromBytes
|
| -deadlock:net::SSLClientSocketNSS::Core::DoHandshakeLoop
|
| -
|
| -# http://crbug.com/374135
|
| -race:media::AlsaWrapper::PcmWritei
|
| -deadlock:media::AudioOutputDispatcherImpl::StopStream
|
| -deadlock:media::AudioStreamHandler::AudioStreamContainer::OnMoreData
|
| -
|
| -# http://crbug.com/374151
|
| -deadlock:media::FakeAudioConsumer::Worker::DoRead
|
| -
|
| -# http://crbug.com/377420
|
| -deadlock:media::AudioRendererMixerInput::Play
|
| +# This file is deprecated; please add new suppressions to
|
| +# base/debug/tsan_suppressions.cc.
|
|
|