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 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1017 } | 1017 } |
1018 { | 1018 { |
1019 bug_80550_b | 1019 bug_80550_b |
1020 Heapcheck:Leak | 1020 Heapcheck:Leak |
1021 ... | 1021 ... |
1022 fun:RenderWidgetHost::WasHidden | 1022 fun:RenderWidgetHost::WasHidden |
1023 } | 1023 } |
1024 { | 1024 { |
1025 bug_80654 | 1025 bug_80654 |
1026 Heapcheck:Leak | 1026 Heapcheck:Leak |
1027 fun:__gnu_cxx::new_allocator::allocate | |
1028 fun:std::_Vector_base::_M_allocate | |
1029 fun:std::vector::_M_insert_aux | |
1030 fun:std::vector::push_back | |
1031 fun:ObserverListBase::AddObserver | |
1032 fun:net::SSLConfigService::AddObserver | |
1033 fun:*SSLClientSocketPool | |
1034 ... | |
1035 fun:*HttpNetworkSession | |
1036 ... | 1027 ... |
1037 fun:notifier::XmppClientSocketFactory::CreateTransportClientSocket | 1028 fun:notifier::XmppClientSocketFactory::CreateTransportClientSocket |
1038 fun:notifier::ChromeAsyncSocket::Connect | 1029 fun:notifier::ChromeAsyncSocket::Connect |
1039 fun:buzz::XmppClient::ProcessStartXmppLogin | 1030 fun:buzz::XmppClient::ProcessStartXmppLogin |
1040 fun:buzz::XmppClient::Process | 1031 fun:buzz::XmppClient::Process |
1041 fun:talk_base::Task::Step | 1032 fun:talk_base::Task::Step |
1042 fun:talk_base::TaskRunner::InternalRunTasks | 1033 fun:talk_base::TaskRunner::InternalRunTasks |
1043 fun:talk_base::TaskRunner::RunTasks | 1034 fun:talk_base::TaskRunner::RunTasks |
1044 fun:notifier::TaskPump::CheckAndRunTasks | 1035 fun:notifier::TaskPump::CheckAndRunTasks |
1045 } | 1036 } |
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1912 } | 1903 } |
1913 { | 1904 { |
1914 bug_128145 | 1905 bug_128145 |
1915 Heapcheck:Leak | 1906 Heapcheck:Leak |
1916 ... | 1907 ... |
1917 fun:BuildWebDataService | 1908 fun:BuildWebDataService |
1918 fun:RefcountedProfileKeyedServiceFactory::GetServiceForProfile | 1909 fun:RefcountedProfileKeyedServiceFactory::GetServiceForProfile |
1919 fun:RefcountedProfileKeyedServiceFactory::SetTestingFactoryAndUse | 1910 fun:RefcountedProfileKeyedServiceFactory::SetTestingFactoryAndUse |
1920 fun:TestingProfile::CreateWebDataService | 1911 fun:TestingProfile::CreateWebDataService |
1921 } | 1912 } |
OLD | NEW |