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

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

Issue 306503002: Disable test PPAPITest.FileIO. Flaky on Mac. (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 e9acb04136d96dd405b6a784ffffb60cc13da6ac..c83c83389bc823b14fedb6996de1b86853cd67a0 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -725,7 +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)
+#define MAYBE_FileIO DISABLED_FileIO
+# else
#define MAYBE_FileIO FileIO
+# endif // defined(OS_MACOSX)
#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