openbsd-ports/lang/egcs/snapshot/files/tests
1999-05-18 17:10:01 +00:00
..
alpha.readme Fixed-up tests. Everything a-ok after unwind info correction. 1999-01-26 11:12:28 +00:00
i386.readme Reality 1999-05-18 17:10:01 +00:00
m68k.readme Update to 19990131 situation 1999-02-01 23:34:08 +00:00
README Add needed stuff to rs6000/xm-openbsd.h, configure this, 1999-02-10 00:20:41 +00:00
sparc.readme Results for 990117 snapshot 1999-01-21 14:32:37 +00:00

testing procedure: 
- obtain a RECENT snapshot of dejagnu from egcs.cygnus.com.
I've just upgraded to dejagnu-981026, check
ftp://egcs.cygnus.com/pub/egcs/infrastructure.
It's dreadfully easy to build it, just a trivial adaptation of the existing
dejagnu port.

- make build should now BOTH build the snapshot AND build the checks.
You will also find a `warnings' file in the work/egcs-* directory...
- have a look at work/source/contrib... this is what you need to analyze
the test results.

OpenBSD notes:
* you need an up-to-date bsd.port.mk.
* an assembler bug that affects the sparc has been fixed post-2.4. It may
affect other architectures. Basically, the archs that use an old gas
(m68k, sparc, i386,...) are liable to run into bugs that can be traced to
the assembler, not the compiler.
* the configuration files used are substantially cleaned up from gcc 2.8.1.
This will be used for gcc 2.8.1 eventually.

To run the same testsuites under native gcc 2.8.1:
- move the site.exp file elsewhere, edit it to get the right paths.
- remove the -Os option from the various testsuite drivers, gcc 2.8.1 
does not support -Os...
- run with e.g., GCC=/usr/bin/gcc runtest --tool gcc