Created
October 21, 2016 05:25
-
-
Save vielmetti/4f216109aba378bb7c3ad22d4e5d14ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==================================== | |
zeromq 4.2.0: ./test-suite.log | |
==================================== | |
# TOTAL: 85 | |
# PASS: 73 | |
# SKIP: 0 | |
# XFAIL: 0 | |
# FAIL: 12 | |
# XPASS: 0 | |
# ERROR: 0 | |
.. contents:: :depth: 2 | |
FAIL: tests/test_msg_ffn | |
======================== | |
lt-test_msg_ffn: tests/test_msg_ffn.cpp:48: int main(): Assertion `rc == 0' failed. | |
FAIL tests/test_msg_ffn (exit status: 134) | |
FAIL: tests/test_stream_empty | |
============================= | |
lt-test_stream_empty: tests/test_stream_empty.cpp:43: int main(): Assertion `rc >= 0' failed. | |
FAIL tests/test_stream_empty (exit status: 134) | |
FAIL: tests/test_unbind_wildcard | |
================================ | |
lt-test_unbind_wildcard: tests/test_unbind_wildcard.cpp:36: int main(): Assertion `rc == 0' failed. | |
FAIL tests/test_unbind_wildcard (exit status: 134) | |
FAIL: tests/test_spec_req | |
========================= | |
lt-test_spec_req: tests/test_spec_req.cpp:41: void test_round_robin_out(void*): Assertion `rc == 0' failed. | |
FAIL tests/test_spec_req (exit status: 134) | |
FAIL: tests/test_spec_rep | |
========================= | |
lt-test_spec_rep: tests/test_spec_rep.cpp:45: void test_fair_queue_in(void*): Assertion `rc == 0' failed. | |
FAIL tests/test_spec_rep (exit status: 134) | |
FAIL: tests/test_spec_dealer | |
============================ | |
lt-test_spec_dealer: tests/test_spec_dealer.cpp:41: void test_round_robin_out(void*): Assertion `rc == 0' failed. | |
FAIL tests/test_spec_dealer (exit status: 134) | |
FAIL: tests/test_spec_router | |
============================ | |
lt-test_spec_router: tests/test_spec_router.cpp:45: void test_fair_queue_in(void*): Assertion `rc == 0' failed. | |
FAIL tests/test_spec_router (exit status: 134) | |
FAIL: tests/test_spec_pushpull | |
============================== | |
lt-test_spec_pushpull: tests/test_spec_pushpull.cpp:41: void test_push_round_robin_out(void*): Assertion `rc == 0' failed. | |
FAIL tests/test_spec_pushpull (exit status: 134) | |
FAIL: tests/test_req_correlate | |
============================== | |
lt-test_req_correlate: tests/test_req_correlate.cpp:56: int main(): Assertion `rc == 0' failed. | |
FAIL tests/test_req_correlate (exit status: 134) | |
FAIL: tests/test_req_relaxed | |
============================ | |
lt-test_req_relaxed: tests/test_req_relaxed.cpp:74: int main(): Assertion `rc == 0' failed. | |
FAIL tests/test_req_relaxed (exit status: 134) | |
FAIL: tests/test_conflate | |
========================= | |
lt-test_conflate: tests/test_conflate.cpp:49: int main(int, char**): Assertion `rc == 0' failed. | |
FAIL tests/test_conflate (exit status: 134) | |
FAIL: tests/test_issue_566 | |
========================== | |
lt-test_issue_566: tests/test_issue_566.cpp:52: int main(): Assertion `rc != -1' failed. | |
FAIL tests/test_issue_566 (exit status: 134) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment