This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Regression tester has web pages again
Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:
> On Mon, 3 Feb 2003, Geoffrey Keating wrote:
> > The regression tester now has its web pages at
> > <http://gcc.gnu.org/regtest/>.
>
> Nice, thanks!
>
> (In case someone wonders why this does not seem to be in CVS, I have set
> up an area gcc.gnu.org where Geoff automatically rsyncs his results.)
Most of the pages are completely script-generated, so there's not a
lot of benefit to having them in CVS, with the very notable exception
of index.html, which I should probably arrange to be in my local CVS
with the testing scripts.
> Geoff, would you mind considering the patch below, which
> o addresses some markup issues (it looks better that way on links,
> for example),
> o replaces Sourceware by GCC,
> o and makes minor simplifications here and there.
>
> Ah, and would you mind adding an entry to htdocs/testing/index.html ?
I applied this patch (by hand, something seemed to mangle it in the
mailing process, I hope I got it right), except for this bit:
> - <li>The list of tests that are known to pass, for
> - <a href="native-passes.txt">native</a>.
> + <li>list of <a href="native-passes.txt">tests that are known to pass
> + for native</a>.
The idea is that when the tester is extended to test another target,
there'll be two URLs.
The new page should show up once this testrun is complete.
Andreas said:
> Is it worth to mention that this is a special kernel?
> Plain MacOS 10.2.3 reports as powerpc-darwin6.3. And with this kernel
> (6.3) your're not able to reproduce the test results you send.
I fixed this. In fact, it was actually 10.2.1 anyway, and the kernel
is based off the original 10.2 one.
--
- Geoffrey Keating <geoffk@geoffk.org>