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

Side by Side Diff: tools/valgrind/tsan/suppressions_mac.txt

Issue 8413028: Widen suppressoin for 101853 (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # There are two kinds of suppressions in this file. 1 # There are two kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. Intentional unit test errors, or stuff that is somehow a false positive 4 # 2. Intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 fun:*PCMQueueOutAudioOutputStream*Stop* 157 fun:*PCMQueueOutAudioOutputStream*Stop*
158 } 158 }
159 159
160 #----------------------------------------------------------------------- 160 #-----------------------------------------------------------------------
161 # 3. Suppressions for real chromium bugs that are not yet fixed. 161 # 3. Suppressions for real chromium bugs that are not yet fixed.
162 # These should all be in chromium's bug tracking system (but a few aren't yet). 162 # These should all be in chromium's bug tracking system (but a few aren't yet).
163 # Periodically we should sweep this file and the bug tracker clean by 163 # Periodically we should sweep this file and the bug tracker clean by
164 # running overnight and removing outdated bugs/suppressions. 164 # running overnight and removing outdated bugs/suppressions.
165 165
166 { 166 {
167 bug_93932_a 167 bug_93932_mac_a
168 ThreadSanitizer:Race 168 ThreadSanitizer:Race
169 fun:frame_thread_free 169 fun:frame_thread_free
170 fun:avcodec_close 170 fun:avcodec_close
171 fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine 171 fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine
172 fun:scoped_ptr::reset 172 fun:scoped_ptr::reset
173 fun:media::FFmpegVideoDecodeEngineTest::~FFmpegVideoDecodeEngineTest 173 fun:media::FFmpegVideoDecodeEngineTest::~FFmpegVideoDecodeEngineTest
174 } 174 }
175 { 175 {
176 bug_97822 176 bug_93932_mac_b
Timur Iskhodzhanov 2011/10/28 08:26:20 any reason to have Mac-only suppression duplicatin
oshima 2011/10/28 17:17:26 The particular error was happening on mac only bec
177 ThreadSanitizer:Race
178 fun:frame_thread_free
179 ...
180 fun:avcodec_close
181 fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine
182 ...
183 fun:scoped_ptr::~scoped_ptr
184 fun:media::FFmpegVideoDecoder::~FFmpegVideoDecoder
185 ...
186 fun:scoped_refptr::~scoped_refptr
187 fun:media::FFmpegVideoDecoderTest::~FFmpegVideoDecoderTest
188 }
189 {
190 bug_93932_mac_c
177 ThreadSanitizer:Race 191 ThreadSanitizer:Race
178 ... 192 ...
179 fun:media::FFmpegVideoDecodeEngine::DecodeFrame 193 fun:media::FFmpegVideoDecodeEngine::DecodeFrame
180 fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample 194 fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample
181 fun:media::DemuxCompleteActionP2::gmock_Impl::gmock_PerformImpl 195 fun:media::DemuxCompleteActionP2::gmock_Impl::gmock_PerformImpl
182 fun:testing::internal::ActionHelper::Perform 196 fun:testing::internal::ActionHelper::Perform
183 fun:testing::Action::Perform 197 fun:testing::Action::Perform
184 fun:testing::internal::ActionResultHolder::PerformAction 198 fun:testing::internal::ActionResultHolder::PerformAction
185 fun:testing::internal::FunctionMockerBase::UntypedPerformAction 199 fun:testing::internal::FunctionMockerBase::UntypedPerformAction
186 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith 200 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith
187 fun:testing::internal::FunctionMockerBase::InvokeWith 201 fun:testing::internal::FunctionMockerBase::InvokeWith
188 fun:testing::internal::FunctionMocker::Invoke 202 fun:testing::internal::FunctionMocker::Invoke
189 fun:media::FFmpegVideoDecodeEngineTest::ProduceVideoSample 203 fun:media::FFmpegVideoDecodeEngineTest::ProduceVideoSample
190 fun:media::FFmpegVideoDecodeEngineTest::ProduceVideoSample 204 fun:media::FFmpegVideoDecodeEngineTest::ProduceVideoSample
191 fun:media::FFmpegVideoDecodeEngine::ReadInput 205 fun:media::FFmpegVideoDecodeEngine::ReadInput
192 fun:media::FFmpegVideoDecodeEngine::ProduceVideoFrame 206 fun:media::FFmpegVideoDecodeEngine::ProduceVideoFrame
193 fun:media::FFmpegVideoDecodeEngineTest::CallProduceVideoFrame 207 fun:media::FFmpegVideoDecodeEngineTest::CallProduceVideoFrame
194 fun:media::FFmpegVideoDecodeEngineTest::DecodeIFrameThenTestFile 208 fun:media::FFmpegVideoDecodeEngineTest::DecodeIFrameThenTestFile
195 fun:media::FFmpegVideoDecodeEngineTest_DecodeFrame_SmallerWidth_Test::TestBod y 209 fun:media::FFmpegVideoDecodeEngineTest_DecodeFrame_SmallerWidth_Test::TestBod y
196 } 210 }
197 { 211 {
212 bug_93932_mac_d
213 Memcheck:Overlap
Timur Iskhodzhanov 2011/10/28 08:26:20 Memcheck doesn't check this file - please remove
oshima 2011/10/28 17:17:26 Sorry about that. I'll be careful next time. One n
214 fun:memcpy
215 fun:vp8_decode_update_thread_context
216 ...
217 fun:avcodec_decode_video2
218 fun:_ZN5media23FFmpegVideoDecodeEngine11DecodeFrameE13scoped_refptrINS_6Buffe rEE
219 fun:_ZN5media23FFmpegVideoDecodeEngine18ConsumeVideoSampleE13scoped_refptrINS _6BufferEE
220 fun:_ZN5media18FFmpegVideoDecoder18OnReadCompleteTaskE13scoped_refptrINS_6Buf ferEE
221 }
222 {
198 bug_100313 TSan false positive 223 bug_100313 TSan false positive
199 ThreadSanitizer:Race 224 ThreadSanitizer:Race
200 ... 225 ...
201 fun:__sfp 226 fun:__sfp
202 fun:fopen 227 fun:fopen
203 fun:file_util::OpenFile 228 fun:file_util::OpenFile
204 fun:base::SharedMemory::CreateNamed 229 fun:base::SharedMemory::CreateNamed
205 } 230 }
206 { 231 {
207 bug_100772a 232 bug_100772a
(...skipping 28 matching lines...) Expand all
236 fun:MIO::DAL::System::AtExitHandler 261 fun:MIO::DAL::System::AtExitHandler
237 fun:MIO::DAL::AtExit::AtExitHandler 262 fun:MIO::DAL::AtExit::AtExitHandler
238 } 263 }
239 { 264 {
240 bug_100772d 265 bug_100772d
241 ThreadSanitizer:Race 266 ThreadSanitizer:Race
242 fun:DVSignalSync 267 fun:DVSignalSync
243 fun:DVDeviceTerminate 268 fun:DVDeviceTerminate
244 } 269 }
245 270
OLDNEW
« tools/valgrind/tsan/suppressions.txt ('K') | « tools/valgrind/tsan/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698