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

Unified Diff: ppapi/tests/mojo/test_mojo.cc

Issue 907913002: Temporarily disable ppapi mojo test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: ppapi/tests/mojo/test_mojo.cc
diff --git a/ppapi/tests/mojo/test_mojo.cc b/ppapi/tests/mojo/test_mojo.cc
index 3d1af4683aec9f4cfaa01d83eca27340bcc287b6..ab2f096d0b15fc13b0d6db422364e5b23f0f901b 100644
--- a/ppapi/tests/mojo/test_mojo.cc
+++ b/ppapi/tests/mojo/test_mojo.cc
@@ -14,7 +14,9 @@ bool TestMojo::Init() {
}
void TestMojo::RunTests(const std::string& filter) {
- RUN_TEST(CreateMessagePipe, filter);
+ // TODO(teravest): Re-enable test after Mojo IRT support is enabled in
+ // Chrome.
dmichael (off chromium) 2015/02/09 17:13:08 nit: it would be good to reference the bug here.
+ // RUN_TEST(CreateMessagePipe, filter);
}
std::string TestMojo::TestCreateMessagePipe() {
« 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