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 15934011: supprress memory leak from TemplateURLServiceTest::AddKeywordWithDate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | tools/valgrind/memcheck/suppressions.txt » ('j') | 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 1e33563650b616e5f68e6ddcffd69b9745bb6def..2c654750db811bc0a4f7121cb4a929db5f52bfaa 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1876,3 +1876,17 @@
fun:ash::test::AshTestBase::UpdateDisplay
fun:ash::internal::MirrorWindowControllerTest_MirrorCursor_Test::TestBody
}
+{
+ bug_246560a
+ Heapcheck:Leak
+ ...
+ fun:TemplateURLServiceTest::AddKeywordWithDate
+ fun:TemplateURLServiceTest_ResetNonExtensionURLs_Test::TestBody
+}
+{
+ bug_246560b
+ Heapcheck:Leak
+ fun:std::basic_string::_Rep::_S_create
+ fun:std::operator+
+ fun:TemplateURLServiceTest_ResetNonExtensionURLs_Test::TestBody
+}
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698