diff --git a/tests/memory/memory-tests.sh b/tests/memory/memory-tests.sh index 3ad428c4..40322164 100755 --- a/tests/memory/memory-tests.sh +++ b/tests/memory/memory-tests.sh @@ -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}" diff --git a/tests/memory/test00-read-string.err-res b/tests/memory/test00-read-string.err-res index c52e0fd4..416d2bd6 100644 --- a/tests/memory/test00-read-string.err-res +++ b/tests/memory/test00-read-string.err-res @@ -1,5 +1,6 @@ ERROR: out of memory - called from on line 513 of file ./lib/init-7.scm + called from on line 529 of file ./lib/init-7.scm called from on line 15 of file tests/memory/test00-read-string.scm - called from on line 1000 of file ./lib/init-7.scm - called from on line 526 of file ./lib/init-7.scm + called from on line 1039 of file ./lib/init-7.scm + called from on line 542 of file ./lib/init-7.scm + called from on line 622 of file ./lib/init-7.scm diff --git a/tests/memory/test01-read-symbol.err-res b/tests/memory/test01-read-symbol.err-res index 02e0b655..a42e90bb 100644 --- a/tests/memory/test01-read-symbol.err-res +++ b/tests/memory/test01-read-symbol.err-res @@ -1,5 +1,6 @@ ERROR: out of memory - called from on line 513 of file ./lib/init-7.scm + called from on line 529 of file ./lib/init-7.scm called from on line 11 of file tests/memory/test01-read-symbol.scm - called from on line 1000 of file ./lib/init-7.scm - called from on line 526 of file ./lib/init-7.scm + called from on line 1039 of file ./lib/init-7.scm + called from on line 542 of file ./lib/init-7.scm + called from on line 622 of file ./lib/init-7.scm