Upstream version 5.34.104.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 # See http://crbug.com/181502
51 race:_M_rep
52 race:_M_is_leaked
53
54 # http://crbug.com/189177
55 race:thread_manager
56 race:v8::Locker::Initialize
57
58 # http://crbug.com/223352
59 race:uprv_malloc_46
60 race:uprv_realloc_46
61
62 # http://crbug.com/239359
63 race:media::TestInputCallback::OnData
64
65 # http://crbug.com/244368
66 race:skia::BeginPlatformPaint
67
68 # http://crbug.com/244385
69 race:unixTempFileDir
70
71 # http://crbug.com/244755
72 race:v8::internal::Zone::NewExpand
73 race:TooLateToEnableNow
74 race:adjust_segment_bytes_allocated
75
76 # http://crbug.com/244774
77 race:webrtc::RTPReceiver::ProcessBitrate
78 race:webrtc::RTPSender::ProcessBitrate
79 race:webrtc::VideoCodingModuleImpl::Decode
80 race:webrtc::RTPSender::SendOutgoingData
81 race:webrtc::VP8EncoderImpl::GetEncodedPartitions
82 race:webrtc::VP8EncoderImpl::Encode
83 race:webrtc::ViEEncoder::DeliverFrame
84
85 # http://crbug.com/244856
86 race:AutoPulseLock
87
88 # http://crbug.com/246968
89 race:webrtc::VideoCodingModuleImpl::RegisterPacketRequestCallback
90
91 # http://crbug.com/246970
92 race:webrtc::EventPosix::StartTimer
93
94 # http://crbug.com/246974
95 race:content::GpuWatchdogThread::CheckArmed
96
97 # http://crbug.com/257396
98 race:base::debug::TraceEventTestFixture_TraceSamplingScope_Test::TestBody
99
100 # http://crbug.com/258479
101 race:SamplingStateScope
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/342662
198 race:SetWindowList