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

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

Issue 3076030: Leaks found in PrefValueStoreTest tests (Closed)
Patch Set: Trimming test harness info. Created 10 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 f08b946c5f9b4cf7cabd5b3dd69cc513345aa7cc..76f1dc5dfac8891087550dc8dc75e489d88dca78 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3898,3 +3898,21 @@
fun:_ZN9SingletonIN8chromeos12CrosSettingsE22DefaultSingletonTraitsIS1_ES1_E3getEv
fun:_ZN8chromeos12CrosSettings3GetEv
}
+{
+ bug_51176_a
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN51PrefValueStoreTest_TestConcurrentPolicyRefresh_Test8TestBodyEv
+}
+{
+ bug_51176_b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN41PrefValueStoreTest_TestPolicyRefresh_Test8TestBodyEv
+}
+{
+ bug_51176_c
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN56PrefValueStoreTest_TestRefreshPolicyPrefsCompletion_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