This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC regression testing
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- To: gcc at gcc dot gnu dot org
- Cc: Ben Elliston <bje at redhat dot com>, <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 26 Oct 2002 12:12:10 +0200 (CEST)
- Subject: Re: GCC regression testing
On 22 Oct 2002, Ben Elliston wrote:
> I've been following the discussion about the lack of GCC regression
> testing and decided to take on the task.
Great!
> http://people.redhat.com/bje/tinderbox.html
We should really document this, so I went ahead an committed the following
patch:
Do not refer to http://gcc.gnu.org/testresults/ any longer, which has
not been updated for more than a year. Add a new page on testers instead.
This is just a skeleton, Ben, feel free to extend it as you see fit.
And, of course, everyone else operating similar testers, please add
yourself as well (or send me some details and I will do it for you).
Thanks,
Gerald
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.336
diff -u -3 -p -r1.336 index.html
--- index.html 4 Oct 2002 13:38:46 -0000 1.336
+++ index.html 26 Oct 2002 10:09:21 -0000
@@ -128,10 +128,11 @@ snapshots</a>.</p>
<p>We strive to provide regular, high quality
<a href="releases.html">releases</a>, which we want to work well on a variety
-of native (including GNU/Linux) and cross targets. To that end, we use an
-extensive <a href="http://gcc.gnu.org/testresults/">test suite</a> as well
-as <a href="benchmarks/">various benchmark suites
-and automated testers</a> to maintain and improve quality.</p>
+of native (including GNU/Linux) and cross targets.
+To that end, we use an extensive <a href="http://gcc.gnu.org/testing/">test
+suite and automated regression testers</a> as well
+as <a href="benchmarks/">various benchmark suites and automated testers</a>
+to maintain and improve quality.</p>
<!-- NOTE: Of the following four items, we always want to show exactly
Index: testing/index.html
===================================================================
RCS file: testing/index.html
diff -N testing/index.html
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ testing/index.html 26 Oct 2002 10:09:21 -0000
@@ -0,0 +1,15 @@
+<html>
+
+<head>
+<title>GCC Regression Testing</title>
+</head>
+
+<body>
+
+<p>Ben Elliston operates a Tinderbox-style
+<a href="http://people.redhat.com/bje/tinderbox.html">build and regression
+testing system</a>.</p>
+
+</body>
+
+</html>