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

Unified Diff: tools/valgrind/memcheck/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 | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index c56e823acf2e484506f644f700f997eaee95e947..fb7ee76512c5d07d23df6ee6ea6431856c6506f2 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -7387,3 +7387,10 @@ fun:_ZN7content21RenderViewHostManager8NavigateERKNS_19NavigationEntryImplE
fun:_ZN12browser_sync10DeviceInfo21CreateLocalDeviceInfoEN4base8CallbackIFvRKS0_EEE
fun:_ZN30ManagedUserRegistrationService8RegisterERKSbItN4base20string16_char_traitsESaItEERKNS0_8CallbackIFvRK22GoogleServiceAuthErrorRKSsEEE
}
+{
+ bug_246560
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN22TemplateURLServiceTest18AddKeywordWithDateERKSsS1_S1_S1_S1_S1_bS1_N4base4TimeES3_
+ fun:_ZN49TemplateURLServiceTest_ResetNonExtensionURLs_Test8TestBodyEv
+}
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698