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

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

Issue 8418019: Suppress memcheck leaks and update a TSAN rule. (Closed) Base URL: svn://chrome-svn/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
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
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::* 545 fun:scoped_ptr::*
546 ... 546 ...
547 fun:media::FFmpegVideoDecoder*Test::~FFmpegVideoDecoder*Test 547 fun:media::FFmpegVideoDecode*Test::~FFmpegVideoDecode*Test
548 } 548 }
549 { 549 {
550 bug_93932_b 550 bug_93932_b
551 ThreadSanitizer:Race 551 ThreadSanitizer:Race
552 ... 552 ...
553 fun:ff_thread_decode_frame 553 fun:ff_thread_decode_frame
554 fun:avcodec_decode_video2 554 fun:avcodec_decode_video2
555 ... 555 ...
556 fun:media::FFmpegVideoDecodeEngine::DecodeFrame 556 fun:media::FFmpegVideoDecodeEngine::DecodeFrame
557 fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample 557 fun:media::FFmpegVideoDecodeEngine::ConsumeVideoSample
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 fun:disk_cache::BackendImpl::MatchEntry 633 fun:disk_cache::BackendImpl::MatchEntry
634 fun:disk_cache::BackendImpl::InternalDoomEntry 634 fun:disk_cache::BackendImpl::InternalDoomEntry
635 } 635 }
636 { 636 {
637 bug_101853_d 637 bug_101853_d
638 ThreadSanitizer:Race 638 ThreadSanitizer:Race
639 fun:disk_cache::BackendImpl::GetEntryCount 639 fun:disk_cache::BackendImpl::GetEntryCount
640 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2 640 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2
641 fun:DiskCacheBackendTest_* 641 fun:DiskCacheBackendTest_*
642 } 642 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698