This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC regression testing
- From: Ben Elliston <bje at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: 22 Oct 2002 17:51:48 +1000
- Subject: GCC regression testing
I've been following the discussion about the lack of GCC regression
testing and decided to take on the task. I chose to not use the
existing regression testing scripts, because I think one of the things
that has been lacking is a centralised test results, where useful
analayses can be performed. The testing is currently being performed
using Red Hat's internal build system, however I hope that it will be
made more accessible in the near future.
For now, I am publishing statically generated Tinderbox-style build
reports every four hours on:
http://people.redhat.com/bje/tinderbox.html
Testing is being done for the following native configurations:
i686-pc-linux-gnu
powerpc-unknown-linux-gnu
sparc-sun-solaris2.8
This tool is in its infancy and I am working on making it more useful.
As such, I welcome feedback from other GCC developers on how to make
it more useful.
Ben