Update tests readme.

This commit is contained in:
Christian Kamm
2008-10-12 18:10:19 +02:00
parent a455186f28
commit c8ef274074

View File

@@ -1,11 +1,14 @@
After making sure LDC and its runtime are up to date, use
We have two different test sets. For the test drivers
you need do compile the .d files in this folder with
a Phobos D compiler.
To run the 'mini' test suite run
./runminitests
To run the DStress based tests execute
./runtest tmp-sensible-name
to run tests for LDC.
Move into reference/ subfolder and add to svn if desired.
Use
./findregressions old-test-resultfile tmp-sensible-name
to find changes.
Recommended for comparing to DMD:
./findregressions reference/dmd-version ldc-something | grep -v "PASS -> XFAIL" | sort > tmp-new-regressions
and then use
./findregressions old-results new-results
to display a list of regressions. You can
download old result files from
http://www.incasoftware.de/~kamm/ldc/reference