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

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

Issue 8835007: Update TSan suppressions to account for the recent change: FFmpegVideoDecodeEngine -> FFmpegVideo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 fun:content::BrowserThread::IsMessageLoopValid 512 fun:content::BrowserThread::IsMessageLoopValid
513 fun:ThreadWatcherList::StartWatching 513 fun:ThreadWatcherList::StartWatching
514 fun:ThreadWatcherList::InitializeAndStartWatching 514 fun:ThreadWatcherList::InitializeAndStartWatching
515 } 515 }
516 { 516 {
517 bug_93932_a 517 bug_93932_a
518 ThreadSanitizer:Race 518 ThreadSanitizer:Race
519 ... 519 ...
520 fun:avcodec_close 520 fun:avcodec_close
521 ... 521 ...
522 fun:media::FFmpegVideoDecodeEngine::Uninitialize 522 fun:media::FFmpegVideoDecoder::*
523 ... 523 ...
524 fun:media::FFmpegVideoDecode*Test::* 524 fun:media::FFmpegVideoDecode*Test::*
525 } 525 }
526 { 526 {
527 bug_93932_b 527 bug_93932_b
528 ThreadSanitizer:Race 528 ThreadSanitizer:Race
529 ... 529 ...
530 fun:ff_thread_decode_frame 530 fun:ff_thread_decode_frame
531 fun:avcodec_decode_video2 531 fun:avcodec_decode_video2
532 ... 532 ...
533 fun:media::FFmpegVideoDecodeEngine::Decode* 533 fun:media::FFmpegVideoDecoder::Decode*
534 } 534 }
535 { 535 {
536 bug_93932_c 536 bug_93932_c
537 ThreadSanitizer:Race 537 ThreadSanitizer:Race
538 fun:Replace_memcpy 538 fun:Replace_memcpy
539 fun:memcpy 539 fun:memcpy
540 fun:media::CopyPlane 540 fun:media::CopyPlane
541 ... 541 ...
542 fun:media::FFmpegVideoDecodeEngine::Decode* 542 fun:media::FFmpegVideoDecoder::Decode*
543 } 543 }
544 { 544 {
545 bug_93932_d 545 bug_93932_d
546 ThreadSanitizer:Race 546 ThreadSanitizer:Race
547 fun:frame_worker_thread 547 fun:frame_worker_thread
548 } 548 }
549 { 549 {
550 bug_93932_e 550 bug_93932_e
551 ThreadSanitizer:Race 551 ThreadSanitizer:Race
552 ...
553 fun:frame_thread_free
554 fun:avcodec_close
555 fun:media::FFmpegVideoDecodeEngine::~FFmpegVideoDecodeEngine
556 fun:scoped_ptr::reset
557 fun:media::FFmpegVideoDecodeEngineTest::~FFmpegVideoDecodeEngineTest
558 }
559 {
560 bug_93932_f
561 ThreadSanitizer:Race
562 fun:submit_packet
563 fun:ff_thread_decode_frame
564 fun:avcodec_decode_video2
565 fun:avcodec_decode_video2
566 fun:media::FFmpegVideoDecodeEngine::Decode*
567 }
568 {
569 bug_93932_g
570 ThreadSanitizer:Race
571 fun:Replace_memcpy 552 fun:Replace_memcpy
572 fun:memcpy 553 fun:memcpy
573 fun:ff_thread_decode_frame 554 fun:ff_thread_decode_frame
574 ... 555 ...
575 fun:media::FFmpegVideoDecodeEngine::Decode* 556 fun:media::FFmpegVideoDecoder::Decode*
576 } 557 }
577 { 558 {
578 bug_95509 559 bug_95509
579 ThreadSanitizer:Race 560 ThreadSanitizer:Race
580 fun:base::SyncSocket::Close 561 fun:base::SyncSocket::Close
581 fun:AudioRendererImpl::OnStop 562 fun:AudioRendererImpl::OnStop
582 fun:media::AudioRendererBase::Stop 563 fun:media::AudioRendererBase::Stop
583 fun:media::CompositeFilter::CallFilter 564 fun:media::CompositeFilter::CallFilter
584 fun:media::CompositeFilter::SerialCallback 565 fun:media::CompositeFilter::SerialCallback
585 } 566 }
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 fun:ChromeMain 685 fun:ChromeMain
705 fun:main 686 fun:main
706 } 687 }
707 { 688 {
708 bug_106196 689 bug_106196
709 ThreadSanitizer:Race 690 ThreadSanitizer:Race
710 fun:tracked_objects::ThreadData::InitializeAndSetTrackingStatus 691 fun:tracked_objects::ThreadData::InitializeAndSetTrackingStatus
711 fun:ChildThread::OnSetProfilerStatus 692 fun:ChildThread::OnSetProfilerStatus
712 fun:DispatchToMethod 693 fun:DispatchToMethod
713 } 694 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698