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

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

Issue 12226123: suppress memory leak from PluginFinderTest_JsonSyntax_Test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 c5c6e12c0b4796fd6a4c7e661b63cc9b71df9138..925fb45e194b28fbccef55aaae176a6bc7a4a4a6 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6515,3 +6515,13 @@
fun:_ZN20OneClickSigninHelper14DidStopLoadingEPN7content14RenderViewHostE
fun:_ZN67OneClickSigninHelperTest_SigninFromWebstoreWithConfigSyncfirst_Test8TestBodyEv
}
+{
+ bug_175815
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN4base5Value18CreateIntegerValueEi
+ fun:_ZNK4base16FundamentalValue8DeepCopyEv
+ fun:_ZN4base8internal12_GLOBAL__N_125DictionaryHiddenRootValue26RemoveWithoutPathExpansionERKSsPPNS_5ValueE
+ fun:_ZN4base15DictionaryValue6RemoveERKSsPPNS_5ValueE
+ fun:_ZN32PluginFinderTest_JsonSyntax_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