Menu

#682 TEST_FIX fails on arm machines

v1.0 (example)
closed
nobody
Debian (1)
5
2018-04-19
2015-12-28
No

On Debian machines, the TEST_FIX test procedure fails for UINT and ULONG data types:

Tested value :       1000.10
---------------------------
Positive input
Number of tests done :           6
No errors founded
---------------------------
Negative input
Error for Value :      -1000.10
VALUE           FLOAT     =      -1000.10
<Expression>    UINT      =        0
<Expression>    UINT      =    64536
Error for Value :      -1000.10
VALUE           FLOAT     =      -1000.10
<Expression>    ULONG     =            0
<Expression>    ULONG     =   4294966296
Number of tests done :           6
Number of errors       2
---------------------------
Bad news ! At least one problem encoutered !

(similarly for the other values). This happens on the arm64, armel, and armhf platforms -- all three ARM architecture, little endian, 32 and 64 bit.

It would be nice to get this fixed, since ARM is one of the platform for astronomy amateurs who use Raspberrys for telescope control.

Discussion

  • Sylwester Arabas

    • status: open --> closed
     

Log in to post a comment.