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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 3064004: Suppress memory leak in TopSitesTest (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: " Created 10 years, 5 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 40e97be4f43ace6ed1d048a503216c84e0f795c0..5d407c07ea29694420ac142cc03f5a0ecd2422d3 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3553,4 +3553,20 @@
fun:_ZN9OptionsUIC1EP11TabContents
fun:_Z8NewDOMUII9OptionsUIEP5DOMUIP11TabContentsRK4GURL
}
+{
+ bug_50103_a
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN5Value15CreateNullValueEv
+ fun:_ZN7history8TopSites17AddBlacklistedURLERK4GURL
+ fun:_ZN7history40TopSitesTest_*_Test8TestBodyEv
+}
+{
+ bug_50103_b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN5Value18CreateIntegerValueEi
+ fun:_ZN7history8TopSites12AddPinnedURLERK4GURLj
+ fun:_ZN7history28TopSitesTest_PinnedURLs_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