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

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

Issue 301723003: Disable PPAPITest.FileIO on Win too. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 c83c83389bc823b14fedb6996de1b86853cd67a0..ac7fbd3c786dc9f75801b375337f361904761a66 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -725,12 +725,12 @@ TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev)
#define MAYBE_FileIO DISABLED_FileIO
#define MAYBE_FileIO_Private DISABLED_FileIO_Private
#else
-// Flaky on Mac. http://crbug.com/377599
-# if defined(OS_MACOSX)
+// Flaky on Mac and Win. http://crbug.com/377599
+#if defined(OS_MACOSX) || defined(OS_WIN)
#define MAYBE_FileIO DISABLED_FileIO
-# else
+#else
#define MAYBE_FileIO FileIO
-# endif // defined(OS_MACOSX)
+#endif // OS_MACOSX || OS_WIN
#define MAYBE_FileIO_Private FileIO_Private
#endif
« 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