comparison tests/README @ 691:20ee709ce39e

Update tests readme.
author Christian Kamm <kamm incasoftware de>
date Sun, 12 Oct 2008 18:10:19 +0200
parents 6aaa3d3c1183
children e6b5e742daa5
comparison
equal deleted inserted replaced
690:8526cf626110 691:20ee709ce39e
1 After making sure LDC and its runtime are up to date, use 1 We have two different test sets. For the test drivers
2 you need do compile the .d files in this folder with
3 a Phobos D compiler.
4
5 To run the 'mini' test suite run
6 ./runminitests
7
8 To run the DStress based tests execute
2 ./runtest tmp-sensible-name 9 ./runtest tmp-sensible-name
3 to run tests for LDC. 10 and then use
4 Move into reference/ subfolder and add to svn if desired. 11 ./findregressions old-results new-results
5 12 to display a list of regressions. You can
6 Use 13 download old result files from
7 ./findregressions old-test-resultfile tmp-sensible-name 14 http://www.incasoftware.de/~kamm/ldc/reference
8 to find changes.
9
10 Recommended for comparing to DMD:
11 ./findregressions reference/dmd-version ldc-something | grep -v "PASS -> XFAIL" | sort > tmp-new-regressions