Commit 11deee4e authored by Sebastien Pierre's avatar Sebastien Pierre

Merge branch 'master' of github.com:sebastien/libzmq

parents f9188841 7b02f1c9
...@@ -90,3 +90,4 @@ test_raw_sock_SOURCES = test_raw_sock.cpp ...@@ -90,3 +90,4 @@ test_raw_sock_SOURCES = test_raw_sock.cpp
# Run the test cases # Run the test cases
TESTS = $(noinst_PROGRAMS) TESTS = $(noinst_PROGRAMS)
XFAIL_TESTS = test_linger
...@@ -82,9 +82,6 @@ int main (void) ...@@ -82,9 +82,6 @@ int main (void)
// poller_base.cpp:31. // poller_base.cpp:31.
size_t size = 4000000; size_t size = 4000000;
// TODO: Allow make check to pass, until this issue is resolved
size = 40000;
// Start the sender thread and get message // Start the sender thread and get message
void *send_thread = zmq_threadstart (&sender, (void *) &size); void *send_thread = zmq_threadstart (&sender, (void *) &size);
zmq_msg_init (&msg); zmq_msg_init (&msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment