This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: web page on testing
- To: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Subject: Patch: web page on testing
- From: Tom Tromey <tromey at redhat dot com>
- Date: 06 Feb 2001 14:11:07 -0700
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Reply-To: tromey at redhat dot com
I'm checking this in.
2001-02-06 Tom Tromey <tromey@redhat.com>
* contrib.html: Refer to new page.
* test.html: New file.
Tom
Index: contrib.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/contrib.html,v
retrieving revision 1.15
diff -u -r1.15 contrib.html
--- contrib.html 2001/01/28 22:20:47 1.15
+++ contrib.html 2001/02/06 21:06:12
@@ -195,7 +195,7 @@
<table border="0" cellpadding="4" width="95%">
<tr bgcolor="#b0d0ff">
<th align="left">
- Contributing test cases
+ Testing
</th>
</tr>
</table>
@@ -218,6 +218,12 @@
<li>Send the patch to java-patches and then commit of you're allowed to.
</ul>
+
+<p>
+
+There is also some documentation on <a href="test.html">how to run
+test cases</a>. This covers both our built-in tests and extra test
+suites we use.
</td></tr>
</table>
Index: test.html
===================================================================
RCS file: test.html
diff -N test.html
--- /dev/null Tue May 5 13:32:27 1998
+++ test.html Tue Feb 6 13:06:12 2001
@@ -0,0 +1,43 @@
+<html>
+<title>GCJ - Testing</title>
+<body bgcolor="white">
+
+<h1>Testing and the GCJ Project</h1>
+
+<table border="0" cellpadding="4" width="95%">
+<tr bgcolor="#b0d0ff">
+ <th align="left">
+ Mauve
+ </th>
+</tr>
+</table>
+<br>
+
+The <a href="http://sources.redhat.com/mauve/">Mauve Project</a> is a
+project to write a suite of tests for the Java Class Libraries. We
+encourage developers to contribute test cases to Mauve.<p>
+
+libgcj supports Mauve testing. If you have Mauve checked out in,
+e.g., <tt>~/mauve/</tt>, then you can tell the libgcj to run the Mauve
+tests like so: <tt>make MAUVEDIR=~/mauve check</tt>.<p>
+
+<table border="0" cellpadding="4" width="95%">
+<tr bgcolor="#b0d0ff">
+ <th align="left">
+ Jacks
+ </th>
+</tr>
+</table>
+<br>
+
+The <a
+href="http://oss.software.ibm.com/developerworks/opensource/cvs/jikes/~checkout~/jacks/jacks.html">Jacks</a>
+project exists to create a test suite for Java compilers. We
+encourage developers to contribute test cases to Jacks.<p>
+
+Changes affecting the gcj front end can usefully be tested against
+Jacks. We don't as yet have an automated mechanism to run Jacks tests
+in our test framework.<p>
+
+</body>
+</html>