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

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

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 5 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 | « sync/util/time.cc ('k') | tools/valgrind/drmemory/suppressions_full.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 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 ... 991 ...
992 fun:net::CookieMonster::CookieMonsterTask::InvokeCallback 992 fun:net::CookieMonster::CookieMonsterTask::InvokeCallback
993 } 993 }
994 { 994 {
995 bug_96904 995 bug_96904
996 Heapcheck:Leak 996 Heapcheck:Leak
997 ... 997 ...
998 fun:TestURLRequestContextGetter::GetURLRequestContext 998 fun:TestURLRequestContextGetter::GetURLRequestContext
999 fun:*SingleLoginAttempt 999 fun:*SingleLoginAttempt
1000 fun:notifier::Login::StartConnection 1000 fun:notifier::Login::StartConnection
1001 fun:csync::InvalidationNotifier::UpdateCredentials 1001 fun:syncer::InvalidationNotifier::UpdateCredentials
1002 fun:csync::NonBlockingInvalidationNotifier::Core::UpdateCredentials 1002 fun:syncer::NonBlockingInvalidationNotifier::Core::UpdateCredentials
1003 fun:void DispatchToMethod 1003 fun:void DispatchToMethod
1004 } 1004 }
1005 { 1005 {
1006 bug_98967 1006 bug_98967
1007 Heapcheck:Leak 1007 Heapcheck:Leak
1008 ... 1008 ...
1009 fun:V8ValueConverterImplTest_WeirdTypes_Test::TestBody 1009 fun:V8ValueConverterImplTest_WeirdTypes_Test::TestBody
1010 } 1010 }
1011 { 1011 {
1012 bug_99166_a 1012 bug_99166_a
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 fun:FilePath::AppendASCII 1338 fun:FilePath::AppendASCII
1339 fun:TraceSubscriberStdioTest_CanWriteDataToFile_Test::TestBody 1339 fun:TraceSubscriberStdioTest_CanWriteDataToFile_Test::TestBody
1340 } 1340 }
1341 { 1341 {
1342 bug_117389 1342 bug_117389
1343 Heapcheck:Leak 1343 Heapcheck:Leak
1344 ... 1344 ...
1345 fun:TestURLRequestContextGetter::GetURLRequestContext 1345 fun:TestURLRequestContextGetter::GetURLRequestContext
1346 ... 1346 ...
1347 fun:notifier::Login::StartConnection 1347 fun:notifier::Login::StartConnection
1348 fun:csync::InvalidationNotifier::UpdateCredentials 1348 fun:syncer::InvalidationNotifier::UpdateCredentials
1349 fun:csync::NonBlockingInvalidationNotifier::Core::UpdateCredentials 1349 fun:syncer::NonBlockingInvalidationNotifier::Core::UpdateCredentials
1350 } 1350 }
1351 { 1351 {
1352 bug_124758 1352 bug_124758
1353 Heapcheck:Leak 1353 Heapcheck:Leak
1354 fun:sqlite3MemMalloc 1354 fun:sqlite3MemMalloc
1355 fun:crypto::RSAPrivateKey::FindFromPublicKeyInfo 1355 fun:crypto::RSAPrivateKey::FindFromPublicKeyInfo
1356 fun:crypto::RSAPrivateKeyNSSTest_*_Test::TestBody 1356 fun:crypto::RSAPrivateKeyNSSTest_*_Test::TestBody
1357 } 1357 }
1358 { 1358 {
1359 bug_125129_a 1359 bug_125129_a
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1471 fun:gfx::RenderTextLinux::EnsureLayout 1471 fun:gfx::RenderTextLinux::EnsureLayout
1472 fun:gfx::RenderText::IndexOfAdjacentGrapheme 1472 fun:gfx::RenderText::IndexOfAdjacentGrapheme
1473 fun:gfx::RenderTextTest_GraphemePositions_Test::TestBody 1473 fun:gfx::RenderTextTest_GraphemePositions_Test::TestBody
1474 } 1474 }
1475 { 1475 {
1476 bug_134717 1476 bug_134717
1477 Heapcheck:Leak 1477 Heapcheck:Leak
1478 fun:ui::InputMethodIBus::CreateContext 1478 fun:ui::InputMethodIBus::CreateContext
1479 fun:ui::InputMethodIBus::Init 1479 fun:ui::InputMethodIBus::Init
1480 } 1480 }
OLDNEW
« no previous file with comments | « sync/util/time.cc ('k') | tools/valgrind/drmemory/suppressions_full.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698