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

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

Issue 8437002: Move BrowserThread to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few updates. 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 | « content/shell/shell_browser_context.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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 fun:base::MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher 495 fun:base::MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher
496 fun:ProcessSingleton::LinuxWatcher::SocketReader::~SocketReader 496 fun:ProcessSingleton::LinuxWatcher::SocketReader::~SocketReader
497 fun:ProcessSingleton::LinuxWatcher::RemoveSocketReader 497 fun:ProcessSingleton::LinuxWatcher::RemoveSocketReader
498 fun:ProcessSingleton::LinuxWatcher::SocketReader::FinishWithACK 498 fun:ProcessSingleton::LinuxWatcher::SocketReader::FinishWithACK
499 fun:ProcessSingleton::LinuxWatcher::HandleMessage 499 fun:ProcessSingleton::LinuxWatcher::HandleMessage
500 } 500 }
501 { 501 {
502 bug_89141 502 bug_89141
503 ThreadSanitizer:Race 503 ThreadSanitizer:Race
504 fun:base::Thread::message_loop 504 fun:base::Thread::message_loop
505 fun:BrowserThread::IsMessageLoopValid 505 fun:content::BrowserThread::IsMessageLoopValid
506 fun:ThreadWatcherList::StartWatching 506 fun:ThreadWatcherList::StartWatching
507 fun:ThreadWatcherList::InitializeAndStartWatching 507 fun:ThreadWatcherList::InitializeAndStartWatching
508 } 508 }
509 { 509 {
510 bug_93757_a 510 bug_93757_a
511 ThreadSanitizer:Race 511 ThreadSanitizer:Race
512 fun:__memset_sse2 512 fun:__memset_sse2
513 fun:VisitedLinkMaster::CreateURLTable 513 fun:VisitedLinkMaster::CreateURLTable
514 } 514 }
515 { 515 {
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 } 635 }
636 { 636 {
637 bug_102134a 637 bug_102134a
638 ThreadSanitizer:Race 638 ThreadSanitizer:Race
639 fun:content::BrowserThreadImpl::~BrowserThreadImpl 639 fun:content::BrowserThreadImpl::~BrowserThreadImpl
640 fun:content::TestBrowserThread::~TestBrowserThread 640 fun:content::TestBrowserThread::~TestBrowserThread
641 } 641 }
642 { 642 {
643 bug_102134b 643 bug_102134b
644 ThreadSanitizer:Race 644 ThreadSanitizer:Race
645 fun:BrowserThread::~BrowserThread 645 fun:content::BrowserThread::~BrowserThread
646 fun:DeprecatedBrowserThread::~DeprecatedBrowserThread 646 fun:content::DeprecatedBrowserThread::~DeprecatedBrowserThread
647 } 647 }
648 { 648 {
649 bug_102327_a 649 bug_102327_a
650 ThreadSanitizer:Race 650 ThreadSanitizer:Race
651 fun:tracked_objects::ThreadData::Initialize 651 fun:tracked_objects::ThreadData::Initialize
652 fun:tracked_objects::ThreadData::InitializeThreadContext 652 fun:tracked_objects::ThreadData::InitializeThreadContext
653 fun:base::Thread::ThreadMain 653 fun:base::Thread::ThreadMain
654 fun:base::::ThreadFunc 654 fun:base::::ThreadFunc
655 } 655 }
656 { 656 {
657 bug_102327_b 657 bug_102327_b
658 ThreadSanitizer:Race 658 ThreadSanitizer:Race
659 ... 659 ...
660 fun:tracked_objects::ThreadData::TallyABirthIfActive 660 fun:tracked_objects::ThreadData::TallyABirthIfActive
661 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask 661 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask
662 fun:base::PosixDynamicThreadPool::WaitForTask 662 fun:base::PosixDynamicThreadPool::WaitForTask
663 fun:base::::WorkerThread::ThreadMain 663 fun:base::::WorkerThread::ThreadMain
664 fun:base::::ThreadFunc 664 fun:base::::ThreadFunc
665 } 665 }
OLDNEW
« no previous file with comments | « content/shell/shell_browser_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698