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

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

Issue 7582013: 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 | « no previous file | 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 241ea2514a6877677788c0dfd39a996f55ed89ef..2ab44921b45dc6c505783c2145948c606d8100c6 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5197,6 +5197,24 @@
fun:_ZN12sync_ui_util25ConstructAboutInformationEP18ProfileSyncServicePN4base15DictionaryValueE
fun:_ZN71SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_Test8TestBodyEv
}
+{
+ 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
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations
@@ -5227,21 +5245,3 @@
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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698