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

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

Issue 20910002: Revert r214000 to reland r213996. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add explicit glib-object.h include Created 7 years, 4 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 | « build/linux/system.gyp ('k') | ui/gfx/platform_font_pango_unittest.cc » ('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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 fun:v8::internal::SkipList::Update 407 fun:v8::internal::SkipList::Update
408 fun:v8::internal::PagedSpace::AllocateRaw 408 fun:v8::internal::PagedSpace::AllocateRaw
409 fun:v8::internal::Heap::ReserveSpace 409 fun:v8::internal::Heap::ReserveSpace
410 fun:v8::internal::Deserializer::Deserialize 410 fun:v8::internal::Deserializer::Deserialize
411 fun:v8::internal::Isolate::Init 411 fun:v8::internal::Isolate::Init
412 fun:v8::internal::V8::Initialize 412 fun:v8::internal::V8::Initialize
413 fun:v8::internal::Snapshot::Initialize 413 fun:v8::internal::Snapshot::Initialize
414 fun:*InitializeHelper 414 fun:*InitializeHelper
415 } 415 }
416 { 416 {
417 bug_114750_a
418 Heapcheck:Leak
419 fun:::FindBestMatchFontFamilyName
420 fun:gfx::PlatformFontPango::PlatformFontPango
421 fun:PlatformFontPangoTest_FamilyList_Test::TestBody
422 }
423 {
424 bug_114750_b
425 Heapcheck:Leak
426 fun:??
427 fun:FindBestMatchFontFamilyName
428 fun:PlatformFontPango
429 fun:gfx::PlatformFont::CreateFromNativeFont
430 fun:Font
431 fun:PlatformFontPango
432 fun:gfx::PlatformFont::CreateDefault
433 fun:Font
434 ...
435 fun:*Test*
436 }
437 {
438 bug_114770 417 bug_114770
439 Heapcheck:Leak 418 Heapcheck:Leak
440 ... 419 ...
441 fun:TestShell::InitializeTestShell 420 fun:TestShell::InitializeTestShell
442 fun:TestShellTestSuite::Initialize 421 fun:TestShellTestSuite::Initialize
443 fun:base::TestSuite::Run 422 fun:base::TestSuite::Run
444 } 423 }
445 { 424 {
446 bug_114978 425 bug_114978
447 Heapcheck:Leak 426 Heapcheck:Leak
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 ... 984 ...
1006 fun:EncodeDecodeTest_Elf_Small_Test::TestBody 985 fun:EncodeDecodeTest_Elf_Small_Test::TestBody
1007 } 986 }
1008 { 987 {
1009 bug_264225 988 bug_264225
1010 Heapcheck:Leak 989 Heapcheck:Leak
1011 ... 990 ...
1012 fun:TestingProfile::CreateRequestContext 991 fun:TestingProfile::CreateRequestContext
1013 fun:UbertokenFetcherTest::SetUp 992 fun:UbertokenFetcherTest::SetUp
1014 } 993 }
OLDNEW
« no previous file with comments | « build/linux/system.gyp ('k') | ui/gfx/platform_font_pango_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698