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

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

Issue 8486018: ppapi: Fix memory leaks in TestCharSetToUTF16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove suppressions. Created 9 years, 1 month 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 | « ppapi/tests/test_char_set.cc ('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 f05e46f02e001b39c928fd1635b641e8f06abfa6..6f36a4f377e71c9599f13738c3545700dd6e776f 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4037,47 +4037,6 @@
fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8Location*
}
{
- bug_90644_a
- Memcheck:Leak
- fun:malloc
- fun:_ZN*ppapi12_GLOBAL__N_18MemAllocEj
- fun:_ZN5ppapi11CharSetImpl14CharSetToUTF16*26PP_CharSet_ConversionErrorPj
- fun:_ZN5ppapi5thunk12_GLOBAL__N_114CharSetToUTF16EiPKcjS3_26PP_CharSet_ConversionErrorPj
- ...
- fun:_Z24PP_RunCompletionCallbackP21PP_CompletionCallbacki
- fun:_ZN*pp*5proxy12_GLOBAL__N_115CallbackWrapperE21PP_CompletionCallbacki
-}
-{
- bug_90644_b
- Memcheck:Leak
- fun:_Znw*
- fun:_ZN2pp5proxy16PluginVarTracker10MakeStringEPKcj
- fun:_ZN2pp5proxy16PluginVarTracker10MakeStringERKSs
- fun:_ZN2pp5proxy27PluginVarSerializationRules23BeginReceiveCallerOwnedERK6PP_VarPKSsPNS0_10DispatcherE
- fun:_ZN2pp5proxy31SerializedVarVectorReceiveInput3GetEPNS0_10DispatcherEPj
- fun:_ZN2pp5proxy15PPP_Class_Proxy9OnMsgCallExxNS0_25SerializedVarReceiveInputENS0_31SerializedVarVectorReceiveInputENS0_21SerializedVarOutParamENS0_24SerializedVarReturnValueE
-}
-{
- bug_90644_c
- Memcheck:Leak
- fun:malloc
- fun:_ZN5ppapi5proxy12_GLOBAL__N_18MemAllocEj
- fun:_ZN5ppapi11CharSetImpl14CharSetToUTF16EPK14PPB_Memory_DevPKcjS5_26PP_CharSet_ConversionErrorPj
- fun:_ZN5ppapi5proxy17PPB_CharSet_Proxy14CharSetToUTF16EiPKcjS3_26PP_CharSet_ConversionErrorPj
- fun:_ZN5ppapi5thunk12_GLOBAL__N_114CharSetToUTF16EiPKcjS3_26PP_CharSet_ConversionErrorPj
- fun:_ZN11TestCharSet18TestCharSetToUTF16Ev
-}
-{
- bug_90644_d
- Memcheck:Leak
- fun:malloc
- fun:_ZN5ppapi12_GLOBAL__N_18MemAllocEj
- fun:_ZN5ppapi11CharSetImpl14CharSetToUTF16EPKcjS2_26PP_CharSet_ConversionErrorPj
- fun:_ZN5ppapi5thunk12_GLOBAL__N_114CharSetToUTF16EiPKcjS3_26PP_CharSet_ConversionErrorPj
- fun:_ZN11TestCharSet18TestCharSetToUTF16Ev
- fun:_ZN11TestCharSet7RunTestEv
-}
-{
bug_90671
Memcheck:Leak
fun:_Znw*
« no previous file with comments | « ppapi/tests/test_char_set.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698