This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


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

Patch: Added News Item on Regression Testing


Folks, the subject says it all.
--warrenl


2001-02-13  Warren Levy  <warrenl@redhat.com>

        * index.html: Added news item on mods for regression highlighting
        in the library via recent Mauve mods.


Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.73
diff -u -p -r1.73 index.html
--- index.html	2001/02/09 06:30:12	1.73
+++ index.html	2001/02/13 10:51:39
@@ -64,6 +64,17 @@ href="http://www.gnu.org/philosophy/free
 
 <table>
 <tr><td valign="top">
+<b>February 8, 2001</b>
+</td><td>
+Made use of Warren Levy's change to the Mauve testsuite to handle regressions.
+Modifications have been made to <tt>mauve.exp</tt> to copy the newly created
+<tt>xfails</tt> file of known library failures from the source tree
+to the directory where the libjava <tt>'make check'</tt> is being run.  
+This allows the testsuite to ignore <tt>XFAILS</tt> and thus highlight
+true regressions in the library.
+</td></tr>
+
+<tr><td valign="top">
 <b>January 28, 2001</b>
 </td><td>
 The various gcj mailing lists have moved to gcc.gnu.org.


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