On Fri, Nov 11, 2011 at 12:44 AM, Paul Bowyer <pbow...@olynet.com> wrote:

> I re-ran the tests after downloading a fresh copy of ecl-test and upon
> examining the log files I find that 'ansi.log' and 'bugs.log' both have
> errors in them that indicate the tests aborted prematurely (Trying to
> attach them to this message for your inspection).
>

My fault. The 'ansi' test has to be ran before 'bugs' because that one
contains files that support our own test suite. My impression is that
running 'ansi' did not work for you, because it takes more than just two
seconds to download the ANSI test suite (this is the first thing that is
done by the Makefile).

You should have seen something like

ecl-test$ make
mkdir -p /Users/jjgarcia/ecl-test/output/ecl
[...]
cd bugs; echo '(load "doit.lsp") (si::quit)' 2>&1 | ecl -norc --trap-fpe
>/Users/jjgarcia/ecl-test/output/ecl/bugs.log 2>&1
CVS_RSH="ssh" cvs -z3 -d:pserver:anonym...@cvs.savannah.gnu.org:/sources/gcl
co gcl/ansi-tests; \
mv gcl/ansi-tests ansi
cvs checkout: warning: failed to open /Users/jjgarcia/.cvspass for reading:
No such file or directory
cvs checkout: Updating gcl/ansi-tests
U gcl/ansi-tests/.cvsignore
U gcl/ansi-tests/ISSUES
[...]

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to