This site's content was compiled from 1993 to 2006. Beyond that, Google is your friend.
Ian Joyner
An Eiffel conformance test suite that was developed for the Unisys A Series Eiffel compiler (which is no longer available).
The tests are provided as they were originally written, with no modifications to get them working on any other compiler. For some compilers, you will need to split the classes into separate files where multiple classes are in one file. Also the A Series compiler $ cards are left in at the beginning, so you will need to remove those.
A few of the files are not of interest, as they were specific to the A Series compiler. The most interesting tests are the Vxxx tests. Some of these were done in a single file, but where they needed multiple tests, the files are in subdirectories. The subdirectories mainly have numbers, which correspond to the subclause of the Vxxx constraint in ETL. (The structure of the tests tries to follow ETL.). Other tests test particular language constructs.
These tests are not complete, but do give a framework to add more tests.