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

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

Issue 6364015: Heapcheck leak in SyncUIUtilTest.ConstructAboutInformationWithUnrecoverableErrorTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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 | « 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 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 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1195 fun:ui::ElideUrl 1195 fun:ui::ElideUrl
1196 fun:ui::::RunTest 1196 fun:ui::::RunTest
1197 fun:ui::TextEliderTest_TestGeneralEliding_Test::TestBody 1197 fun:ui::TextEliderTest_TestGeneralEliding_Test::TestBody
1198 } 1198 }
1199 { 1199 {
1200 bug_70782 1200 bug_70782
1201 Heapcheck:Leak 1201 Heapcheck:Leak
1202 fun:SyncSetupWizard 1202 fun:SyncSetupWizard
1203 fun:ProfileSyncService 1203 fun:ProfileSyncService
1204 } 1204 }
1205 {
1206 bug_71070
1207 Heapcheck:Leak
1208 fun:__gnu_cxx::new_allocator::allocate
1209 fun:std::string::_Rep::_S_create
1210 fun:std::string::_S_construct
1211 fun:std::string::_S_construct_aux
1212 fun:std::string::_S_construct
1213 fun:basic_string
1214 fun:SyncResourcesSource
1215 fun:SyncSetupWizard
1216 fun:ProfileSyncService
1217 fun:ProfileSyncServiceMock
1218 fun:NiceMock
1219 fun:SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_Test:: TestBody
1220 }
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