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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 7981032: Suppress leaks in TestProfile and FilePath/VisitedLinkTest/HistoryTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 2b38aa43d3bdbc053ad00785e14c2186725324ef..990cab3f5b1dd3965e2a559a1d0f744056452517 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
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698