From 7ed913b016e08c1a8da60e9523a97eaea9bc8f44 Mon Sep 17 00:00:00 2001 From: "stuartmorgan@chromium.org" Date: Thu, 17 Dec 2009 00:23:27 +0000 Subject: Suppress Mac valgrind failures from newly-enabled plugin tests BUG=30632,30633 TEST=Mac valgrind bots Review URL: http://codereview.chromium.org/503035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34788 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/memcheck/suppressions_mac.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'tools') diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index fe927cf..488afd76 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -538,3 +538,30 @@ fun:-[NSNib instantiateNibWithOwner:topLevelObjects:] fun:-[NSViewController loadView] } +{ + bug_30632a + Memcheck:Leak + fun:_Znw* + fun:_ZN13PluginService24FindOrStartPluginProcessERK8FilePath +} +{ + bug_30632b + Memcheck:Leak + fun:_Znw* + ... + fun:_ZN17PluginProcessHost4InitERK13WebPluginInfoRKSbIwSt11char_traitsIwESaIwEE + fun:_ZN13PluginService24FindOrStartPluginProcessERK8FilePath +} +{ + bug_30633 + Memcheck:Leak + fun:_Znw* + fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfileRK8FilePathS4_i + fun:_ZN11ProfileImpl17GetRequestContextEv + fun:_ZN19SafeBrowsingService5StartEv + fun:_ZN19SafeBrowsingService10InitializeEv + fun:_ZN22ResourceDispatcherHost10InitializeEv + fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv + fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv + fun:_ZN17ExtensionsService4InitEv +} -- cgit v1.1