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 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1046 bug_60872 | 1046 bug_60872 |
1047 Heapcheck:Leak | 1047 Heapcheck:Leak |
1048 fun:base::BaseTimer::Start | 1048 fun:base::BaseTimer::Start |
1049 fun:ReloadButtonGtk::OnClicked | 1049 fun:ReloadButtonGtk::OnClicked |
1050 fun:ReloadButtonGtk::OnClickedThunk | 1050 fun:ReloadButtonGtk::OnClickedThunk |
1051 fun:g_closure_invoke | 1051 fun:g_closure_invoke |
1052 fun:ReloadButtonGtkTest_*_Test::TestBody | 1052 fun:ReloadButtonGtkTest_*_Test::TestBody |
1053 fun:testing::HandleExceptionsInMethodIfSupported | 1053 fun:testing::HandleExceptionsInMethodIfSupported |
1054 fun:testing::Test::Run | 1054 fun:testing::Test::Run |
1055 } | 1055 } |
1056 { | |
1057 bug_62943a | |
1058 Heapcheck:Leak | |
1059 ... | |
1060 fun:FakeURLFetcherFactory::CreateURLFetcher | |
1061 fun:URLFetcher::Create | |
1062 fun:safe_browsing::ClientSideDetectionService::StartClientReportPhishingReque
st | |
1063 fun:*DispatchToMethod | |
1064 } | |
1065 { | |
1066 bug_62943b | |
1067 Heapcheck:Leak | |
1068 fun:__gnu_cxx::new_allocator::allocate | |
1069 fun:std::string::_Rep::_S_create | |
1070 fun:std::string::_S_construct | |
1071 fun:std::string::_S_construct_aux | |
1072 fun:std::string::_S_construct | |
1073 fun:basic_string | |
1074 ... | |
1075 fun:safe_browsing::ClientSideDetectionServiceTest_SendClientReportPhishingReq
uest_Test::TestBody | |
1076 } | |
1077 { | |
1078 bug_62943c | |
1079 Heapcheck:Leak | |
1080 fun:__gnu_cxx::new_allocator::allocate | |
1081 fun:std::string::_Rep::_S_create | |
1082 fun:std::string::_Rep::_M_clone | |
1083 fun:std::string::_Rep::_M_grab | |
1084 fun:std::string::assign | |
1085 fun:std::string::operator= | |
1086 fun:URLFetcher::set_upload_data | |
1087 fun:safe_browsing::ClientSideDetectionService::StartClientReportPhishingReque
st | |
1088 } | |
1089 { | |
1090 bug_62943d | |
1091 Heapcheck:Leak | |
1092 fun:__gnu_cxx::new_allocator::allocate | |
1093 fun:std::string::_Rep::_S_create | |
1094 fun:std::string::_Rep::_M_clone | |
1095 fun:std::string::reserve | |
1096 fun:bool ::InitCanonical | |
1097 fun:GURL | |
1098 fun:safe_browsing::ClientSideDetectionService::StartClientReportPhishingReque
st | |
1099 } | |
1100 { | |
1101 bug_62943e | |
1102 Heapcheck:Leak | |
1103 fun:__gnu_cxx::new_allocator::allocate | |
1104 fun:std::string::_Rep::_S_create | |
1105 fun:std::string::_Rep::_M_clone | |
1106 fun:std::string::_Rep::_M_grab | |
1107 fun:basic_string | |
1108 fun:FakeURLFetcherFactory::SetFakeResponse | |
1109 fun:safe_browsing::ClientSideDetectionServiceTest::SetClientReportPhishingRes
ponse | |
1110 } | |
OLD | NEW |