summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-17 00:23:27 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-17 00:23:27 +0000
commit7ed913b016e08c1a8da60e9523a97eaea9bc8f44 (patch)
tree559a3b200eec30411baf88788d5ca854d383f4de /tools
parent2361611ed36040d0ced629466aeb94e9160d7a1c (diff)
downloadchromium_src-7ed913b016e08c1a8da60e9523a97eaea9bc8f44.zip
chromium_src-7ed913b016e08c1a8da60e9523a97eaea9bc8f44.tar.gz
chromium_src-7ed913b016e08c1a8da60e9523a97eaea9bc8f44.tar.bz2
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
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt27
1 files changed, 27 insertions, 0 deletions
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
+}