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

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

Issue 907913002: Temporarily disable ppapi mojo test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable test in ppapi_browsertest.cc Created 5 years, 10 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 ec257f65038f134b590d2d884304979478146b68..c18180f6417fa66c806d2bcb62e2b9a8b1a50792 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -1572,7 +1572,9 @@ class MojoPPAPITest : public InProcessBrowserTest {
};
#if defined(OS_POSIX)
-#define MAYBE_MOJO(test_name) test_name
+// TODO(teravest): Re-enable test after Mojo IRT support is enabled in
+// Chrome. http://crbug.com/454466
+#define MAYBE_MOJO(test_name) DISABLED_##test_name
#else
#define MAYBE_MOJO(test_name) DISABLED_##test_name
#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