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

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

Issue 6499003: Another intentional leak introduced by r74850 (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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 Heapcheck:Leak 128 Heapcheck:Leak
129 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody 129 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody
130 } 130 }
131 { 131 {
132 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent 132 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent
133 Heapcheck:Leak 133 Heapcheck:Leak
134 fun:BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody 134 fun:BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody
135 fun:testing::HandleExceptionsInMethodIfSupported 135 fun:testing::HandleExceptionsInMethodIfSupported
136 fun:testing::Test::Run 136 fun:testing::Test::Run
137 } 137 }
138 {
139 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent
140 Heapcheck:Leak
141 fun:RefCountedThreadSafeBase
142 fun:RefCountedThreadSafe
143 fun:NeverDeleted
144 fun:BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody
145 fun:testing::HandleExceptionsInMethodIfSupported
146 fun:testing::Test::Run
147 fun:testing::TestInfo::Run
148 fun:testing::TestCase::Run
149 fun:testing::internal::UnitTestImpl::RunAllTests
150 fun:testing::HandleExceptionsInMethodIfSupported
151 }
138 #----------------------------------------------------------------------- 152 #-----------------------------------------------------------------------
139 # 3. Suppressions for real chromium bugs that are not yet fixed. 153 # 3. Suppressions for real chromium bugs that are not yet fixed.
140 # These should all be in chromium's bug tracking system (but a few aren't yet). 154 # These should all be in chromium's bug tracking system (but a few aren't yet).
141 # Periodically we should sweep this file and the bug tracker clean by 155 # Periodically we should sweep this file and the bug tracker clean by
142 # running overnight and removing outdated bugs/suppressions. 156 # running overnight and removing outdated bugs/suppressions.
143 { 157 {
144 bug_31643 158 bug_31643
145 Heapcheck:Leak 159 Heapcheck:Leak
146 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait 160 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait
147 fun:Syncer::SyncShare 161 fun:Syncer::SyncShare
(...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1236 fun:::DownloadFileTest::SetUp 1250 fun:::DownloadFileTest::SetUp
1237 } 1251 }
1238 { 1252 {
1239 bug_71909 1253 bug_71909
1240 Heapcheck:Leak 1254 Heapcheck:Leak
1241 fun:TestingProfile::CreateRequestContext 1255 fun:TestingProfile::CreateRequestContext
1242 fun:MockService 1256 fun:MockService
1243 ... 1257 ...
1244 fun:ExtensionUpdaterTest* 1258 fun:ExtensionUpdaterTest*
1245 } 1259 }
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