gul-cpp / gul14

General Utility Library for C++14
https://gul14.info/
GNU Lesser General Public License v2.1
2 stars 1 forks source link

pow10() on arm #81

Closed Finii closed 7 months ago

Finii commented 7 months ago

via email...

ich bin dabei DOOCS für eine neue Architektur zu bauen und habe ein Problem mit gul.
Der Test pow10() failed.

Der Development host ist doocsdevrb12.

Guck doch bitte mal.

Cheers,
Gerhard

LOG:
git clone https://github.com/gul-cpp/gul14.git
cd gul14
make mrproper
make doocs-release
cd build/aarch64-linux/doocs-release
makeDdeb -vIS

...

66/67] Compiling C++ object tests/lib_ignore_me.a.p/meson-generated_.._incl_variant.cc.o
[67/67] Linking static target tests/lib_ignore_me.a
make[1]: Leaving directory '/home/grygiel/[github.com/gul-cpp/gul14/build/aarch64-linux/doocs-release'](http://github.com/gul-cpp/gul14/build/aarch64-linux/doocs-release')
  dh_auto_test
dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 in use)
    LC_ALL=C.UTF-8 MESON_TESTTHREADS=1 ninja test
[0/1] Running all tests.
1/1 all FAIL            0.89s   exit status 1
MALLOC_PERTURB_=38 LD_LIBRARY_PATH=/home/grygiel/[github.com/gul-cpp/gul14/build/aarch64-linux/doocs-release/src](http://github.com/gul-cpp/gul14/build/aarch64-linux/doocs-release/src) /home/grygiel/[github.com/gul-cpp/gul14/build/aarch64-linux/doocs-release/tests/libgul-test](http://github.com/gul-cpp/gul14/build/aarch64-linux/doocs-release/tests/libgul-test)
――――――――――――――――――――――――――――――――――――― ✀  ―――――――――――――――――――――――――――――――――――――

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libgul-test is a Catch v2.13.7 host application.
Run with -? for options

-------------------------------------------------------------------------------
test pow10()
-------------------------------------------------------------------------------
../../../tests/[test_to_number.cc:453](http://test_to_number.cc:453/)
...............................................................................

../../../tests/[test_to_number.cc:532](http://test_to_number.cc:532/): FAILED:
 REQUIRE( c.deviation() <= c.lenience_ )
with expansion:
 2 <= 1

===============================================================================
test cases:   356 |   355 passed | 1 failed
assertions: 25680 | 25679 passed | 1 failed

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

Summary of Failures:

1/1 all FAIL            0.89s   exit status 1

Ok:                 0   
Expected Fail:      0   
Fail:               1   
Unexpected Pass:    0   
Skipped:            0   
Timeout:            0   

Full log written to /home/grygiel/[github.com/gul-cpp/gul14/build/aarch64-linux/doocs-release/meson-logs/testlog.txt](http://github.com/gul-cpp/gul14/build/aarch64-linux/doocs-release/meson-logs/testlog.txt)