Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / tools / valgrind / tsan_v2 / suppressions.txt
1 # False positives in libflashplayer.so and libglib.so. Since we don't
2 # instrument them, we cannot reason about the synchronization in them.
3 race:libflashplayer.so
4 race:libglib*.so
5
6 # Intentional race in ToolsSanityTest.DataRace in base_unittests.
7 race:base/tools_sanity_unittest.cc
8
9 # Data race on WatchdogCounter [test-only]
10 race:base/threading/watchdog_unittest.cc
11
12 # Races in libevent, http://crbug.com/23244
13 race:libevent/event.c
14
15 # http://crbug.com/46840
16 race:base::HistogramSamples::IncreaseSum
17 race:base::Histogram::Add
18 race:base::HistogramSamples::Add
19
20 # http://crbug.com/84094
21 race:sqlite3StatusSet
22 race:pcache1EnforceMaxPage
23 race:pcache1AllocPage
24
25 # http://crbug.com/102327.
26 # Test-only race, won't fix.
27 race:tracked_objects::ThreadData::ShutdownSingleThreadedCleanup
28
29 # http://crbug.com/115540
30 race:*GetCurrentThreadIdentifier
31
32 # http://crbug.com/120808
33 race:base/threading/watchdog.cc
34
35 # http://crbug.com/157586
36 race:third_party/libvpx/source/libvpx/vp8/decoder/threading.c
37
38 # http://crbug.com/158718
39 race:third_party/ffmpeg/libavcodec/pthread.c
40 race:third_party/ffmpeg/libavcodec/pthread_frame.c
41 race:third_party/ffmpeg/libavcodec/vp8.c
42 race:third_party/ffmpeg/libavutil/mem.c
43 race:*HashFrameForTesting
44 race:third_party/ffmpeg/libavcodec/h264pred.c
45 race:media::ReleaseData
46
47 # http://crbug.com/158922
48 race:third_party/libvpx/source/libvpx/vp8/encoder/*
49
50 # http://crbug.com/189177
51 race:thread_manager
52 race:v8::Locker::Initialize
53
54 # http://crbug.com/223352
55 race:uprv_malloc_46
56 race:uprv_realloc_46
57
58 # http://crbug.com/239359
59 race:media::TestInputCallback::OnData
60
61 # http://crbug.com/244368
62 race:skia::BeginPlatformPaint
63
64 # http://crbug.com/244385
65 race:unixTempFileDir
66
67 # http://crbug.com/244755
68 race:v8::internal::Zone::NewExpand
69 race:TooLateToEnableNow
70 race:adjust_segment_bytes_allocated
71
72 # http://crbug.com/244774
73 race:webrtc::RTPReceiver::ProcessBitrate
74 race:webrtc::RTPSender::ProcessBitrate
75 race:webrtc::VideoCodingModuleImpl::Decode
76 race:webrtc::RTPSender::SendOutgoingData
77 race:webrtc::VP8EncoderImpl::GetEncodedPartitions
78 race:webrtc::VP8EncoderImpl::Encode
79 race:webrtc::ViEEncoder::DeliverFrame
80 race:webrtc::vcm::VideoReceiver::Decode
81 race:webrtc::VCMReceiver::FrameForDecoding
82 race:*trace_event_unique_catstatic*
83
84 # http://crbug.com/244856
85 race:AutoPulseLock
86
87 # http://crbug.com/246968
88 race:webrtc::VideoCodingModuleImpl::RegisterPacketRequestCallback
89
90 # http://crbug.com/246970
91 race:webrtc::EventPosix::StartTimer
92
93 # http://crbug.com/246974
94 race:content::GpuWatchdogThread::CheckArmed
95
96 # http://crbug.com/257396
97 race:base::debug::TraceEventTestFixture_TraceSamplingScope_Test::TestBody
98
99 # http://crbug.com/258479
100 race:SamplingStateScope
101 race:g_trace_state
102
103 # http://crbug.com/258499
104 race:third_party/skia/include/core/SkRefCnt.h
105
106 # http://crbug.com/268924
107 race:base::g_power_monitor
108 race:base::PowerMonitor::PowerMonitor
109 race:base::PowerMonitor::AddObserver
110
111 # http://crbug.com/268941
112 race:tracked_objects::ThreadData::tls_index_
113
114 # http://crbug.com/270037
115 race:gLibCleanupFunctions
116
117 # http://crbug.com/272095
118 race:base::g_top_manager
119
120 # http://crbug.com/272987
121 race:webrtc::MediaStreamTrack<webrtc::AudioTrackInterface>::set_enabled
122
123 # http://crbug.com/273047
124 race:base::*::g_lazy_tls_ptr
125 race:IPC::SyncChannel::ReceivedSyncMsgQueue::lazy_tls_ptr_
126
127 # http://crbug.com/280466
128 race:content::WebRtcAudioCapturer::SetCapturerSource
129
130 # http://crbug.com/285242
131 race:media::PulseAudioOutputStream::SetVolume
132
133 # http://crbug.com/290964
134 race:PostponeInterruptsScope
135 race:v8::internal::StackGuard::RequestInstallCode
136
137 # http://crbug.com/296883
138 race:net::URLFetcherCore::Stop
139
140 # http://crbug.com/308590
141 race:CustomThreadWatcher::~CustomThreadWatcher
142
143 # http://crbug.com/310851
144 race:net::ProxyResolverV8Tracing::Job::~Job
145
146 # http://crbug.com/313726
147 race:CallbackWasCalled
148
149 # http://crbug.com/327330
150 race:PrepareTextureMailbox
151 race:cc::LayerTreeHost::PaintLayerContents
152
153 # http://crbug.com/328804
154 race:v8::internal::Heap::SetStackLimits
155 race:ScavengePointer
156
157 # http://crbug.com/328826
158 race:gLCDOrder
159 race:gLCDOrientation
160
161 # http://crbug.com/328868
162 race:PR_Lock
163
164 # http://crbug.com/329225
165 race:blink::currentTimeFunction
166
167 # http://crbug.com/329460
168 race:extensions::InfoMap::AddExtension
169
170 # http://crbug.com/330528
171 race:v8::internal::MarkCompactCollector::SweepInParallel
172
173 # http://crbug.com/333244
174 race:content::VideoCaptureImplTest::MockVideoCaptureImpl::~MockVideoCaptureImpl
175
176 # http://crbug.com/333871
177 race:v8::internal::Interface::NewValue()::value_interface
178 race:v8::internal::IsMinusZero(double)::minus_zero
179 race:v8::internal::FastCloneShallowObjectStub::InitializeInterfaceDescriptor
180 race:v8::internal::KeyedLoadStubCompiler::registers
181 race:v8::internal::KeyedStoreStubCompiler::registers()::registers
182 race:v8::internal::KeyedLoadFastElementStub::InitializeInterfaceDescriptor
183 race:v8::internal::KeyedStoreFastElementStub::InitializeInterfaceDescriptor
184 race:v8::internal::LoadStubCompiler::registers
185 race:v8::internal::StoreStubCompiler::registers
186 race:v8::internal::HValue::LoopWeight
187
188 # http://crbug.com/334140
189 race:CommandLine::HasSwitch
190 race:CommandLine::current_process_commandline_
191 race:CommandLine::GetSwitchValueASCII
192
193 # http://crbug.com/338675
194 race:blink::s_platform
195 race:content::RendererWebKitPlatformSupportImpl::~RendererWebKitPlatformSupportImpl
196
197 # http://crbug.com/345240
198 race:WTF::s_shutdown
199
200 # http://crbug.com/345245
201 race:jingle_glue::JingleThreadWrapper::~JingleThreadWrapper
202 race:webrtc::voe::Channel::UpdatePacketDelay
203 race:webrtc::voe::Channel::GetDelayEstimate
204 race:webrtc::VCMCodecDataBase::DeregisterReceiveCodec
205 race:webrtc::GainControlImpl::set_stream_analog_level
206
207 # http://crbug.com/345251
208 race:cc::s_next_layer_id
209
210 # http://crbug.com/345618
211 race:WebCore::AudioDestinationNode::render
212
213 # http://crbug.com/345624
214 race:media::DataSource::set_host
215
216 # http://crbug.com/347534
217 race:v8::internal::V8::TearDown
218
219 # http://crbug.com/347538
220 race:sctp_timer_start
221
222 # http://crbug.com/347548
223 race:cricket::WebRtcVideoMediaChannel::MaybeResetVieSendCodec
224 race:cricket::WebRtcVideoMediaChannel::SetSendCodec
225
226 # http://crbug.com/347553
227 race:blink::WebString::reset
228
229 # http://crbug.com/348511
230 race:webrtc::acm1::AudioCodingModuleImpl::PlayoutData10Ms
231
232 # http://crbug.com/348982
233 race:cricket::P2PTransportChannel::OnConnectionDestroyed
234 race:cricket::P2PTransportChannel::AddConnection
235
236 # http://crbug.com/348984
237 race:sctp_express_handle_sack
238
239 # http://crbug.com/350982
240 race:libvpx/vp9/decoder/vp9_thread.c
241
242 # http://crbug.com/361790
243 race:workerGlobalScopeDestroyed
244
245 # http://crbug.com/363999
246 race:v8::internal::EnterDebugger::*EnterDebugger
247
248 # http://crbug.com/364006
249 race:gfx::ImageFamily::~ImageFamily
250
251 # http://crbug.com/364014
252 race:WTF::Latin1Encoding()::globalLatin1Encoding
253
254 # https://code.google.com/p/v8/issues/detail?id=3143
255 race:v8::internal::FLAG_track_double_fields
256
257 # http://crbug.com/370244
258 race:cc::RenderingStatsInstrumentation::AccumulateAndClearImplThreadStats
259
260 # https://crbug.com/369257
261 # TODO(mtklein): annotate properly and remove suppressions.
262 race:SandboxIPCHandler::HandleFontMatchRequest
263 race:SkFontConfigInterfaceDirect::matchFamilyName
264 race:SkFontConfigInterface::GetSingletonDirectInterface