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

Unified Diff: chrome/test/ui/ppapi_uitest.cc

Issue 8874001: Revert "aura: Reenable PPAPITest.FLAKY_FlashFullscreen." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/ui/ppapi_uitest.cc
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 738370ec408ffbdd7858b41ec1df3c08bbb2adc0..60e34543289c5adb1ea820c53ee7b90d088b11c8 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -513,11 +513,13 @@ TEST_PPAPI_IN_PROCESS_VIA_HTTP(FileSystem)
TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(FileSystem)
TEST_PPAPI_NACL_VIA_HTTP(FileSystem)
-// http://crbug.com/96767
-#if !defined(OS_MACOSX)
+// http://crbug.com/96767 and 104384 for aura.
+#if !defined(OS_MACOSX) && !defined(USE_AURA)
+#define MAYBE_FlashFullscreen FLAKY_FlashFullscreen
#define MAYBE_FlashFullscreen FLAKY_FlashFullscreen
#else
#define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
+#define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
#endif
TEST_F(PPAPITest, MAYBE_FlashFullscreen) {
« 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