diff options
-rw-r--r-- | tools/heapcheck/suppressions.txt | 21 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 26 |
2 files changed, 47 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 8eccea9..a019a48 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1242,3 +1242,24 @@ ... fun:UserStyleSheetWatcher::Init } +{ + bug_77258_a + Heapcheck:Leak + fun:webkit::ppapi::::MessageChannelAllocate + fun:_NPN_CreateObject + fun:WebKit::WebBindings::createObject + fun:MessageChannel + fun:PluginInstance + fun:webkit::ppapi::PpapiUnittest::SetUp +} +{ + bug_77258_b + Heapcheck:Leak + fun:webkit::ppapi::::MessageChannelAllocate + fun:_NPN_CreateObject + fun:WebKit::WebBindings::createObject + fun:MessageChannel + fun:PluginInstance + fun:webkit::ppapi::ResourceTrackerTest_*_Test::TestBody +} + diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 84b1273..cf68a87 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -4020,6 +4020,32 @@ fun:_ZN7WebCore15GraphicsContext*EN3WTF10PassRefPtrINS_8GradientEEE fun:_ZN7WebCore25RenderSVGResourceGradient13applyResourceEPNS_12RenderObjectEPNS_11RenderStyleERPNS_15GraphicsContextEt } +{ + bug_77258_a + Memcheck:Leak + fun:_Znw* + fun:_ZN6webkit5ppapi*22MessageChannelAllocateEP4_NPPP7NPClass + fun:_NPN_CreateObject + fun:_ZN6WebKit11WebBindings12createObjectEP4_NPPP7NPClass + ... + fun:_ZN6webkit5ppapi14MessageChannelC1EPNS0_14PluginInstanceE + ... + fun:_ZN6webkit5ppapi14PluginInstanceC1EPNS0_14PluginDelegateEPNS0_12PluginModuleEPK12PPP_Instance + fun:_ZN6webkit5ppapi*ResourceTrackerTest_* +} +{ + bug_77258_b + Memcheck:Leak + fun:_Znw* + fun:_ZN6webkit5ppapi*22MessageChannelAllocateEP4_NPPP7NPClass + fun:_NPN_CreateObject + fun:_ZN6WebKit11WebBindings12createObjectEP4_NPPP7NPClass + ... + fun:_ZN6webkit5ppapi14MessageChannelC1EPNS0_14PluginInstanceE + ... + fun:_ZN6webkit5ppapi14PluginInstanceC1EPNS0_14PluginDelegateEPNS0_12PluginModuleEPK12PPP_Instance + fun:_ZN6webkit5ppapi13PpapiUnittest5SetUpEv +} #----------------------------------------------------------------------- # These only occur on our Google workstations |