summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-21 19:21:53 +0000
committeroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-21 19:21:53 +0000
commitf020428b6ff317d7785c97468fd2173cccfa097e (patch)
treeffe2e8d157fc7442e43d5fade60414b057fe64a6
parentbe64a836e964d96a33bc3f064a84bd811d09e80a (diff)
downloadchromium_src-f020428b6ff317d7785c97468fd2173cccfa097e.zip
chromium_src-f020428b6ff317d7785c97468fd2173cccfa097e.tar.gz
chromium_src-f020428b6ff317d7785c97468fd2173cccfa097e.tar.bz2
Suppress leaks in TestProfile and FilePath/VisitedLinkTest/HistoryTest
crbug.com is down so i'm suppressing without bugs for now. I'll update the suppression with bug once filed. TBR=qsr@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/7981032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102144 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/heapcheck/suppressions.txt49
1 files changed, 49 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 2b38aa4..990cab3 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1658,3 +1658,52 @@
fun:browser_sync::SyncableServiceAdapter::AssociateModels
fun:browser_sync::NonFrontendDataTypeController::StartAssociation
}
+{
+ bug_tbd_101732_qsr_1
+ 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:FilePath::AppendASCII
+ fun:history::HistoryTest::SetUp
+}
+{
+ bug_tbd_101732_qsr_2
+ 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:FilePath::AppendASCII
+ fun:VisitedLinkTest::SetUp
+}
+{
+ bug_tbd_102077_102081
+ Heapcheck:Leak
+ ...
+ fun:std::string::_Rep::_S_create
+ fun:std::string::_S_construct
+ fun:std::string::_S_construct_aux
+ fun:std::string::_S_construct
+ fun:std::basic_string::basic_string
+ fun:file_util::CreateTemporaryDirInDirImpl
+ fun:file_util::CreateNewTempDirectory
+ fun:ScopedTempDir::CreateUniqueTempDir
+ fun:TestingProfile::TestingProfile
+}
+{
+ bug_tbd_102077_102081_2
+ Heapcheck:Leak
+ fun:std::string::_Rep::_S_create
+ fun:std::string::copy
+ fun:std::basic_string::basic_string
+ fun:file_util::CreateTemporaryDirInDirImpl
+ fun:file_util::CreateNewTempDirectory
+ fun:ScopedTempDir::CreateUniqueTempDir
+ fun:TestingProfile
+}