.. | ||
benchmarks | ||
lang | ||
ttt | ||
advanced.ss | ||
all.ss | ||
async-channel.ss | ||
awk.ss | ||
basic.ss | ||
beg-adv.ss | ||
beg-bega.ss | ||
beg-intm.ss | ||
beg-intml.ss | ||
bega-adv.ss | ||
beginner-abbr.ss | ||
beginner.ss | ||
binc.ss | ||
boundmap-test.ss | ||
cache-image-snip-test.ss | ||
censor.ss | ||
chaperone.ss | ||
char-set.ss | ||
chez-module.ss | ||
cm.ss | ||
cmdline.ss | ||
compat.ss | ||
compile.ss | ||
contmark.ss | ||
contract-mzlib-test.ss | ||
contract-opt-tests.ss | ||
contract-test.ss | ||
control.ss | ||
date.ss | ||
deep.ss | ||
dict.ss | ||
embed-in-c.c | ||
embed-in-c.ss | ||
embed-me1.ss | ||
embed-me1b.ss | ||
embed-me1c.ss | ||
embed-me1d.ss | ||
embed-me1e.ss | ||
embed-me2.ss | ||
embed-me3.ss | ||
embed-me4.ss | ||
embed-me5.ss | ||
embed-me6.ss | ||
embed-me7.ss | ||
embed-me8.c | ||
embed-me9.ss | ||
embed-me10.ss | ||
embed-me11-rd.ss | ||
embed-me11.ss | ||
embed.ss | ||
etc.ss | ||
expand.ss | ||
fact.ss | ||
file.ss | ||
filelib.ss | ||
fixnum.ss | ||
for.ss | ||
foreign-test.c | ||
foreign-test.ss | ||
function.ss | ||
head.ss | ||
htdp-image.ss | ||
htdp-test.ss | ||
htdp.ss | ||
id-table-test.ss | ||
imap.ss | ||
intermediate-lambda.ss | ||
intermediate.ss | ||
intm-adv.ss | ||
intm-intml.ss | ||
intmlam-adv.ss | ||
ktest.ss | ||
kw.ss | ||
list.ss | ||
loadable.ss | ||
loadtest.ss | ||
logger.ss | ||
loop.ss | ||
ltest.ss | ||
macro.ss | ||
macrolib.ss | ||
makeflat.ss | ||
makeflats.ss | ||
math.ss | ||
moddep.ss | ||
modprot.ss | ||
module-reader.ss | ||
module.ss | ||
mpair.ss | ||
mz-tests.ss | ||
mzlib-tests.ss | ||
mzlonglong.c | ||
mzq.ss | ||
name.ss | ||
namespac.ss | ||
nch.ss | ||
net.ss | ||
number.ss | ||
numstrs.ss | ||
object-old.ss | ||
object.ss | ||
oe.ss | ||
openssl.ss | ||
optimize.ss | ||
pack.ss | ||
package-gen.ss | ||
package.ss | ||
parallel.ss | ||
param.ss | ||
path.ss | ||
pathlib.ss | ||
pconvert.ss | ||
place-channel.ss | ||
port.ss | ||
portlib.ss | ||
pp-regression.ss | ||
pretty.ss | ||
procs.ss | ||
prompt-sfs.ss | ||
prompt-tests.ss | ||
prompt.ss | ||
quiet.ss | ||
read.ss | ||
README | ||
readtable.ss | ||
restart.ss | ||
runflats.ss | ||
rx.ss | ||
sandbox.ss | ||
scheme-tests.ss | ||
serialize.ss | ||
set.ss | ||
shared-tests.ss | ||
shared.ss | ||
srfi.ss | ||
stream.ss | ||
string-mzlib.ss | ||
string.ss | ||
struct.ss | ||
structlib.ss | ||
stx.ss | ||
subprocess.ss | ||
sync.ss | ||
syntax-tests.ss | ||
syntax.ss | ||
tcp.ss | ||
testing.ss | ||
thread.ss | ||
threadlib.ss | ||
thrport.ss | ||
trace.ss | ||
trait.ss | ||
udp.ss | ||
uinc.ss | ||
uinc2.ss | ||
uinc3.ss | ||
uni-norm.ss | ||
unicode.ss | ||
unit.ss | ||
unitsig.ss | ||
unsafe.ss | ||
vector.ss | ||
version.ss | ||
will.ss | ||
zo-marshal.ss | ||
ztest.ss |
To run most of the tests, run: > (load "PATHTOHERE/all.ss") where PATHTOHERE is the path to this directory. Test failures may cause the test to stop before finishing, but most test failures will let the test continue, and a summary message at the end will enummerate the failures that occurred. Some files and directories are created (in the current directory) during the run. The files are named "tmp<N>" where <N> is a number. The directory is named "deep". If the test suite passes, the directory should be removed, but some "tmp<N>" files will remain. (The "tmp<N>" files are automatically replaced if the test suite is run again.) Additionally, test `expand' by running: > (load "PATHTOHERE/expand.ss") Test compilation and writing/reading compiled code with: > (load "PATHTOHERE/compile.ss") Run the standard tests with no output except for the results with: > (load "PATHTOHERE/quiet.ss") (Also get an error code -- use with scripts.) Run 3 copies of the test suite concurrently in separate threads: > (load "PATHTOHERE/parallel.ss") Please report bugs using Help Desk, or http://bugs.plt-scheme.org/ or (as a last resort) send mail to scheme@plt-scheme.org