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

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 8947015: Widen one HeapCheck suppression, fix one TSan suppression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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.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 three kinds of suppressions in this file. 1 # There are three 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 1724 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 ... 1735 ...
1736 fun:PeerConnectionHandlerTest_Basic_Test::TestBody 1736 fun:PeerConnectionHandlerTest_Basic_Test::TestBody
1737 } 1737 }
1738 { 1738 {
1739 bug_105667_a 1739 bug_105667_a
1740 Heapcheck:Leak 1740 Heapcheck:Leak
1741 fun:browser_sync::TypedUrlDataTypeController::StartAssociationAsync 1741 fun:browser_sync::TypedUrlDataTypeController::StartAssociationAsync
1742 fun:browser_sync::NonFrontendDataTypeController::Start 1742 fun:browser_sync::NonFrontendDataTypeController::Start
1743 fun:browser_sync::DataTypeManagerImpl::StartNextType 1743 fun:browser_sync::DataTypeManagerImpl::StartNextType
1744 fun:browser_sync::DataTypeManagerImpl::DownloadReady 1744 fun:browser_sync::DataTypeManagerImpl::DownloadReady
1745 fun:base::internal::RunnableAdapter::Run
1746 fun:base::internal::InvokeHelper::MakeItSo
1747 fun:base::internal::Invoker::Run
1748 fun:base::Callback::Run
1749 fun:browser_sync::SyncBackendHost::FinishConfigureDataTypesOnFrontendLoop
1750 fun:browser_sync::SyncBackendHostForProfileSyncTest::StartConfiguration
1751 fun:browser_sync::SyncBackendHost::ConfigureDataTypes
1752 fun:browser_sync::DataTypeManagerImpl::Restart
1753 fun:browser_sync::DataTypeManagerImpl::ConfigureImpl
1754 fun:browser_sync::DataTypeManagerImpl::Configure
1755 fun:ProfileSyncService::ConfigureDataTypeManager
1756 fun:ProfileSyncService::OnBackendInitialized
1757 fun:TestProfileSyncService::OnBackendInitialized
1758 fun:browser_sync::SyncBackendHost::HandleInitializationCompletedOnFrontendLoo p
1759 fun:browser_sync::SyncBackendHost::Core::HandleInitializationCompletedOnFront endLoop
1760 fun:base::internal::RunnableAdapter::Run
1761 fun:base::internal::InvokeHelper::MakeItSo
1762 fun:base::internal::Invoker::Run
1763 fun:base::Callback::Run
1764 } 1745 }
1765 { 1746 {
1766 bug_105667_b 1747 bug_105667_b
1767 Heapcheck:Leak 1748 Heapcheck:Leak
1768 fun:browser_sync::TypedUrlDataTypeController::StopAssociationAsync 1749 fun:browser_sync::TypedUrlDataTypeController::StopAssociationAsync
1769 fun:browser_sync::NonFrontendDataTypeController::Stop 1750 fun:browser_sync::NonFrontendDataTypeController::Stop
1770 fun:browser_sync::DataTypeManagerImpl::FinishStop 1751 fun:browser_sync::DataTypeManagerImpl::FinishStop
1771 fun:browser_sync::DataTypeManagerImpl::Stop 1752 fun:browser_sync::DataTypeManagerImpl::Stop
1772 fun:ProfileSyncService::Shutdown 1753 fun:ProfileSyncService::Shutdown
1773 } 1754 }
1774 { 1755 {
1775 bug_106109 1756 bug_106109
1776 Heapcheck:Leak 1757 Heapcheck:Leak
1777 ... 1758 ...
1778 fun:::DefaultFocusManagerFactory::CreateFocusManager 1759 fun:::DefaultFocusManagerFactory::CreateFocusManager
1779 fun:views::FocusManagerFactory::Create 1760 fun:views::FocusManagerFactory::Create
1780 fun:views::Widget::OnNativeWidgetCreated 1761 fun:views::Widget::OnNativeWidgetCreated
1781 fun:views::NativeWidgetGtk::InitNativeWidget 1762 fun:views::NativeWidgetGtk::InitNativeWidget
1782 fun:views::Widget::Init 1763 fun:views::Widget::Init
1783 fun:views::Widget::CreateWindowWithParentAndBounds 1764 fun:views::Widget::CreateWindowWithParentAndBounds
1784 fun:views::Widget::CreateWindowWithBounds 1765 fun:views::Widget::CreateWindowWithBounds
1785 fun:AccessibilityEventRouterViewsTest::CreateWindowWithContents 1766 fun:AccessibilityEventRouterViewsTest::CreateWindowWithContents
1786 fun:AccessibilityEventRouterViewsTest_TestFocusNotification_Test::TestBody 1767 fun:AccessibilityEventRouterViewsTest_TestFocusNotification_Test::TestBody
1787 } 1768 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698