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

Unified Diff: tools/valgrind/tsan/suppressions_mac.txt

Issue 8341110: Clean-up suppressions: remove duplicates from TSan/Mac and TSan/Linux, move a bunch of suppressio... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 months 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 side-by-side diff with in-line comments
Download patch
Index: tools/valgrind/tsan/suppressions_mac.txt
===================================================================
--- tools/valgrind/tsan/suppressions_mac.txt (revision 107715)
+++ tools/valgrind/tsan/suppressions_mac.txt (working copy)
@@ -157,69 +157,7 @@
fun:*PCMQueueOutAudioOutputStream*Stop*
}
-#-----------------------------------------------------------------------
-# 3. Suppressions for real chromium bugs that are not yet fixed.
-# These should all be in chromium's bug tracking system (but a few aren't yet).
-# Periodically we should sweep this file and the bug tracker clean by
-# running overnight and removing outdated bugs/suppressions.
-
{
- bug_93932_mac_a
- ThreadSanitizer:Race
- fun:frame_thread_free
- fun:avcodec_close
- fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine
- fun:scoped_ptr::reset
- fun:media::FFmpegVideoDecodeEngineTest::~FFmpegVideoDecodeEngineTest
-}
-{
- bug_93932_mac_b
- ThreadSanitizer:Race
- fun:frame_thread_free
- ...
- fun:avcodec_close
- fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine
- ...
- fun:scoped_ptr::~scoped_ptr
- fun:media::FFmpegVideoDecoder::~FFmpegVideoDecoder
- ...
- fun:scoped_refptr::~scoped_refptr
- fun:media::FFmpegVideoDecoderTest::~FFmpegVideoDecoderTest
-}
-{
- bug_93932_mac_c
- ThreadSanitizer:Race
- ...
- fun:media::FFmpegVideoDecodeEngine::DecodeFrame
- fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample
- fun:media::DemuxCompleteActionP2::gmock_Impl::gmock_PerformImpl
- fun:testing::internal::ActionHelper::Perform
- fun:testing::Action::Perform
- fun:testing::internal::ActionResultHolder::PerformAction
- fun:testing::internal::FunctionMockerBase::UntypedPerformAction
- fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith
- fun:testing::internal::FunctionMockerBase::InvokeWith
- fun:testing::internal::FunctionMocker::Invoke
- fun:media::FFmpegVideoDecodeEngineTest::ProduceVideoSample
- fun:media::FFmpegVideoDecodeEngineTest::ProduceVideoSample
- fun:media::FFmpegVideoDecodeEngine::ReadInput
- fun:media::FFmpegVideoDecodeEngine::ProduceVideoFrame
- fun:media::FFmpegVideoDecodeEngineTest::CallProduceVideoFrame
- fun:media::FFmpegVideoDecodeEngineTest::DecodeIFrameThenTestFile
- fun:media::FFmpegVideoDecodeEngineTest_DecodeFrame_SmallerWidth_Test::TestBody
-}
-{
- bug_93932_mac_d
- Memcheck:Overlap
- fun:memcpy
- fun:vp8_decode_update_thread_context
- ...
- fun:avcodec_decode_video2
- fun:_ZN5media23FFmpegVideoDecodeEngine11DecodeFrameE13scoped_refptrINS_6BufferEE
- fun:_ZN5media23FFmpegVideoDecodeEngine18ConsumeVideoSampleE13scoped_refptrINS_6BufferEE
- fun:_ZN5media18FFmpegVideoDecoder18OnReadCompleteTaskE13scoped_refptrINS_6BufferEE
-}
-{
bug_100313 TSan false positive
Timur Iskhodzhanov 2011/10/28 12:42:17 was: wrong section
ThreadSanitizer:Race
...
@@ -228,6 +166,13 @@
fun:file_util::OpenFile
fun:base::SharedMemory::CreateNamed
}
+
+#-----------------------------------------------------------------------
+# 3. Suppressions for real chromium bugs that are not yet fixed.
+# These should all be in chromium's bug tracking system (but a few aren't yet).
+# Periodically we should sweep this file and the bug tracker clean by
+# running overnight and removing outdated bugs/suppressions.
+
{
bug_100772a
ThreadSanitizer:Race
« 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