racket/collects/tests/mzscheme
Robby Findler 058bb56915 added guilty-party
svn: r5783
2007-03-17 21:39:59 +00:00
..
benchmarks change binary-tree to maybe correctly match the rules 2007-02-01 07:02:00 +00:00
match
ttt
advanced.ss
all.ss
async-channel.ss
awk.ss
basic.ss avoid excessive allocation for 64-bit machines in make-string/make-bytes tests 2007-01-31 00:33:38 +00:00
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
char-set.ss
chez-module.ss
chkdoc.ss
cmdline.ss fix err-msg test 2007-02-06 07:46:43 +00:00
compat.ss
compfile.ss
compile.ss
compilex.ss
contmark.ss 369.4 2007-01-12 07:09:56 +00:00
contract-opt-tests.ss
contract-test.ss added guilty-party 2007-03-17 21:39:59 +00:00
control.ss
cover-teach.ss
date.ss
deep.ss
em-imp.ss
embed-me1.ss
embed-me2.ss
embed-me3.ss
embed-me4.ss
embed-me5.ss
embed-me6.ss
embed.ss
etc.ss
expand.ss make more path tests run on all platforms, use system-idle-evt for some sync tests 2006-11-23 01:50:34 +00:00
fact.ss
file.ss 369.5 2007-01-16 20:55:13 +00:00
filelib.ss
foreign-test.c 369.8 2007-02-14 02:41:49 +00:00
foreign-test.ss fix memory functions argument parsing, fix foreign tests 2007-03-01 06:38:30 +00:00
function.ss
gzip.ss
head.ss
htdp-image.ss
htdp-test.ss
image.ss
imap.ss
intermediate-lambda.ss
intermediate.ss
intm-adv.ss
intm-intml.ss
intmlam-adv.ss
iobuf.ss
ktest.ss
kw.ss
loadable.ss
loadtest.ss
loop.ss
ltest.ss
macro.ss
macrolib.ss
makeflat.ss
makeflats.ss fix up mzc-test support 2006-11-10 20:54:05 +00:00
match-test.ss
md5.ss
moddep.ss
module.ss
mz.ss
mzlib.ss
mzlonglong.c
mzq.ss
mzthr.ss
name.ss merged units branch 2006-12-05 20:31:14 +00:00
namespac.ss
nch.ss
net.ss parse url schemes properly (some test reformatting) 2007-01-07 09:09:27 +00:00
number.ss 369.7 2007-01-30 06:34:05 +00:00
numstrs.ss
object-old.ss
object.ss
oe.ss
oee.ss
openssl.ss
optimize.ss ideas for honu tests 2007-02-15 07:48:43 +00:00
pack.ss
package-gen.ss
package.ss
parallel.ss improve parallel testing 2007-02-03 22:15:36 +00:00
param.ss
path.ss 369.7 2007-01-30 06:34:05 +00:00
pconvert.ss merged units branch 2006-12-05 20:31:14 +00:00
port.ss tests for mz and port.ss repairs 2007-02-20 01:42:25 +00:00
portlib.ss tests for mz and port.ss repairs 2007-02-20 01:42:25 +00:00
pp-regression.ss
pretty.ss
prompt-tests.ss fixed yet another race condition in a test 2007-02-01 06:03:02 +00:00
prompt.ss unit clean-up 2006-12-22 01:26:58 +00:00
quiet.ss improve parallel testing 2007-02-03 22:15:36 +00:00
read.ss
README
readtable.ss
restart.ss
runflats.ss fix up mzc-test support 2006-11-10 20:54:05 +00:00
rx.ss 369.8 2007-02-14 02:41:49 +00:00
serialize.ss
shared-tests.ss
shared.ss
srfi.ss
stream.ss
string.ss * Better dealing with errors in eval-string and read-from-string/-all 2006-12-11 18:03:33 +00:00
struct.ss
structc.ss
structlib.ss
stx.ss fix bug in expand when adjusting the lexical-context info of a locally bound identifer 2006-12-07 08:42:13 +00:00
subproc2.ss
subprocess.ss
sync.ss improve parallel testing 2007-02-03 22:15:36 +00:00
syntax.ss unit clean-up 2006-12-22 01:26:58 +00:00
tcp.ss
testing.ss improve parallel testing 2007-02-03 22:15:36 +00:00
thread.ss improve parallel testing 2007-02-03 22:15:36 +00:00
threadlib.ss improve parallel testing 2007-02-03 22:15:36 +00:00
thrport.ss
trait.ss
udp.ss
uinc.ss
uinc2.ss
uinc3.ss
uni-norm.ss
unicode.ss 359.2, collects changes 2006-12-20 00:57:12 +00:00
unit.ss merged units branch 2006-12-05 20:31:14 +00:00
unitsig.ss merged units branch 2006-12-05 20:31:14 +00:00
will.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