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

Side by Side Diff: tools/valgrind/tsan/suppressions.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 a few kinds of suppressions in this file. 1 # There are a few 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 { 535 {
536 bug_93932_a 536 bug_93932_a
537 ThreadSanitizer:Race 537 ThreadSanitizer:Race
538 ... 538 ...
539 fun:frame_thread_free 539 fun:frame_thread_free
540 ... 540 ...
541 fun:avcodec_close 541 fun:avcodec_close
542 ... 542 ...
543 fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine 543 fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine
544 ... 544 ...
545 fun:scoped_ptr::reset 545 fun:scoped_ptr::*
546 fun:media::FFmpegVideoDecodeEngineTest::~FFmpegVideoDecodeEngineTest 546 ...
547 fun:media::FFmpegVideoDecoder*Test::~FFmpegVideoDecoder*Test
547 } 548 }
548 { 549 {
549 bug_93932_b 550 bug_93932_b
550 ThreadSanitizer:Race 551 ThreadSanitizer:Race
551 ... 552 ...
552 fun:ff_thread_decode_frame 553 fun:ff_thread_decode_frame
553 fun:avcodec_decode_video2 554 fun:avcodec_decode_video2
554 ... 555 ...
555 fun:media::FFmpegVideoDecodeEngine::DecodeFrame 556 fun:media::FFmpegVideoDecodeEngine::DecodeFrame
556 fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample 557 fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample
557 fun:media::DemuxCompleteActionP2::gmock_Impl::gmock_PerformImpl
558 fun:testing::internal::ActionHelper::Perform
559 ...
560 fun:testing::Action::Perform
561 fun:testing::internal::ActionResultHolder::PerformAction
562 fun:testing::internal::FunctionMockerBase::UntypedPerformAction
563 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith
564 fun:testing::internal::FunctionMockerBase::InvokeWith
565 fun:testing::internal::FunctionMocker::Invoke
566 fun:media::FFmpegVideoDecodeEngineTest::ProduceVideoSample
567 ...
568 fun:media::FFmpegVideoDecodeEngine::ReadInput
569 } 558 }
570 { 559 {
571 bug_93932_c 560 bug_93932_c
572 ThreadSanitizer:Race 561 ThreadSanitizer:Race
573 fun:Replace_memcpy 562 fun:Replace_memcpy
574 fun:memcpy 563 fun:memcpy
575 fun:media::CopyPlane 564 fun:media::CopyPlane
576 fun:media::Copy*Plane 565 fun:media::Copy*Plane
577 fun:media::FFmpegVideoDecodeEngine::DecodeFrame 566 fun:media::FFmpegVideoDecodeEngine::DecodeFrame
578 fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample 567 fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample
579 fun:media::DemuxCompleteActionP2::gmock_Impl::gmock_PerformImpl
580 fun:testing::internal::ActionHelper::Perform
581 ...
582 fun:testing::Action::Perform
583 fun:testing::internal::ActionResultHolder::PerformAction
584 fun:testing::internal::FunctionMockerBase::UntypedPerformAction
585 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith
586 fun:testing::internal::FunctionMockerBase::InvokeWith
587 fun:testing::internal::FunctionMocker::Invoke
588 fun:media::FFmpegVideoDecodeEngineTest::ProduceVideoSample
589 ...
590 fun:media::FFmpegVideoDecodeEngine::ReadInput
591 } 568 }
592 { 569 {
593 bug_93932_d 570 bug_93932_d
594 ThreadSanitizer:Race 571 ThreadSanitizer:Race
595 fun:frame_worker_thread 572 fun:frame_worker_thread
596 } 573 }
597 { 574 {
598 bug_93932_e 575 bug_93932_e
599 ThreadSanitizer:Race 576 ThreadSanitizer:Race
600 ... 577 ...
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 fun:disk_cache::BackendImpl::DecreaseNumEntries 622 fun:disk_cache::BackendImpl::DecreaseNumEntries
646 fun:disk_cache::BackendImpl::DestroyInvalidEntry 623 fun:disk_cache::BackendImpl::DestroyInvalidEntry
647 fun:disk_cache::BackendImpl::MatchEntry 624 fun:disk_cache::BackendImpl::MatchEntry
648 fun:disk_cache::BackendImpl::InternalDoomEntry 625 fun:disk_cache::BackendImpl::InternalDoomEntry
649 } 626 }
650 { 627 {
651 bug_101853_d 628 bug_101853_d
652 ThreadSanitizer:Race 629 ThreadSanitizer:Race
653 fun:disk_cache::BackendImpl::GetEntryCount 630 fun:disk_cache::BackendImpl::GetEntryCount
654 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2 631 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2
655 fun:DiskCacheBackendTest_TrimInvalidEntry2_Test::TestBody 632 fun:DiskCacheBackendTest_*
656 } 633 }
634 {
635 <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.
636 ThreadSanitizer:Race
637 fun:Replace_memcpy
638 fun:memcpy
639 fun:media::CopyPlane
640 fun:media::CopyVPlane
641 fun:media::FFmpegVideoDecodeEngine::DecodeFrame
Timur Iskhodzhanov 2011/10/28 08:26:20 doesn't this match bug_92932_c ?
642 fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample
643 fun:media::FFmpegVideoDecoder::OnReadCompleteTask
644 fun:base::internal::Invoker2::DoInvoke
645 fun:base::Callback::Run
646 fun:MessageLoop::RunTask
647 }
648 {
649 <Put your suppression name here>
Timur Iskhodzhanov 2011/10/28 08:26:20 boo
650 ThreadSanitizer:Race
651 fun:submit_packet
652 fun:ff_thread_decode_frame
Timur Iskhodzhanov 2011/10/28 08:26:20 doesn't that match bug_93932_b?
653 fun:avcodec_decode_video2
654 fun:avcodec_decode_video2
655 fun:media::FFmpegVideoDecodeEngine::DecodeFrame
656 fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample
657 fun:media::FFmpegVideoDecoder::OnReadCompleteTask
658 fun:base::internal::Invoker2::DoInvoke
659 fun:base::Callback::Run
660 fun:MessageLoop::RunTask
661 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions_mac.txt » ('j') | tools/valgrind/tsan/suppressions_mac.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698