summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-13 12:53:42 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-13 12:53:42 +0000
commit50f87ecf7222f198a5c063aa6f484f11f35c4f54 (patch)
tree0c179fc4a4ace524bc5a3239a408f6ee62d171e0 /tools
parent5b3c96bb92d0349a46dddcb0d08c931fba03b267 (diff)
downloadchromium_src-50f87ecf7222f198a5c063aa6f484f11f35c4f54.zip
chromium_src-50f87ecf7222f198a5c063aa6f484f11f35c4f54.tar.gz
chromium_src-50f87ecf7222f198a5c063aa6f484f11f35c4f54.tar.bz2
Update the HeapChecker suppressions to make unit_tests green
TEST=heachecker bot shows unit_tests as green BUG=79322,79322,79326,79327,79328 TBR=glider Review URL: http://codereview.chromium.org/6836010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81401 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt44
1 files changed, 41 insertions, 3 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 840be3b..189c0f1 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1311,7 +1311,7 @@
fun:SimpleRenderer
}
{
- bug_79132
+ bug_79322a
Heapcheck:Leak
fun:__gnu_cxx::new_allocator::allocate
fun:std::string::_Rep::_S_create
@@ -1322,7 +1322,7 @@
fun:AutofillMetrics::Log
}
{
- bug_79138
+ bug_79322b
Heapcheck:Leak
fun:__gnu_cxx::new_allocator::allocate
fun:std::string::_Rep::_S_create
@@ -1333,7 +1333,7 @@
fun:HistoryQuickProviderTest::RunTest
}
{
- bug_79141
+ bug_79322c
Heapcheck:Leak
fun:__gnu_cxx::new_allocator::allocate
fun:std::string::_Rep::_S_create
@@ -1345,3 +1345,41 @@
fun:CustomThreadWatcher
fun:ThreadWatcherTest
}
+{
+ bug_79322d
+ 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:std::operator+
+ fun:AutocompleteController::Start
+ fun:::AutocompleteProviderTest::RunTest
+}
+{
+ bug_79326
+ Heapcheck:Leak
+ ...
+ fun:*string*
+ ...
+ fun:browser_sync::HttpBridge::SetUserAgent
+ fun:sync_api::SyncAPIBridgedPost::Init
+ fun:browser_sync::ServerConnectionManager::CheckTime
+ fun:browser_sync::ServerConnectionManager::IsServerReachable
+ fun:browser_sync::ServerConnectionManager::CheckServerReachable
+ fun:sync_api::SyncManager::SyncInternal::CheckServerReachable
+}
+{
+ bug_79327
+ Heapcheck:Leak
+ fun:HttpBridgeFactory
+ fun:browser_sync::SyncBackendHost::MakeHttpBridgeFactory
+ fun:browser_sync::SyncBackendHost::Initialize
+ fun:browser_sync::SyncBackendHostTest_InitShutdown_Test::TestBody
+}
+{
+ bug_79328
+ Heapcheck:Leak
+ fun:TestingProfile::CreateRequestContext
+ fun:browser_sync::ProfileSyncServiceSessionTest::SetUp
+}