Index: tools/valgrind/tsan/suppressions.txt |
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt |
index 4fcf3b2629eea42972b179ed7c68a72166ea4dd9..9928d17881d18e4752a75ac1e708d7e9860b3490 100644 |
--- a/tools/valgrind/tsan/suppressions.txt |
+++ b/tools/valgrind/tsan/suppressions.txt |
@@ -542,8 +542,9 @@ |
... |
fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine |
... |
- fun:scoped_ptr::reset |
- fun:media::FFmpegVideoDecodeEngineTest::~FFmpegVideoDecodeEngineTest |
+ fun:scoped_ptr::* |
+ ... |
+ fun:media::FFmpegVideoDecoder*Test::~FFmpegVideoDecoder*Test |
} |
{ |
bug_93932_b |
@@ -554,18 +555,6 @@ |
... |
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::FFmpegVideoDecodeEngine::ReadInput |
} |
{ |
bug_93932_c |
@@ -576,18 +565,6 @@ |
fun:media::Copy*Plane |
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::FFmpegVideoDecodeEngine::ReadInput |
} |
{ |
bug_93932_d |
@@ -652,5 +629,33 @@ |
ThreadSanitizer:Race |
fun:disk_cache::BackendImpl::GetEntryCount |
fun:DiskCacheBackendTest::BackendTrimInvalidEntry2 |
- fun:DiskCacheBackendTest_TrimInvalidEntry2_Test::TestBody |
+ fun:DiskCacheBackendTest_* |
+} |
+{ |
+ <Put your suppression name here> |
Timur Iskhodzhanov
2011/10/28 08:26:20
baaah
oshima
2011/10/28 17:17:26
These seems to be cut&pasted without my intention.
|
+ ThreadSanitizer:Race |
+ fun:Replace_memcpy |
+ fun:memcpy |
+ fun:media::CopyPlane |
+ fun:media::CopyVPlane |
+ fun:media::FFmpegVideoDecodeEngine::DecodeFrame |
Timur Iskhodzhanov
2011/10/28 08:26:20
doesn't this match bug_92932_c ?
|
+ fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample |
+ fun:media::FFmpegVideoDecoder::OnReadCompleteTask |
+ fun:base::internal::Invoker2::DoInvoke |
+ fun:base::Callback::Run |
+ fun:MessageLoop::RunTask |
+} |
+{ |
+ <Put your suppression name here> |
Timur Iskhodzhanov
2011/10/28 08:26:20
boo
|
+ ThreadSanitizer:Race |
+ fun:submit_packet |
+ fun:ff_thread_decode_frame |
Timur Iskhodzhanov
2011/10/28 08:26:20
doesn't that match bug_93932_b?
|
+ fun:avcodec_decode_video2 |
+ fun:avcodec_decode_video2 |
+ fun:media::FFmpegVideoDecodeEngine::DecodeFrame |
+ fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample |
+ fun:media::FFmpegVideoDecoder::OnReadCompleteTask |
+ fun:base::internal::Invoker2::DoInvoke |
+ fun:base::Callback::Run |
+ fun:MessageLoop::RunTask |
} |