updating memory tests

This commit is contained in:
Alex Shinn 2015-05-09 22:54:10 +09:00
parent 9fe8dbf893
commit e2a6a3651d
3 changed files with 9 additions and 7 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
for f in tests/memory/*.scm; do
./chibi-scheme-ulimit -xscheme $f >${f%.scm}.out 2>${f%.scm}.err
./chibi-scheme-ulimit -q $f >${f%.scm}.out 2>${f%.scm}.err
if diff -q ${f%.scm}.out ${f%.scm}.res \
&& diff -q ${f%.scm}.err ${f%.scm}.err-res; then
echo "[PASS] ${f%.scm}"

View file

@ -1,5 +1,6 @@
ERROR: out of memory
called from <anonymous> on line 513 of file ./lib/init-7.scm
called from <anonymous> on line 529 of file ./lib/init-7.scm
called from <anonymous> on line 15 of file tests/memory/test00-read-string.scm
called from <anonymous> on line 1000 of file ./lib/init-7.scm
called from <anonymous> on line 526 of file ./lib/init-7.scm
called from <anonymous> on line 1039 of file ./lib/init-7.scm
called from <anonymous> on line 542 of file ./lib/init-7.scm
called from <anonymous> on line 622 of file ./lib/init-7.scm

View file

@ -1,5 +1,6 @@
ERROR: out of memory
called from <anonymous> on line 513 of file ./lib/init-7.scm
called from <anonymous> on line 529 of file ./lib/init-7.scm
called from <anonymous> on line 11 of file tests/memory/test01-read-symbol.scm
called from <anonymous> on line 1000 of file ./lib/init-7.scm
called from <anonymous> on line 526 of file ./lib/init-7.scm
called from <anonymous> on line 1039 of file ./lib/init-7.scm
called from <anonymous> on line 542 of file ./lib/init-7.scm
called from <anonymous> on line 622 of file ./lib/init-7.scm