Re: Tests on ARM / Raspberry Pi
- Posted by Jerome Feb 20, 2013
- 1880 views
Here is another data point on my Cortex-A8 ARM board:
eui -v Euphoria Interpreter v4.1.0 development 32-bit Linux, Using System Memory Revision Date: 2013-02-20 20:56:20, Id: 5991:3b50eb52262b Failed: bin -test bench.ex (0.090000) expected 0 got 256 Failed: bin -test bugreport.ex (0.090000) expected 0 got 256 Failed: bin -test buildcpdb.ex (0.080000) expected 0 got 256 Failed: bin -test ed.ex (0.090000) expected 0 got 256 Failed: bin -test eucoverage.ex (0.080000) expected 0 got 256 Failed: bin -test euloc.ex (0.090000) expected 0 got 256 Failed: Value test for C_INT #2 (0.000000) expected -2000000000 got 0 Failed: Value test for C_LONGLONG #2 (0.010000) expected -2199023255552 got 0 Failed: Can call and things are passed correctly for ten argument functions (0.000000) expected 1.12589993095027e+15 got 1.12589991858202e+15 Failed: Testing passing eight doubles only (0.000000) expected 0 got 10430452.265625 Failed: Testing passing eight doubles only and two long long ints (0.000000) expected -0.692138671875 got 0 Failed: float80_to_atom #1 (0.000000) expected 157.82 got 3.70433943767225e-314 Failed: float80_to_atom #2 (0.000000) expected inf got 3.70433943767225e-314 Failed: float80_to_atom #3 (0.000000) expected -inf got 3.70433943767225e-314 Failed: Is memory allocated by allocate_code() executable? (0.010000) expected 1 got 0 Failed: Is memory allocated by allocate_code() executable? (0.010000) expected 1 got 0 Failed: eutest t_test_true.e (0.070000) expected 1 got 0 Failed: eutest t_c_good_err_file.e (0.070000) expected 1 got 0 Failed: canonical_path() #11 (0.000000) expected "/home/user/Code/Euphoria/tests/" got "/home/user/Code/euphoria/tests/" Failed: Seek STDOUT (0.000000) expected 1 got 0 Failed: money (0.000000) expected "$1,020.50" got "$0.00" Failed: number (0.000000) expected "1,020.50" got "0.00" Failed: integer (0.000000) expected "1,020" got "0" Failed: number (0.000000) expected "1,020.10" got "0.00" Failed: large integer (0.000000) expected "9,999,999,999,999" got "0" Failed: deserialize f80 (0.000000) expected {1.3,16} got {3.70300177667503e-314,16} Failed: deserialize file long double (0.010000) expected 1.3 got 1 Failed: connect to server (1.010000) expected 1 got 0 Failed: Encoding #3 (0.010000) expected "Windows 1251 (Cyrillic)" got "ASCII" Failed: Encoding uppercase #4 (0.010000) expected {128,129,138,140,141,142,143,161,163,165,168,170,175,178,189, Failed: Encoding #5 (0.010000) expected "OEM 737 (Greek)" got "ASCII" Failed: Encoding uppercase #6 (0.000000) expected {128,129,130,131,132,133,134,135,136,137,138,139,140,141,142, Failed: format 'AH' (0.000000) expected "11111111111111111111111101001111" got "-177"
Thanks,
Ira