mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 11:23:14 +01:00
Update tests readme.
This commit is contained in:
23
tests/README
23
tests/README
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user