| 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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 } | 617 } |
| 618 { | 618 { |
| 619 # See bug 12539 and 12549 | 619 # See bug 12539 and 12549 |
| 620 bug_12539 | 620 bug_12539 |
| 621 Memcheck:Leak | 621 Memcheck:Leak |
| 622 ... | 622 ... |
| 623 fun:_ZN7WebCore11ImageSource18createFrameAtIndexEj | 623 fun:_ZN7WebCore11ImageSource18createFrameAtIndexEj |
| 624 fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhj | 624 fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhj |
| 625 } | 625 } |
| 626 { | 626 { |
| 627 bug_15762 | |
| 628 Memcheck:Cond | |
| 629 fun:_ZN7testing8internal11CmpHelperEQIjjEENS_15AssertionResultEPKcS4_RKT_RKT0
_ | |
| 630 ... | |
| 631 fun:_ZN39ImageOperations_CreateMaskedBitmap_Test8TestBodyEv | |
| 632 } | |
| 633 { | |
| 634 # very common in ui tests | 627 # very common in ui tests |
| 635 bug_16089 | 628 bug_16089 |
| 636 Memcheck:Leak | 629 Memcheck:Leak |
| 637 fun:* | 630 fun:* |
| 638 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task | 631 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task |
| 639 ... | 632 ... |
| 640 fun:_ZN3net12HostResolver3Job5StartEv | 633 fun:_ZN3net12HostResolver3Job5StartEv |
| 641 } | 634 } |
| 642 { | 635 { |
| 643 # ditto, but tweaked to fire on bots, more robust against optimizer changes? | 636 # ditto, but tweaked to fire on bots, more robust against optimizer changes? |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 974 fun:_ZN11MessageLoop13RunAllPendingEv | 967 fun:_ZN11MessageLoop13RunAllPendingEv |
| 975 fun:_ZN46ExtensionsServiceTest_ExternalInstallPref_Test8TestBodyEv | 968 fun:_ZN46ExtensionsServiceTest_ExternalInstallPref_Test8TestBodyEv |
| 976 fun:_ZN7testing4Test3RunEv | 969 fun:_ZN7testing4Test3RunEv |
| 977 fun:_ZN7testing8internal12TestInfoImpl3RunEv | 970 fun:_ZN7testing8internal12TestInfoImpl3RunEv |
| 978 fun:_ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE | 971 fun:_ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE |
| 979 fun:_ZN7testing8TestCase3RunEv | 972 fun:_ZN7testing8TestCase3RunEv |
| 980 fun:_ZN7testing8TestCase11RunTestCaseEPS0_ | 973 fun:_ZN7testing8TestCase11RunTestCaseEPS0_ |
| 981 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv | 974 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv |
| 982 fun:_ZN7testing8UnitTest3RunEv | 975 fun:_ZN7testing8UnitTest3RunEv |
| 983 } | 976 } |
| OLD | NEW |