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

Unified Diff: chrome/browser/plugins/plugin_power_saver_browsertest.cc

Issue 2377743003: Revert of Disable flaky browser tests on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/browser/plugins/plugin_power_saver_browsertest.cc
diff --git a/chrome/browser/plugins/plugin_power_saver_browsertest.cc b/chrome/browser/plugins/plugin_power_saver_browsertest.cc
index 4ab99ea9e40c882740f974a1a7714a3c2a97a814..baa9e8633663da1ff0b1924919e47dc142a0e460 100644
--- a/chrome/browser/plugins/plugin_power_saver_browsertest.cc
+++ b/chrome/browser/plugins/plugin_power_saver_browsertest.cc
@@ -411,13 +411,7 @@
"medium_16_9_cross_origin");
}
-// Flaky on WebKit Mac dbg bots: crbug.com/599484.
-#if defined(OS_MACOSX)
-#define MAYBE_SmallCrossOrigin DISABLED_SmallCrossOrigin
-#else
-#define MAYBE_SmallCrossOrigin SmallCrossOrigin
-#endif
-IN_PROC_BROWSER_TEST_F(PluginPowerSaverBrowserTest, MAYBE_SmallCrossOrigin) {
+IN_PROC_BROWSER_TEST_F(PluginPowerSaverBrowserTest, SmallCrossOrigin) {
LoadHTML(
"<object id='plugin' data='http://otherorigin.com/fake.swf' "
" type='application/x-ppapi-tests' width='400' height='100'>"
@@ -458,13 +452,7 @@
VerifySnapshot(FILE_PATH_LITERAL("smaller_than_play_icon_expected.png")));
}
-// Flaky on WebKit Mac dbg bots: crbug.com/599484.
-#if defined(OS_MACOSX)
-#define MAYBE_PosterTests DISABLED_PosterTests
-#else
-#define MAYBE_PosterTests PosterTests
-#endif
-IN_PROC_BROWSER_TEST_F(PluginPowerSaverBrowserTest, MAYBE_PosterTests) {
+IN_PROC_BROWSER_TEST_F(PluginPowerSaverBrowserTest, PosterTests) {
// This test simultaneously verifies the varied supported poster syntaxes,
// as well as verifies that the poster is rendered correctly with various
// mismatched aspect ratios and sizes, following the same rules as VIDEO.
« 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