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

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

Issue 8427007: Thread::Stop() must be called before any subclass's destructor completes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Latest version as trybot-ted 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
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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 } 586 }
587 { 587 {
588 bug_100020 588 bug_100020
589 ThreadSanitizer:Race 589 ThreadSanitizer:Race
590 fun:linked_ptr_internal::join 590 fun:linked_ptr_internal::join
591 fun:linked_ptr::copy 591 fun:linked_ptr::copy
592 ... 592 ...
593 fun:HostContentSettingsMap::GetDefaultContentSetting 593 fun:HostContentSettingsMap::GetDefaultContentSetting
594 } 594 }
595 { 595 {
596 bug_102134a
597 ThreadSanitizer:Race
598 fun:content::BrowserThreadImpl::~BrowserThreadImpl
599 fun:content::TestBrowserThread::~TestBrowserThread
600 }
601 {
602 bug_102134b
603 ThreadSanitizer:Race
604 fun:content::BrowserThread::~BrowserThread
605 fun:content::DeprecatedBrowserThread::~DeprecatedBrowserThread
606 }
607 {
608 bug_102327_a 596 bug_102327_a
609 ThreadSanitizer:Race 597 ThreadSanitizer:Race
610 fun:tracked_objects::ThreadData::Initialize 598 fun:tracked_objects::ThreadData::Initialize
611 fun:tracked_objects::ThreadData::InitializeThreadContext 599 fun:tracked_objects::ThreadData::InitializeThreadContext
612 fun:base::Thread::ThreadMain 600 fun:base::Thread::ThreadMain
613 fun:base::::ThreadFunc 601 fun:base::::ThreadFunc
614 } 602 }
615 { 603 {
616 bug_102327_b 604 bug_102327_b
617 ThreadSanitizer:Race 605 ThreadSanitizer:Race
618 ... 606 ...
619 fun:tracked_objects::ThreadData::TallyABirthIfActive 607 fun:tracked_objects::ThreadData::TallyABirthIfActive
620 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask 608 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask
621 fun:base::PosixDynamicThreadPool::WaitForTask 609 fun:base::PosixDynamicThreadPool::WaitForTask
622 fun:base::::WorkerThread::ThreadMain 610 fun:base::::WorkerThread::ThreadMain
623 fun:base::::ThreadFunc 611 fun:base::::ThreadFunc
624 } 612 }
OLDNEW
« no previous file with comments | « net/base/network_change_notifier_linux.cc ('k') | webkit/appcache/appcache_update_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698