OLD | NEW |
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 Loading... |
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 { |
417 bug_114770 | 438 bug_114770 |
418 Heapcheck:Leak | 439 Heapcheck:Leak |
419 ... | 440 ... |
420 fun:TestShell::InitializeTestShell | 441 fun:TestShell::InitializeTestShell |
421 fun:TestShellTestSuite::Initialize | 442 fun:TestShellTestSuite::Initialize |
422 fun:base::TestSuite::Run | 443 fun:base::TestSuite::Run |
423 } | 444 } |
424 { | 445 { |
425 bug_114978 | 446 bug_114978 |
426 Heapcheck:Leak | 447 Heapcheck:Leak |
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
984 ... | 1005 ... |
985 fun:EncodeDecodeTest_Elf_Small_Test::TestBody | 1006 fun:EncodeDecodeTest_Elf_Small_Test::TestBody |
986 } | 1007 } |
987 { | 1008 { |
988 bug_264225 | 1009 bug_264225 |
989 Heapcheck:Leak | 1010 Heapcheck:Leak |
990 ... | 1011 ... |
991 fun:TestingProfile::CreateRequestContext | 1012 fun:TestingProfile::CreateRequestContext |
992 fun:UbertokenFetcherTest::SetUp | 1013 fun:UbertokenFetcherTest::SetUp |
993 } | 1014 } |
OLD | NEW |