tests fail on assert in debug config

Issue #75 resolved
Martin Jeřábek created an issue

Steps to reproduce:

$ autoreconf -i
$ ./configure --enable-debug
$ make
$ make check
../test-driver: line 107: 29466 Aborted                 "$@" > $log_file 2>&1
FAIL: test_misc
$ cat tests/test-suite.log
=========================================
   m4ri 20200125: tests/test-suite.log
=========================================

# TOTAL: 14
# PASS:  13
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: test_misc
===============

test_misc: test_misc.c:81: test_submatrix: Assertion `highr-lowr > 0' failed.
FAIL test_misc (exit status: 134)

Comments (3)

  1. Martin Jeřábek reporter

    Wow, that was fast, thanks 🙂 Also note that running make distcheck succeeds, because it checks a separately built release version.

  2. Log in to comment