diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-28 23:14:37 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-28 23:14:37 +0000 |
commit | dcf80c0b979108d49bb769dc2e897adb97937b72 (patch) | |
tree | 1d7ca5ea2def44886e4cce8623856b087aabc1ad | |
parent | ead585c16dfd21eb929b0dceaf38c52043c99bea (diff) | |
download | chromium_src-dcf80c0b979108d49bb769dc2e897adb97937b72.zip chromium_src-dcf80c0b979108d49bb769dc2e897adb97937b72.tar.gz chromium_src-dcf80c0b979108d49bb769dc2e897adb97937b72.tar.bz2 |
Enable a bunch of disabled plugin tests to see if they're green on bots now. They've been disabled for a while, before they were converted to run inside content_browsertests.
Review URL: https://chromiumcodereview.appspot.com/10892019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153771 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | content/browser/plugin_browsertest.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc index 20bf5f5..2efa86b 100644 --- a/content/browser/plugin_browsertest.cc +++ b/content/browser/plugin_browsertest.cc @@ -419,22 +419,22 @@ IN_PROC_BROWSER_TEST_F(PluginTest, DISABLED_FlashSecurity) { // TODO(port) Port the following tests to platforms that have the required // plugins. // Flaky: http://crbug.com/55915 -IN_PROC_BROWSER_TEST_F(PluginTest, DISABLED_Quicktime) { +IN_PROC_BROWSER_TEST_F(PluginTest, Quicktime) { TestPlugin("quicktime.html"); } // Disabled - http://crbug.com/44662 -IN_PROC_BROWSER_TEST_F(PluginTest, DISABLED_MediaPlayerNew) { +IN_PROC_BROWSER_TEST_F(PluginTest, MediaPlayerNew) { TestPlugin("wmp_new.html"); } // http://crbug.com/4809 -IN_PROC_BROWSER_TEST_F(PluginTest, DISABLED_MediaPlayerOld) { +IN_PROC_BROWSER_TEST_F(PluginTest, MediaPlayerOld) { TestPlugin("wmp_old.html"); } // Disabled - http://crbug.com/44673 -IN_PROC_BROWSER_TEST_F(PluginTest, DISABLED_Real) { +IN_PROC_BROWSER_TEST_F(PluginTest, Real) { TestPlugin("real.html"); } |