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

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

Issue 7859018: Fix a couple of data races found by TSAN Race Verifier in VideoCaptureController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/renderer_host/media/video_capture_controller.cc ('k') | 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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 } 507 }
508 508
509 { 509 {
510 bug_72548 510 bug_72548
511 ThreadSanitizer:Race 511 ThreadSanitizer:Race
512 ... 512 ...
513 fun:JSC::Yarr::Interpreter::*Disjunction* 513 fun:JSC::Yarr::Interpreter::*Disjunction*
514 fun:JSC::Yarr::Interpreter::interpret* 514 fun:JSC::Yarr::Interpreter::interpret*
515 fun:JSC::Yarr::interpret* 515 fun:JSC::Yarr::interpret*
516 } 516 }
517 {
518 bug_86507
519 ThreadSanitizer:Race
520 fun:VideoCaptureController::OnDeviceStopped
521 }
522 517
523 { 518 {
524 bug_86916 519 bug_86916
525 ThreadSanitizer:Race 520 ThreadSanitizer:Race
526 fun:loopfilter_frame 521 fun:loopfilter_frame
527 fun:loopfilter_thread 522 fun:loopfilter_thread
528 } 523 }
529 524
530 { 525 {
531 bug_87062a 526 bug_87062a
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 } 671 }
677 { 672 {
678 bug_95509 673 bug_95509
679 ThreadSanitizer:Race 674 ThreadSanitizer:Race
680 fun:base::SyncSocket::Close 675 fun:base::SyncSocket::Close
681 fun:AudioRendererImpl::OnStop 676 fun:AudioRendererImpl::OnStop
682 fun:media::AudioRendererBase::Stop 677 fun:media::AudioRendererBase::Stop
683 fun:media::CompositeFilter::CallFilter 678 fun:media::CompositeFilter::CallFilter
684 fun:media::CompositeFilter::SerialCallback 679 fun:media::CompositeFilter::SerialCallback
685 } 680 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/media/video_capture_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698