 Chromium Code Reviews
 Chromium Code Reviews Issue 23498015:
  [NaCl SDK] Support non blocking TCP/UDP  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 23498015:
  [NaCl SDK] Support non blocking TCP/UDP  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| 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 |