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

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

Issue 1726723002: [NaCL SDK] nacl_io: Re-enable UnixSocketMultithreadedTest.SendRecv (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: native_client_sdk/src/tests/nacl_io_test/socket_test.cc
diff --git a/native_client_sdk/src/tests/nacl_io_test/socket_test.cc b/native_client_sdk/src/tests/nacl_io_test/socket_test.cc
index 77b9fb13c93344fbca0a6d7ae81243d1e838ef57..259169a5d67af26d853201014468cb91aec982e5 100644
--- a/native_client_sdk/src/tests/nacl_io_test/socket_test.cc
+++ b/native_client_sdk/src/tests/nacl_io_test/socket_test.cc
@@ -539,7 +539,7 @@ class UnixSocketMultithreadedTest : public UnixSocketTest {
} // namespace
-TEST_F(UnixSocketMultithreadedTest, DISABLED_SendRecv) {
+TEST_F(UnixSocketMultithreadedTest, SendRecv) {
pthread_t thread = CreateThread();
uint8_t pattern[] = {0xA5, 0x00, 0xC3, 0xFF};
« 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