This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
why does GCC have so many tests?
- From: Jonathan Wilson <jonwil at tpgi dot com dot au>
- To: gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Fri, 17 Oct 2003 22:54:58 +0800
- Subject: why does GCC have so many tests?
I am guessing that the tests are:
1.tests for bugs that have been fixed (to make sure they STAY fixed)
2.tests for things that may look like bugs to some people but which arent
in fact bugs because the standard says to do things that way
and 3.tests for things that work to make sure they stay working.
Any other reason for all the tests?