# HG changeset patch # User Christian Kamm # Date 1223827819 -7200 # Node ID 20ee709ce39e7ca0785977661a387eebc46527a8 # Parent 8526cf6261103aa2e1d8699127158f66ad93438b Update tests readme. diff -r 8526cf626110 -r 20ee709ce39e tests/README --- a/tests/README Sun Oct 12 18:03:34 2008 +0200 +++ b/tests/README Sun Oct 12 18:10:19 2008 +0200 @@ -1,11 +1,14 @@ -After making sure LDC and its runtime are up to date, use -./runtest tmp-sensible-name -to run tests for LDC. -Move into reference/ subfolder and add to svn if desired. +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 -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 +To run the DStress based tests execute +./runtest tmp-sensible-name +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