1. testeu pass/fail
- Posted by rkdavis Feb 03, 2014
- 1311 views
I no longer have any x86 based computers (i lie but that's not the point as they are in the middle of a 3 year long calculation & my writing/tech editing system :) ) to run testeu on and of course the ARM build fails a few tests but which does it fail that x86 doesn't?
can someone run testeu on an x86 linux system please so i can see the differences please so that i know what to work on.
my raspberry pi build fails on
Test results summary: FAIL: t_bundled.e FAIL: t_callc.e FAIL: t_de_dep.e FAIL: t_de_safe.e FAIL: t_dep.e FAIL: t_hash.e FAIL: t_legacy_callback.e FAIL: t_lockfile.e FAIL: t_machine.e FAIL: t_net_http.e FAIL: t_safe.e FAIL: t_c_badmachine.e FAIL: t_c_slice_past_end_double.e FAIL: t_c_switch_rt_dup.e Files (run: 152) (failed: 14) (91% success) make: * [testeu] Error 1
2. Re: testeu pass/fail
- Posted by Jerome Feb 03, 2014
- 1279 views
Here is eutest for x86:
eui -v Euphoria Interpreter v4.1.0 development 32-bit Linux, Using System Memory Revision Date: 2014-01-16 02:53:44, Id: 5783:d41527402a7a
eutest -all -log Test results summary: FAIL: t_callc.e FAIL: t_eutest.e FAIL: t_filesys.e FAIL: t_net_http.e FAIL: t_rand.e FAIL: t_c_ns_builtin.e Files (run: 152) (failed: 6) (96% success)
Here are also my results on my ARMv7 Cortex-A8 phone
eutest -all -log Test results summary: FAIL: t_bundled.e FAIL: t_callc.e FAIL: t_eutest.e FAIL: t_filesys.e FAIL: t_machine.e FAIL: t_net_http.e FAIL: t_text.e Files (run: 152) (failed: 7) (95% success)
Thanks,
Ira
3. Re: testeu pass/fail
- Posted by rkdavis Feb 04, 2014
- 1223 views
that's more like it. on my raspi
Test results summary: FAIL: t_bundled.e FAIL: t_eutest.e FAIL: t_machine.e FAIL: t_net_http.e FAIL: t_c_ns_builtin.e Files (run: 152) (failed: 5) (97% success)
wonder how/why i got into the habit of make testeu rather than using eutest