mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-04 13:05:41 +08:00
Merge branch 'master' of github.com:sebastien/libzmq
This commit is contained in:
commit
11deee4e3e
@ -89,4 +89,5 @@ noinst_PROGRAMS += test_raw_sock
|
|||||||
test_raw_sock_SOURCES = test_raw_sock.cpp
|
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
|
||||||
|
@ -81,9 +81,6 @@ int main (void)
|
|||||||
// returning a "resource unavailable" or an assertion failure in
|
// returning a "resource unavailable" or an assertion failure in
|
||||||
// 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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user