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

Side by Side Diff: tools/valgrind/drmemory/suppressions_full.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
OLDNEW
1 # This file contains suppressions for the Dr.Memory tool, see 1 # This file contains suppressions for the Dr.Memory tool, see
2 # http://dev.chromium.org/developers/how-tos/using-drmemory 2 # http://dev.chromium.org/developers/how-tos/using-drmemory
3 # 3 #
4 # This file should contain suppressions only for the reports happening 4 # This file should contain suppressions only for the reports happening
5 # in the 'full' mode (drmemory_full). 5 # in the 'full' mode (drmemory_full).
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light),
7 # please use suppressions.txt instead. 7 # please use suppressions.txt instead.
8 8
9 ############################################################### 9 ###############################################################
10 # Known reports on the third party we have no control over. 10 # Known reports on the third party we have no control over.
(...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 *!sqlite3Malloc 1246 *!sqlite3Malloc
1247 ... 1247 ...
1248 *!yy_reduce 1248 *!yy_reduce
1249 1249
1250 LEAK 1250 LEAK
1251 name=http://crbug.com/113847 (2) 1251 name=http://crbug.com/113847 (2)
1252 ... 1252 ...
1253 *!openDatabase 1253 *!openDatabase
1254 *!sqlite3_open 1254 *!sqlite3_open
1255 1255
1256 # Some unit tests must not be waiting for the file thread after deleting the
1257 # AppNotificationManager.
1258 LEAK
1259 name=http://crbug.com/115197
1260 ...
1261 *!operator new
1262 *!AppNotificationStorage::Create
1263 *!AppNotificationManager::LoadOnFileThread
1264
1265 LEAK 1256 LEAK
1266 name=http://crbug.com/115328 1257 name=http://crbug.com/115328
1267 ... 1258 ...
1268 *!GenericInfoViewTest_GenericInfoView_Test::TestBody 1259 *!GenericInfoViewTest_GenericInfoView_Test::TestBody
1269 1260
1270 UNINITIALIZED READ 1261 UNINITIALIZED READ
1271 name=http://crbug.com/116277 1262 name=http://crbug.com/116277
1272 *!MOZ_Z_deflate 1263 *!MOZ_Z_deflate
1273 *!zipCloseFileInZipRaw64 1264 *!zipCloseFileInZipRaw64
1274 1265
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1323 *!RenderProcessHostImpl::RenderProcessHostImpl 1314 *!RenderProcessHostImpl::RenderProcessHostImpl
1324 *!SiteInstanceImpl::GetProcess 1315 *!SiteInstanceImpl::GetProcess
1325 *!BrowserTestOffTheRecord_DelayProfileDestruction_Test::TestBody 1316 *!BrowserTestOffTheRecord_DelayProfileDestruction_Test::TestBody
1326 1317
1327 LEAK 1318 LEAK
1328 name=http://crbug.com/125807 1319 name=http://crbug.com/125807
1329 *!generic_cpp_alloc 1320 *!generic_cpp_alloc
1330 *!operator new 1321 *!operator new
1331 *!TransportSecurityPersister::TransportSecurityPersister 1322 *!TransportSecurityPersister::TransportSecurityPersister
1332 *!TransportSecurityPersisterTest::TransportSecurityPersisterTest 1323 *!TransportSecurityPersisterTest::TransportSecurityPersisterTest
OLDNEW
« no previous file with comments | « tools/heapcheck/unit_tests.gtest-heapcheck.txt ('k') | tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory_win32.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698