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

Unified Diff: mojo/public/cpp/system/tests/core_unittest.cc

Issue 2107893003: Remove some #ifdef __native_client__ on tests. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 | « mojo/public/c/system/tests/data_pipe_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/system/tests/core_unittest.cc
diff --git a/mojo/public/cpp/system/tests/core_unittest.cc b/mojo/public/cpp/system/tests/core_unittest.cc
index 1843c374fed4f974729ae231706e390a198012e7..8dc592fad31618ac881f73f0ebd4e1f3c08701c4 100644
--- a/mojo/public/cpp/system/tests/core_unittest.cc
+++ b/mojo/public/cpp/system/tests/core_unittest.cc
@@ -544,13 +544,7 @@ TEST(CoreCppTest, WaitManyResult) {
}
}
-// TODO(ncbray): enable this test once NaCl supports the corresponding APIs.
-#ifdef __native_client__
-#define MAYBE_DataPipe DISABLED_DataPipe
-#else
-#define MAYBE_DataPipe DataPipe
-#endif
-TEST(CoreCppTest, MAYBE_DataPipe) {
+TEST(CoreCppTest, DataPipe) {
ScopedDataPipeProducerHandle ph;
ScopedDataPipeConsumerHandle ch;
« no previous file with comments | « mojo/public/c/system/tests/data_pipe_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698