[svn r204] Don't run complex dstress tests, they seem to be broken.

This commit is contained in:
Christian Kamm
2008-05-10 06:44:57 +02:00
parent 788a35a072
commit 5af7719265
2 changed files with 3 additions and 3 deletions

View File

@@ -7,5 +7,5 @@ Use
./findregressions old-test-resultfile tmp-sensible-name
to find changes.
Recommended:
./findregressions tmp reference/llvmdc-something | grep -v "PASS -> XFAIL" | sort > tmp-new-regressions
Recommended for comparing to DMD:
./findregressions reference/dmd-version llvmdc-something | grep -v "PASS -> XFAIL" | sort > tmp-new-regressions

View File

@@ -46,5 +46,5 @@ echo "Note that aborting is tricky. Try killing the processes by the name of"
echo "run.sh, compile.sh, nocompile.sh and norun.sh as well as this one."
echo
DMD=$DMD make > ../$TARGETFILE
DMD=$DMD make compile nocompile run norun > ../$TARGETFILE
cd ..