This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC Testing Efforts web page: gcc.gnu.org/testing
- From: Tom Lord <lord at emf dot net>
- To: janis187 at us dot ibm dot com
- Cc: gcc at gcc dot gnu dot org, phil at jaj dot com, schiele at pi3 dot informatik dot uni-mannheim dot de, ljrittle at freebsd dot org, hp at bitrange dot com
- Date: Wed, 13 Nov 2002 16:57:29 -0800 (PST)
- Subject: Re: GCC Testing Efforts web page: gcc.gnu.org/testing
- References: <20021113163715.A10765@us.ibm.com>
The page at http://gcc.gnu.org/testing/ has been extended to include
ideas for further testing, some of which were previously in the
beginner section of the Projects list. If you've got ideas about
interesting ways to pound on GCC, please add them to that list.
Flogging a dead horse:
`arch' was designed with my observations of the GCC workflow in mind.
GCC development was a touchstone to keep the design of arch sane.
It's a nice framework for automating tests -- not only tests on trunk,
but tests on feature branches aspiring to be merged with the trunk.
(And, it's a nice framework for keeping track of and auditing
changes.)
`arch' currently lives at:
www.fifthvision.net/Arch
and the `arch-users' list there contains helpful people.
Y'all are doing far too much work "by hand".
-t