Re: Euphoria 4.0.1
- Posted by jaygade Mar 13, 2011
- 2610 views
I don't see any major issues unless any particular tickets need to be worked on. What date do you see for release?
Right now (12 March 2011) my 4.0 branch has one test fail (t_eutest.e) and my main branch has 3 tests fail (translated t_bitwise.e, t_eutest.e, t_pipeio.e).
Hmm....here (on Linux) my 4.0.1 branch is passing everything currently. I haven't run Windows tests in a while.
Test results summary: Files (run: 334) (failed: 0) (100% success) cd ../tests && sh check_diffs.sh Both std/memory.e and std/safe.e provide the same interface to std/machine.e....good. The include std/safe.e provides as many symbols as as std/memory.e...good.
I still think we need to move that last bit into a regular test...
Matt
I'm running on Linux too, Ubuntu 10.04 32-bit kernel 2.6-32-29-generic. Here's the output, the relevant part I believe:
make test TESTFILE="t_eutest.e" cd ../tests && EUDIR=/home/jason/my-euphoria-working-4.0 EUCOMPILEDIR=/home/jason/my-euphoria-working-4.0 \ /home/jason/eubins/eui -i ../include ../source/eutest.ex -i ../include -cc gcc \ -exe "/home/jason/my-euphoria-working-4.0/source/build/eui" \ -ec "/home/jason/my-euphoria-working-4.0/source/build/euc" \ -eubind "/home/jason/my-euphoria-working-4.0/source/build/eubind" -eub /home/jason/my-euphoria-working-4.0/source/build/eub \ -lib "/home/jason/my-euphoria-working-4.0/source/build/eu.a" \ -verbose t_eutest.e interpreting t_eutest.e: CMD '/home/jason/my-euphoria-working-4.0/source/build/eui -i ../include -d UNITTEST -batch t_eutest.e ' interpreting t_c_no_err_file.e: sh: eui: not found FAILURE: t_c_no_err_file.e No valid control file was supplied. Test results summary: FAIL: t_c_no_err_file.e Files (run: 1) (failed: 1) (0% success) interpreting t_c_good_err_file.e: sh: eui: not found FAILURE: t_c_good_err_file.e No valid ex.err has been generated. Test results summary: FAIL: t_c_good_err_file.e Files (run: 1) (failed: 1) (0% success) failed: eutest t_c_good_err_file.e, expected: 1 but got: 0 interpreting t_test_true.e: sh: eui: not found FAILURE: t_test_true.e program died with status 32512 Test results summary: FAIL: t_test_true.e Files (run: 1) (failed: 1) (0% success) failed: eutest t_test_true.e, expected: 1 but got: 0 t_eutest summary: 3 tests run, 1 passed, 2 failed, 33% success FAILURE: t_eutest.e program died with status 256
For some reason there's a reference to my eubins eui which I used to ./configure. I'll replace it and go from there. "eubins" is just a link to a current eubin directory I just moved the link to my freshly-made build directory.
Nope, that's not it. It looks like "t_c_no_err_file.e" does not exist. I don't see that file in the default branch, either.