Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Unified Diff: tools/heapcheck/suppressions.txt

Issue 4808003: Fix Valgrind errors that occurred during testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge. Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index c79152688b5a2cdb43e22012e1e81d400416d346..c8144a07e3f5f308289f27dcfca77b1295ff963e 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1053,58 +1053,3 @@
fun:testing::HandleExceptionsInMethodIfSupported
fun:testing::Test::Run
}
-{
- bug_62943a
- Heapcheck:Leak
- ...
- fun:FakeURLFetcherFactory::CreateURLFetcher
- fun:URLFetcher::Create
- fun:safe_browsing::ClientSideDetectionService::StartClientReportPhishingRequest
- fun:*DispatchToMethod
-}
-{
- bug_62943b
- Heapcheck:Leak
- fun:__gnu_cxx::new_allocator::allocate
- fun:std::string::_Rep::_S_create
- fun:std::string::_S_construct
- fun:std::string::_S_construct_aux
- fun:std::string::_S_construct
- fun:basic_string
- ...
- fun:safe_browsing::ClientSideDetectionServiceTest_SendClientReportPhishingRequest_Test::TestBody
-}
-{
- bug_62943c
- Heapcheck:Leak
- fun:__gnu_cxx::new_allocator::allocate
- fun:std::string::_Rep::_S_create
- fun:std::string::_Rep::_M_clone
- fun:std::string::_Rep::_M_grab
- fun:std::string::assign
- fun:std::string::operator=
- fun:URLFetcher::set_upload_data
- fun:safe_browsing::ClientSideDetectionService::StartClientReportPhishingRequest
-}
-{
- bug_62943d
- Heapcheck:Leak
- fun:__gnu_cxx::new_allocator::allocate
- fun:std::string::_Rep::_S_create
- fun:std::string::_Rep::_M_clone
- fun:std::string::reserve
- fun:bool ::InitCanonical
- fun:GURL
- fun:safe_browsing::ClientSideDetectionService::StartClientReportPhishingRequest
-}
-{
- bug_62943e
- Heapcheck:Leak
- fun:__gnu_cxx::new_allocator::allocate
- fun:std::string::_Rep::_S_create
- fun:std::string::_Rep::_M_clone
- fun:std::string::_Rep::_M_grab
- fun:basic_string
- fun:FakeURLFetcherFactory::SetFakeResponse
- fun:safe_browsing::ClientSideDetectionServiceTest::SetClientReportPhishingResponse
-}
« no previous file with comments | « chrome/browser/safe_browsing/client_side_detection_service_unittest.cc ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698