Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: chrome/test/plugin/plugin_test.cpp

Issue 209068: Disable flaky plugin tests. (Closed)
Patch Set: Fix comments Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/plugin/plugin_test.cpp
diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp
index 8eac844deabe59ded94145584ade417118192147..65eca9a65dbdc312ecbb0c2bdfab63153ec6ba90 100644
--- a/chrome/test/plugin/plugin_test.cpp
+++ b/chrome/test/plugin/plugin_test.cpp
@@ -169,7 +169,8 @@ TEST_F(PluginTest, FlashSecurity) {
}
// http://crbug.com/16114
-TEST_F(PluginTest, FlashLayoutWhilePainting) {
+// Disabled for http://crbug.com/21538
+TEST_F(PluginTest, DISABLED_FlashLayoutWhilePainting) {
TestPlugin(L"flash-layout-while-painting.html", kShortWaitTimeout, true);
}
@@ -178,6 +179,7 @@ TEST_F(PluginTest, DISABLED_Java) {
TestPlugin(L"Java.html", kShortWaitTimeout, false);
}
-TEST_F(PluginTest, Silverlight) {
+// Disabled for http://crbug.com/22666
+TEST_F(PluginTest, DISABLED_Silverlight) {
TestPlugin(L"silverlight.html", kShortWaitTimeout, false);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698