summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-01 22:00:03 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-01 22:00:03 +0000
commitff0450cc3834b456ab6eb8ee664eb5b98dcecbc0 (patch)
tree80c37ad702bef2ac4cf461e64f8780f1ea5d1724
parent658af81bde8cf906ab59a0a199d1f16ce59bfaef (diff)
downloadchromium_src-ff0450cc3834b456ab6eb8ee664eb5b98dcecbc0.zip
chromium_src-ff0450cc3834b456ab6eb8ee664eb5b98dcecbc0.tar.gz
chromium_src-ff0450cc3834b456ab6eb8ee664eb5b98dcecbc0.tar.bz2
Add new and renamed plugin tests to the Mac valgrind blacklist
Mac plugins currently cannot be run under valgrind; these have snuck in over time. TBR=jshin BUG=45566 TEST=Happy valgrind bots Review URL: http://codereview.chromium.org/2444003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48665 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/test/data/valgrind/ui_tests.gtest_mac.txt4
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt15
2 files changed, 3 insertions, 16 deletions
diff --git a/chrome/test/data/valgrind/ui_tests.gtest_mac.txt b/chrome/test/data/valgrind/ui_tests.gtest_mac.txt
index 7649b63..070fced 100644
--- a/chrome/test/data/valgrind/ui_tests.gtest_mac.txt
+++ b/chrome/test/data/valgrind/ui_tests.gtest_mac.txt
@@ -57,13 +57,15 @@ NPAPITester.NPObjectSetException
NPAPIVisiblePluginTester.PluginReferrerTest
NPAPIVisiblePluginTester.GetURLRequestFailWrite
NPAPIIncognitoTester.PrivateEnabled
+NPAPITester.ManyPlugins
NPAPITester.FLAKY_ManyPlugins
NPAPITester.NPObjectProxy
NPAPITester.ScheduleTimer
NPAPIVisiblePluginTester.SelfDeletePluginInNewStream
NPAPIVisiblePluginTester.MultipleInstancesSyncCalls
NPAPIVisiblePluginTester.PluginConvertPointTest
-NPAPIVisiblePluginTester.PluginConvertPointTest
+NPAPIVisiblePluginTester.FLAKY_SelfDeletePluginInvokeInSynchronousPaint
+LayoutPluginTester.UnloadNoCrash
# Possible timing related failure triggered only on mac valgrind bots.
# http://crbug.com/39401
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index ed0b588..b0b86af 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1185,18 +1185,3 @@
fun:_dyld_start
obj:*
}
-
-{
- bug_45566
- Memcheck:Leak
- fun:_Znw*
- fun:_ZN11ProfileImpl14InitExtensionsEv
- fun:_ZN14ProfileManager10AddProfileEP7Profileb
- fun:_ZN14ProfileManager10GetProfileERK8FilePathb
- fun:_ZN14ProfileManager10GetProfileERK8FilePath
- fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
- fun:_ZN12_GLOBAL__N_113CreateProfileERK18MainFunctionParamsRK8FilePath
- fun:_Z11BrowserMainRK18MainFunctionParams
- fun:ChromeMain
- fun:main
-}