Open kloczek opened 3 years ago
hm, for me make check
works fine:
PASS: test-mp
PASS: test-mp-equation
============================================================================
Testsuite summary for mate-calc 1.25.1
============================================================================
# TOTAL: 2
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
and also manually executing ./test-mp-equation
works as expected:
$ ./src/test-mp-equation
Passed all 448 tests
OK. Which one version of the glib you are using? I'm using 2.68.2.
Additionally my glib is build with -D glib_assert=false
meson option.
I am using the standard manjaro package, which is at version 2.68.1
I have no idea what it is manjaro .. sorry. Latest version of the glib is 2.68.2 and it can be build without assertions (which may affect test units if test units code is using icorrect assertions macros).
Just checked ..
[tkloczko@barrel src]$ grep -w g_asser *test*
[tkloczko@barrel src]$
So looks like this issue is not about assertions (https://developer.gnome.org/glib/stable/glib-Testing.html#g-assert)
Please let me know if you will need more details.