This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Successful Compilation


> Date: Mon, 25 Mar 2002 15:32:56 -0800 (PST)
> To: gcc@gcc.gnu.org
> From: Walter Landry <wlandry@ucsd.edu>

> In any case, I noticed that there is a list of libraries that GCC
> 3.1 is being tested against.  One of the implicit goals seems to be
> good template support.  Since my library seems to stress the
> template support more than the other libraries (as I said, gcc only
> recently started compiling it), I thought it might be useful to the
> gcc team as a test.

Bear in mind, if you would like, you can help contribute to the effort
by just downloading snapshots every now and then and running your
testsuite and emailing the results to gcc testresults mailing list.
And if testing shows up regressions in the compiler or runtime
library, to file bug reports promptly noting when last it worked, and
when exactly it failed.

> I don't know what kind of format is preferred for the test suite.  I'd
> be happy to modify the test so that it outputs the results in a
> suitable form.

PASS: unique name of testcase
FAIL: unique name of testcase

and for the names of the testcases to be stable, and for the total
number to remain relatively constant (monotonically increasing over
the years of course).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]