This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa wwwdocs] Add documentation on daily testing
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>, Janis Johnson <janis187 at us dot ibm dot com>
- Date: Tue, 29 Jul 2003 09:34:01 -0700
- Subject: Re: [tree-ssa wwwdocs] Add documentation on daily testing
- References: <1059487187.3164.8.camel@frodo.toronto.redhat.com>
On Tue, Jul 29, 2003 at 09:59:47AM -0400, Diego Novillo wrote:
>
> Adds documentation about daily testing with links to where full build
> logs are kept.
>
> I'd like our wwwdocs folks to look over the patch because I'm adding
> things like system names and I'm not quite sure if I'm following
> conventions.
You seem to be requesting a picky review, so I'll try.
> +<p>The branch is tested daily on several platforms, including alpha, x86,
> +ia64, amd64, ppc and ppc64. Regression test results are posted to the <a
> +href="http://gcc.gnu.org/ml/gcc-testresults/"><code>gcc-testresults</code></a>
> +mailing list. Full build logs are also <a
> +href="http://people.redhat.com/dnovillo/nightly-testing/tree-ssa-branch/">available</a>.</p>
Are these all GNU/Linux platforms? If so, mention that and use either
machine names that are used in triples (e.g., powerpc rather than ppc)
or the accepted name for the architecture (e.g., PowerPC); if not, use
the full target triples.
> +<p>Performance testing is also conducted daily using <a
> +href="http://people.redhat.com/dnovillo/spec95/tree-ssa-branch/">SPEC95</a>
> +and <a href="http://people.redhat.com/dnovillo/spec2000/tree-ssa-branch/">SPEC2000</a>.</p>
This sounds like the links are to information about the benchmarks
rather than results; maybe "Daily performance results are available
for...." More extreme pickiness: it's "SPEC CPU2000"; I don't know
the real name for SPEC95.
Janis