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

Unified Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 619293002: Disable OutOfProcessPPAPITest.FlashFullscreen on Windows release as well. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/ppapi/ppapi_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
index ef88193caba69c92aa88ecda62fcf126513d0899..8152e859c117b0d5661106b7c9bd74e51def556e 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -1297,13 +1297,8 @@ TEST_PPAPI_OUT_OF_PROCESS(FlashFile)
// mac: http://crbug.com/96767
// aura: http://crbug.com/104384
// cros: http://crbug.com/396502
-// win debug: http://crbug.com/419644
-#if defined(OS_MACOSX) || defined(OS_CHROMEOS) || (defined(OS_WIN) && !defined(NDEBUG))
-#define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
-#else
-#define MAYBE_FlashFullscreen FlashFullscreen
-#endif
-TEST_PPAPI_OUT_OF_PROCESS(MAYBE_FlashFullscreen)
+// win: http://crbug.com/419644
+TEST_PPAPI_OUT_OF_PROCESS(DISABLED_FlashFullscreen)
TEST_PPAPI_OUT_OF_PROCESS(PDF)
« 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