diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 18:34:22 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 18:34:22 +0000 |
commit | d181ce31f11e8e7d95d956ea0f7fe241621f36a6 (patch) | |
tree | c9cea1aca852f71911d1adb53276f46cd0565bf5 /chrome/test | |
parent | 28b766b6019913e8c7a8421e140431a6dfec3f53 (diff) | |
download | chromium_src-d181ce31f11e8e7d95d956ea0f7fe241621f36a6.zip chromium_src-d181ce31f11e8e7d95d956ea0f7fe241621f36a6.tar.gz chromium_src-d181ce31f11e8e7d95d956ea0f7fe241621f36a6.tar.bz2 |
Disable two new plugin tests on Mac valgrind
NPAPI tests aren't currently runable under valgrind on the Mac.
TBR=atwilson
BUG=30661
TEST=Greener valgrind bots
Review URL: http://codereview.chromium.org/3400021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60316 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/valgrind/ui_tests.gtest_mac.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/data/valgrind/ui_tests.gtest_mac.txt b/chrome/test/data/valgrind/ui_tests.gtest_mac.txt index 65b15c1..45c37ec 100644 --- a/chrome/test/data/valgrind/ui_tests.gtest_mac.txt +++ b/chrome/test/data/valgrind/ui_tests.gtest_mac.txt @@ -58,8 +58,10 @@ NPAPITesterBase.NPObjectProxy NPAPITesterBase.ScheduleTimer NPAPIVisiblePluginTester.SelfDeletePluginInNewStream NPAPIVisiblePluginTester.MultipleInstancesSyncCalls +NPAPIVisiblePluginTester.OpenPopupWindowWithPlugin NPAPIVisiblePluginTester.PluginConvertPointTest NPAPIVisiblePluginTester.SelfDeletePluginInvokeInSynchronousPaint +LayoutPluginTester.SelfDeletePluginGetUrl LayoutPluginTester.UnloadNoCrash # Possible timing related failure triggered only on mac valgrind bots. |