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 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1789 fun:SkBitmap::allocPixels | 1789 fun:SkBitmap::allocPixels |
1790 fun:gfx::::DecodeInfoCallback | 1790 fun:gfx::::DecodeInfoCallback |
1791 fun:wk_png_push_have_info | 1791 fun:wk_png_push_have_info |
1792 fun:wk_png_push_read_chunk | 1792 fun:wk_png_push_read_chunk |
1793 fun:wk_png_process_some_data | 1793 fun:wk_png_process_some_data |
1794 fun:wk_png_process_data | 1794 fun:wk_png_process_data |
1795 fun:gfx::PNGCodec::Decode | 1795 fun:gfx::PNGCodec::Decode |
1796 fun:ui::ResourceBundle::LoadBitmap | 1796 fun:ui::ResourceBundle::LoadBitmap |
1797 fun:ui::ResourceBundle::GetImageNamed | 1797 fun:ui::ResourceBundle::GetImageNamed |
1798 fun:ui::ResourceBundle::GetBitmapNamed | 1798 fun:ui::ResourceBundle::GetBitmapNamed |
1799 ... | |
1800 fun:chromeos::UserManagerImplWrapper::* | |
1801 } | 1799 } |
1802 { | 1800 { |
1803 bug_116996_c | 1801 bug_116996_c |
1804 Heapcheck:Leak | 1802 Heapcheck:Leak |
1805 fun:std::*string::_Rep::_S_create | 1803 fun:std::*string::_Rep::_S_create |
1806 fun:std::*string::copy | 1804 fun:std::*string::copy |
1807 fun:std::basic_string::basic_string | 1805 fun:std::basic_string::basic_string |
1808 fun:chromeos::*_Test::TestBody | 1806 fun:chromeos::*_Test::TestBody |
1809 } | 1807 } |
1810 { | 1808 { |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1876 } | 1874 } |
1877 { | 1875 { |
1878 bug_118203 | 1876 bug_118203 |
1879 Heapcheck:Leak | 1877 Heapcheck:Leak |
1880 ... | 1878 ... |
1881 fun:invalidation::NewPermanentCallback | 1879 fun:invalidation::NewPermanentCallback |
1882 fun:invalidation::InvalidationClientImpl::ScheduleStartAfterReadingStateBlob | 1880 fun:invalidation::InvalidationClientImpl::ScheduleStartAfterReadingStateBlob |
1883 fun:invalidation::InvalidationClientImpl::Start | 1881 fun:invalidation::InvalidationClientImpl::Start |
1884 fun:sync_notifier::ChromeInvalidationClient::Start | 1882 fun:sync_notifier::ChromeInvalidationClient::Start |
1885 } | 1883 } |
OLD | NEW |