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

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

Issue 8431020: TSan: Remove suppressions for DiskCacheBackendTest::BackendTrimInvalidEntry2 (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 | 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 bug_100026 338 bug_100026
339 ThreadSanitizer:Race 339 ThreadSanitizer:Race
340 ... 340 ...
341 fun:std::ostream::operator* 341 fun:std::ostream::operator*
342 ... 342 ...
343 fun:logging::LogMessage::*LogMessage 343 fun:logging::LogMessage::*LogMessage
344 fun:base::PlatformThread::SetThreadPriority 344 fun:base::PlatformThread::SetThreadPriority
345 fun:base::SimpleThread::SetThreadPriority 345 fun:base::SimpleThread::SetThreadPriority
346 fun:AudioRendererImpl::Run 346 fun:AudioRendererImpl::Run
347 } 347 }
348 {
349 Intentional race in net_unittest
350 ThreadSanitizer:Race
351 fun:disk_cache::BackendImpl::GetEntryCount
352 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2
353 fun:DiskCacheBackendTest_TrimInvalidEntry2_Test::TestBody
354 fun:testing::internal::HandleSehExceptionsInMethodIfSupported
355 }
356 348
357 ############################ 349 ############################
358 # 2.2 Benign races in Chromium 350 # 2.2 Benign races in Chromium
359 { 351 {
360 bug_61179 [benign race on tracked_objects::Births] 352 bug_61179 [benign race on tracked_objects::Births]
361 ThreadSanitizer:Race 353 ThreadSanitizer:Race
362 fun:tracked_objects::Births::*Birth* 354 fun:tracked_objects::Births::*Birth*
363 } 355 }
364 356
365 { 357 {
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 } 586 }
595 { 587 {
596 bug_100020 588 bug_100020
597 ThreadSanitizer:Race 589 ThreadSanitizer:Race
598 fun:linked_ptr_internal::join 590 fun:linked_ptr_internal::join
599 fun:linked_ptr::copy 591 fun:linked_ptr::copy
600 ... 592 ...
601 fun:HostContentSettingsMap::GetDefaultContentSetting 593 fun:HostContentSettingsMap::GetDefaultContentSetting
602 } 594 }
603 { 595 {
604 bug_101853_a
605 ThreadSanitizer:Race
606 fun:disk_cache::Rankings::IncrementCounter
607 fun:disk_cache::Rankings::Insert
608 fun:disk_cache::Eviction::OnDoomEntryV2
609 ...
610 fun:disk_cache::BackendImpl::MatchEntry
611 fun:disk_cache::BackendImpl::InternalDoomEntry
612 }
613 {
614 bug_101853_b
615 ThreadSanitizer:Race
616 fun:disk_cache::BackendImpl::DecreaseNumEntries
617 fun:disk_cache::BackendImpl::RemoveEntry
618 fun:disk_cache::EntryImpl::DeleteEntryData
619 fun:disk_cache::EntryImpl::~EntryImpl
620 }
621 {
622 bug_101853_c
623 ThreadSanitizer:Race
624 fun:disk_cache::BackendImpl::DecreaseNumEntries
625 fun:disk_cache::BackendImpl::DestroyInvalidEntry
626 fun:disk_cache::BackendImpl::MatchEntry
627 fun:disk_cache::BackendImpl::InternalDoomEntry
628 }
629 {
630 bug_101853_d
631 ThreadSanitizer:Race
632 fun:disk_cache::BackendImpl::GetEntryCount
633 fun:DiskCacheBackendTest::BackendTrimInvalidEntry2
634 fun:DiskCacheBackendTest_*
635 }
636 {
637 bug_102134a 596 bug_102134a
638 ThreadSanitizer:Race 597 ThreadSanitizer:Race
639 fun:content::BrowserThreadImpl::~BrowserThreadImpl 598 fun:content::BrowserThreadImpl::~BrowserThreadImpl
640 fun:content::TestBrowserThread::~TestBrowserThread 599 fun:content::TestBrowserThread::~TestBrowserThread
641 } 600 }
642 { 601 {
643 bug_102134b 602 bug_102134b
644 ThreadSanitizer:Race 603 ThreadSanitizer:Race
645 fun:BrowserThread::~BrowserThread 604 fun:BrowserThread::~BrowserThread
646 fun:DeprecatedBrowserThread::~DeprecatedBrowserThread 605 fun:DeprecatedBrowserThread::~DeprecatedBrowserThread
647 } 606 }
648 { 607 {
649 bug_102327_a 608 bug_102327_a
650 ThreadSanitizer:Race 609 ThreadSanitizer:Race
651 fun:tracked_objects::ThreadData::Initialize 610 fun:tracked_objects::ThreadData::Initialize
652 fun:tracked_objects::ThreadData::InitializeThreadContext 611 fun:tracked_objects::ThreadData::InitializeThreadContext
653 fun:base::Thread::ThreadMain 612 fun:base::Thread::ThreadMain
654 fun:base::::ThreadFunc 613 fun:base::::ThreadFunc
655 } 614 }
656 { 615 {
657 bug_102327_b 616 bug_102327_b
658 ThreadSanitizer:Race 617 ThreadSanitizer:Race
659 ... 618 ...
660 fun:tracked_objects::ThreadData::TallyABirthIfActive 619 fun:tracked_objects::ThreadData::TallyABirthIfActive
661 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask 620 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask
662 fun:base::PosixDynamicThreadPool::WaitForTask 621 fun:base::PosixDynamicThreadPool::WaitForTask
663 fun:base::::WorkerThread::ThreadMain 622 fun:base::::WorkerThread::ThreadMain
664 fun:base::::ThreadFunc 623 fun:base::::ThreadFunc
665 } 624 }
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