summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-25 09:42:14 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-25 09:42:14 +0000
commit7219c188f5a990e2510493e233e0e40c0e6bcf3a (patch)
tree033fe4255439bf134cd4dd21f88f4818c46cce5d /tools/heapcheck
parenta4f10c5daca80538c455e013b69b7cdc55be4a62 (diff)
downloadchromium_src-7219c188f5a990e2510493e233e0e40c0e6bcf3a.zip
chromium_src-7219c188f5a990e2510493e233e0e40c0e6bcf3a.tar.gz
chromium_src-7219c188f5a990e2510493e233e0e40c0e6bcf3a.tar.bz2
Extend the suppression for issue 81796 (leak in IPCChannelTest::ChannelProxyTest)
Suppress a leak in ProfileManagerTest.CreateProfilesAsync (issue 90369) BUG=81796,51572,90369 TBR=altimofeev Review URL: http://codereview.chromium.org/7492043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93866 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index b17f2b7..6042369 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1460,8 +1460,8 @@
Heapcheck:Leak
fun:base::MessageLoopProxy::CreateForCurrentThread
...
- fun:IPC::SyncChannel::SyncContext::SyncContext
- fun:IPC::SyncChannel::SyncChannel
+ fun:*SyncContext
+ fun:*SyncChannel
fun:ChildThread::Init
}
{
@@ -1632,6 +1632,16 @@
fun:PrefService::RegisterLocalizedStringPref
fun:TabContentsWrapper::RegisterUserPrefs
}
+{
+ bug_90369
+ Heapcheck:Leak
+ fun:std::string::_Rep::_S_create
+ fun:std::string::_Rep::_M_clone
+ fun:std::string::reserve
+ fun:std::string::append
+ fun:FilePath::Append
+ fun:ProfileManagerTest_CreateProfilesAsync_Test::TestBody
+}
# These are temporary suppressions for the CrOS bot to be used until the stacks are fixed.
{