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

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

Issue 12796009: Remove suppressions related to App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months 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 | « tools/code_coverage/coverage_posix.py ('k') | tools/heapcheck/unit_tests.gtest-heapcheck.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 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 fun:syncer::NonBlockingInvalidationNotifier::Core::UpdateCredentials 985 fun:syncer::NonBlockingInvalidationNotifier::Core::UpdateCredentials
986 fun:void DispatchToMethod 986 fun:void DispatchToMethod
987 } 987 }
988 { 988 {
989 bug_98967 989 bug_98967
990 Heapcheck:Leak 990 Heapcheck:Leak
991 ... 991 ...
992 fun:V8ValueConverterImplTest_WeirdTypes_Test::TestBody 992 fun:V8ValueConverterImplTest_WeirdTypes_Test::TestBody
993 } 993 }
994 { 994 {
995 bug_99166_a
996 Heapcheck:Leak
997 ...
998 fun:AppNotificationStorage::Create
999 }
1000 {
1001 bug_99166_b
1002 Heapcheck:Leak
1003 ...
1004 fun:AppNotificationManager::Init
1005 }
1006 {
1007 bug_99304 995 bug_99304
1008 Heapcheck:Leak 996 Heapcheck:Leak
1009 fun:v8::internal::SkipList::Update 997 fun:v8::internal::SkipList::Update
1010 fun:v8::internal::PagedSpace::AllocateRaw 998 fun:v8::internal::PagedSpace::AllocateRaw
1011 fun:v8::internal::Heap::ReserveSpace 999 fun:v8::internal::Heap::ReserveSpace
1012 fun:v8::internal::Deserializer::Deserialize 1000 fun:v8::internal::Deserializer::Deserialize
1013 fun:v8::internal::Isolate::Init 1001 fun:v8::internal::Isolate::Init
1014 fun:v8::internal::V8::Initialize 1002 fun:v8::internal::V8::Initialize
1015 fun:v8::internal::Snapshot::Initialize 1003 fun:v8::internal::Snapshot::Initialize
1016 fun:*InitializeHelper 1004 fun:*InitializeHelper
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
1840 fun:ExtensionService::ExtensionService 1828 fun:ExtensionService::ExtensionService
1841 fun:extensions::TestExtensionSystem::CreateExtensionService 1829 fun:extensions::TestExtensionSystem::CreateExtensionService
1842 fun:ProfileSigninConfirmationDialogTest::SetUp 1830 fun:ProfileSigninConfirmationDialogTest::SetUp
1843 } 1831 }
1844 { 1832 {
1845 bug_189194_b 1833 bug_189194_b
1846 Heapcheck:Leak 1834 Heapcheck:Leak
1847 ... 1835 ...
1848 fun:ProfileSigninConfirmationDialogTest_*_Test::TestBody 1836 fun:ProfileSigninConfirmationDialogTest_*_Test::TestBody
1849 } 1837 }
OLDNEW
« no previous file with comments | « tools/code_coverage/coverage_posix.py ('k') | tools/heapcheck/unit_tests.gtest-heapcheck.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698