| 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 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1804 fun:SkTypeface::CreateFromName | 1804 fun:SkTypeface::CreateFromName |
| 1805 fun:gfx::PlatformFontPango::* | 1805 fun:gfx::PlatformFontPango::* |
| 1806 } | 1806 } |
| 1807 { | 1807 { |
| 1808 bug_189194_a | 1808 bug_189194_a |
| 1809 Heapcheck:Leak | 1809 Heapcheck:Leak |
| 1810 ... | 1810 ... |
| 1811 fun:extensions::SettingsFrontend::Create | 1811 fun:extensions::SettingsFrontend::Create |
| 1812 fun:ExtensionService::ExtensionService | 1812 fun:ExtensionService::ExtensionService |
| 1813 fun:extensions::TestExtensionSystem::CreateExtensionService | 1813 fun:extensions::TestExtensionSystem::CreateExtensionService |
| 1814 fun:ProfileSigninConfirmationDialogTest::SetUp | 1814 fun:ProfileSigninConfirmationHelperTest::SetUp |
| 1815 } | |
| 1816 { | |
| 1817 bug_189194_b | |
| 1818 Heapcheck:Leak | |
| 1819 ... | |
| 1820 fun:ProfileSigninConfirmationDialogTest_*_Test::TestBody | |
| 1821 } | 1815 } |
| 1822 { | 1816 { |
| 1823 bug_225596 | 1817 bug_225596 |
| 1824 Heapcheck:Leak | 1818 Heapcheck:Leak |
| 1825 fun:chromeos::input_method::InputMethodManagerImpl::Init | 1819 fun:chromeos::input_method::InputMethodManagerImpl::Init |
| 1826 fun:chromeos::input_method::Initialize | 1820 fun:chromeos::input_method::Initialize |
| 1827 fun:chromeos::input_method::InputMethodConfigurationTest_TestInitialize_Test::
TestBody | 1821 fun:chromeos::input_method::InputMethodConfigurationTest_TestInitialize_Test::
TestBody |
| 1828 } | 1822 } |
| OLD | NEW |