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

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

Issue 7491060: Leaks in CookiesTreeModel tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 35b0b9365391c09d85e85a10e5ee92ef5543a7c5..241ea2514a6877677788c0dfd39a996f55ed89ef 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5227,3 +5227,21 @@
obj:/lib/libselinux.so.1
obj:/lib/libselinux.so.1
}
+{
+ bug_91816_a
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN12_GLOBAL__N_120CookiesTreeModelTest5SetUpEv
+}
+{
+ bug_91816_b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN12_GLOBAL__N_140CookiesTreeModelTest_OriginOrdering_Test8TestBodyEv
+}
+{
+ bug_91816_c
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN12_GLOBAL__N_141CookiesTreeModelTest_ContentSettings_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