summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorcbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-23 19:10:00 +0000
committercbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-23 19:10:00 +0000
commit6c940ec61966d3bd3a140448ad42e64fa454bdda (patch)
tree9fed28bdf80b1aab26707bcfd32c85b7c2cf978c /tools
parent08cc065ecef2a8c8e66c9aae8a28371de4512de0 (diff)
downloadchromium_src-6c940ec61966d3bd3a140448ad42e64fa454bdda.zip
chromium_src-6c940ec61966d3bd3a140448ad42e64fa454bdda.tar.gz
chromium_src-6c940ec61966d3bd3a140448ad42e64fa454bdda.tar.bz2
Heapcheck suppression for CreateProfileAsyncMultipleRequests
BUG=90369 TBR=altimofeev@chromium.org Review URL: http://codereview.chromium.org/7720007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97896 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 3dac630..409a001 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1637,7 +1637,7 @@
fun:TabContentsWrapper::RegisterUserPrefs
}
{
- bug_90369
+ bug_90369_a
Heapcheck:Leak
fun:std::string::_Rep::_S_create
fun:std::string::_Rep::_M_clone
@@ -1647,6 +1647,16 @@
fun:ProfileManagerTest_CreateProfilesAsync_Test::TestBody
}
{
+ bug_90369_b
+ 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_CreateProfileAsyncMultipleRequests_Test::TestBody
+}
+{
bug_90381_a
Heapcheck:Leak
...