Skip to content

Instantly share code, notes, and snippets.

@vielmetti
Created October 19, 2016 14:30
Show Gist options
  • Save vielmetti/47ad1c08ea1441f97d0eb3ce894a64de to your computer and use it in GitHub Desktop.
Save vielmetti/47ad1c08ea1441f97d0eb3ce894a64de to your computer and use it in GitHub Desktop.
====================================
zeromq 4.1.5: ./test-suite.log
====================================
# TOTAL: 63
# PASS: 52
# SKIP: 0
# XFAIL: 0
# FAIL: 11
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_stream_empty
=======================
lt-test_stream_empty: tests/test_stream_empty.cpp:43: int main(): Assertion `rc >= 0' failed.
FAIL test_stream_empty (exit status: 134)
FAIL: test_unbind_wildcard
==========================
lt-test_unbind_wildcard: tests/test_unbind_wildcard.cpp:36: int main(): Assertion `rc == 0' failed.
FAIL test_unbind_wildcard (exit status: 134)
FAIL: test_spec_req
===================
lt-test_spec_req: tests/test_spec_req.cpp:41: void test_round_robin_out(void*): Assertion `rc == 0' failed.
FAIL test_spec_req (exit status: 134)
FAIL: test_spec_rep
===================
lt-test_spec_rep: tests/test_spec_rep.cpp:45: void test_fair_queue_in(void*): Assertion `rc == 0' failed.
FAIL test_spec_rep (exit status: 134)
FAIL: test_spec_dealer
======================
lt-test_spec_dealer: tests/test_spec_dealer.cpp:41: void test_round_robin_out(void*): Assertion `rc == 0' failed.
FAIL test_spec_dealer (exit status: 134)
FAIL: test_spec_router
======================
lt-test_spec_router: tests/test_spec_router.cpp:45: void test_fair_queue_in(void*): Assertion `rc == 0' failed.
FAIL test_spec_router (exit status: 134)
FAIL: 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 test_spec_pushpull (exit status: 134)
FAIL: test_req_correlate
========================
lt-test_req_correlate: tests/test_req_correlate.cpp:56: int main(): Assertion `rc == 0' failed.
FAIL test_req_correlate (exit status: 134)
FAIL: test_req_relaxed
======================
lt-test_req_relaxed: tests/test_req_relaxed.cpp:49: int main(): Assertion `rc == 0' failed.
FAIL test_req_relaxed (exit status: 134)
FAIL: test_conflate
===================
lt-test_conflate: tests/test_conflate.cpp:49: int main(int, char**): Assertion `rc == 0' failed.
FAIL test_conflate (exit status: 134)
FAIL: test_issue_566
====================
lt-test_issue_566: tests/test_issue_566.cpp:52: int main(): Assertion `rc != -1' failed.
FAIL test_issue_566 (exit status: 134)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment