[nanomsg] nanomsg test suite bug report

  • From: Min Yang Jung <minyang.jung@xxxxxxxxx>
  • To: nanomsg@xxxxxxxxxxxxx
  • Date: Tue, 21 Jul 2015 09:20:33 -0700

Hi Nanomsg,

Thank you for creating and sharing nanomsg. I really like it so far.

My primary OS is QNX 6.5.0 and I was able to compile the code. However,
the test suite failed due to three failed tests. I'm attaching a log file
and also reported this issue to the github:

https://github.com/nanomsg/nanomsg/issues/433

Regards,
Min Yang Jung
=======================================
nanomsg Unknown: ./test-suite.log
=======================================

# TOTAL: 33
# PASS: 30
# SKIP: 0
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tests/ipc
===============

FAIL tests/ipc (exit status: 1)

FAIL: tests/ipc_shutdown
========================

Assertion failed: 3 == NN_TIMER_STATE_IDLE (src/aio/timer.c:62)
Abort (core dumped)
FAIL tests/ipc_shutdown (exit status: 134)

FAIL: tests/separation
======================

Assertion failed: 3 == NN_TIMER_STATE_IDLE (src/aio/timer.c:62)
Abort (core dumped)
FAIL tests/separation (exit status: 134)

Other related posts:

  • » [nanomsg] nanomsg test suite bug report - Min Yang Jung