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

Unified Diff: native_client_sdk/src/tests/nacl_io_test/mount_node_tty_test.cc

Issue 23498015: [NaCl SDK] Support non blocking TCP/UDP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove event friends, rename EventListenerPoll Created 7 years, 3 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
Index: native_client_sdk/src/tests/nacl_io_test/mount_node_tty_test.cc
diff --git a/native_client_sdk/src/tests/nacl_io_test/mount_node_tty_test.cc b/native_client_sdk/src/tests/nacl_io_test/mount_node_tty_test.cc
index c9a67cd54fa825cad21223cef5e668a531246cf5..63977f17fcbc0d20c3832b7581a4eb715a607c74 100644
--- a/native_client_sdk/src/tests/nacl_io_test/mount_node_tty_test.cc
+++ b/native_client_sdk/src/tests/nacl_io_test/mount_node_tty_test.cc
@@ -21,6 +21,7 @@
#include "nacl_io/mount_mem.h"
#include "nacl_io/osdirent.h"
+#if 0
binji 2013/09/12 01:47:57 add TODO
noelallen1 2013/09/12 23:19:03 This is while I get the patch for TTY. The actual
using namespace nacl_io;
namespace {
@@ -247,3 +248,4 @@ TEST_F(TtyTest, WindowSize) {
}
}
+#endif

Powered by Google App Engine
This is Rietveld 408576698