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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 8597013: Valgrind: Suppress a leak in HostContentSettingsMap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 194f75e8d442b7ec7748e535b1873e011510ce07..1e917174499ca69b72c3043afa8af2bef005bc3c 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1745,3 +1745,11 @@
# fun:PrintPreviewTabControllerUnitTest_MultiplePreviewTabs_Test::TestBody
# fun:PrintPreviewTabControllerUnitTest_ClearInitiatorTabDetails_Test::TestBody
}
+{
+ bug_104775
+ Heapcheck:Leak
+ fun:base::Value::CreateIntegerValue
+ fun:HostContentSettingsMap::SetDefaultContentSetting
+ fun:CookieSettings::SetDefaultCookieSetting
+ fun:ExtensionSpecialStoragePolicyTest_HasSessionOnlyOrigins_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