From: Martin R. <ru...@us...> - 2010-04-26 15:50:14
|
Update of /cvsroot/foo/fooelk/test In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11800 Modified Files: check-gc.in check-gc2.in check-r4rs.in Log Message: adopted tests to fooelk Index: check-r4rs.in =================================================================== RCS file: /cvsroot/foo/fooelk/test/check-r4rs.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** check-r4rs.in 26 Apr 2010 15:48:49 -0000 1.1 --- check-r4rs.in 26 Apr 2010 15:50:06 -0000 1.2 *************** *** 2,6 **** (cat @srcdir@/r4rstest.scm; echo '(test-cont) (test-sc4) (test-delay)') \ ! | @top_builddir@/src/elk -p .:@top_srcdir@/scm -l - rm -f tmp1 tmp2 tmp3 --- 2,6 ---- (cat @srcdir@/r4rstest.scm; echo '(test-cont) (test-sc4) (test-delay)') \ ! | @top_builddir@/src/fooelk -p .:@top_srcdir@/scm -l - rm -f tmp1 tmp2 tmp3 Index: check-gc.in =================================================================== RCS file: /cvsroot/foo/fooelk/test/check-gc.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** check-gc.in 26 Apr 2010 15:48:49 -0000 1.1 --- check-gc.in 26 Apr 2010 15:50:06 -0000 1.2 *************** *** 4,8 **** # Panic: Visit: object not in prev space at 0x40210b2c ('pair') 8199 8201 (dumping core). ! cat << EOF | @top_builddir@/src/elk -p .:@top_srcdir@/scm -l - (display "testing garbage collector integrity (10000 loops)\n") --- 4,8 ---- # Panic: Visit: object not in prev space at 0x40210b2c ('pair') 8199 8201 (dumping core). ! cat << EOF | @top_builddir@/src/fooelk -p .:@top_srcdir@/scm -l - (display "testing garbage collector integrity (10000 loops)\n") Index: check-gc2.in =================================================================== RCS file: /cvsroot/foo/fooelk/test/check-gc2.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** check-gc2.in 26 Apr 2010 15:48:49 -0000 1.1 --- check-gc2.in 26 Apr 2010 15:50:06 -0000 1.2 *************** *** 3,7 **** # This test used to crash the GC. ! cat << EOF | @top_builddir@/src/elk -p .:@top_srcdir@/scm -l - (display "testing deep calls (2000 calls)\n") --- 3,7 ---- # This test used to crash the GC. ! cat << EOF | @top_builddir@/src/fooelk -p .:@top_srcdir@/scm -l - (display "testing deep calls (2000 calls)\n") |