Files
ldc/tests
Frits van Bommel e3d6b1c051 Fix some assembler issues:
The assembler was miscompiling "add" (specifically, the "add reg/mem, imm"
variations).
The change that caused this seems to have been made because without it, some
"add"s didn't compile at all.

This patch reverts the previous change, and makes sure assembler operands are
remapped correctly even though the input operands auto-generated due to
updating operations aren't explicitly used.
2009-02-18 21:46:14 +01:00
..
2009-02-18 21:46:14 +01:00
2008-10-06 22:46:55 +02:00
2008-11-22 21:06:33 +01:00
2008-10-11 21:46:19 +02:00

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
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