view tests/README @ 443:44f08170f4ef

Removed tango from the repository and instead added a runtime dir with the files needed to patch and build tango from svn. Reworked the LLVMDC specific pragmas.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 01 Aug 2008 00:32:06 +0200
parents df1abfe27be6
children 6aaa3d3c1183
line wrap: on
line source

After making sure llvmdc and its runtime are up to date, use
./runtest tmp-sensible-name
to run tests for llvmdc.
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 llvmdc-something | grep -v "PASS -> XFAIL" | sort > tmp-new-regressions