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

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

Issue 8409001: Consolidate suppression 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
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions_mac.txt » ('j') | 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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 bug_100020 617 bug_100020
618 ThreadSanitizer:Race 618 ThreadSanitizer:Race
619 fun:linked_ptr_internal::join 619 fun:linked_ptr_internal::join
620 fun:linked_ptr::copy 620 fun:linked_ptr::copy
621 ... 621 ...
622 fun:HostContentSettingsMap::GetDefaultContentSetting 622 fun:HostContentSettingsMap::GetDefaultContentSetting
623 } 623 }
624 { 624 {
625 bug_101853_a 625 bug_101853_a
626 ThreadSanitizer:Race 626 ThreadSanitizer:Race
627 fun:disk_cache::Rankings::IncrementCounter
628 fun:disk_cache::Rankings::Insert
629 fun:disk_cache::Eviction::OnDoomEntryV2
630 ...
631 fun:disk_cache::BackendImpl::MatchEntry
632 fun:disk_cache::BackendImpl::InternalDoomEntry
633 }
634 {
635 bug_101853_b
636 ThreadSanitizer:Race
637 fun:disk_cache::BackendImpl::DecreaseNumEntries
638 fun:disk_cache::BackendImpl::RemoveEntry
639 fun:disk_cache::EntryImpl::DeleteEntryData
640 fun:disk_cache::EntryImpl::~EntryImpl
641 }
642 {
643 bug_101853_c
644 ThreadSanitizer:Race
627 fun:disk_cache::BackendImpl::DecreaseNumEntries 645 fun:disk_cache::BackendImpl::DecreaseNumEntries
628 fun:disk_cache::BackendImpl::DestroyInvalidEntry 646 fun:disk_cache::BackendImpl::DestroyInvalidEntry
629 fun:disk_cache::BackendImpl::MatchEntry 647 fun:disk_cache::BackendImpl::MatchEntry
630 fun:disk_cache::BackendImpl::InternalDoomEntry 648 fun:disk_cache::BackendImpl::InternalDoomEntry
631 } 649 }
632 { 650 {
633 bug_101853_b 651 bug_101853_d
634 ThreadSanitizer:Race 652 ThreadSanitizer:Race
635 fun:disk_cache::BackendImpl::GetEntryCount 653 fun:disk_cache::BackendImpl::GetEntryCount
636 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2 654 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2
637 fun:DiskCacheBackendTest_TrimInvalidEntry2_Test::TestBody 655 fun:DiskCacheBackendTest_TrimInvalidEntry2_Test::TestBody
638 } 656 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698