mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
updating memory tests
This commit is contained in:
parent
9fe8dbf893
commit
e2a6a3651d
3 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
for f in tests/memory/*.scm; do
|
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 \
|
if diff -q ${f%.scm}.out ${f%.scm}.res \
|
||||||
&& diff -q ${f%.scm}.err ${f%.scm}.err-res; then
|
&& diff -q ${f%.scm}.err ${f%.scm}.err-res; then
|
||||||
echo "[PASS] ${f%.scm}"
|
echo "[PASS] ${f%.scm}"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
ERROR: out of memory
|
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 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 1039 of file ./lib/init-7.scm
|
||||||
called from <anonymous> on line 526 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
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
ERROR: out of memory
|
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 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 1039 of file ./lib/init-7.scm
|
||||||
called from <anonymous> on line 526 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue