This is the mail archive of the java-patches@sourceware.cygnus.com 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]

A little testsuite cleanup



I've just removed and renamed some files in the testsuite.

Case.java passes now, so I've removed the xfail marker.  I've also
renamed libjava.compile/test.exp to libjava.compile/compile.exp, and
libjava.lang/test.exp to libjava.lang/lang.exp.

Renaming these files make it easy just to run the tests in those
specific directories.  You specify the filename in RUNTESTFLAGS like
so..

make RUNTESTFLAGS="lang.exp" check

..but only in the testsuite directory.  This doesn't work from the top
level right now.


1999-10-02 Anthony Green <green@cygnus.com>

        * libjava.compile/Case.xfail: Removed.  This test should pass now.

        * libjava.compile/compile.exp: Copied from test.exp.
        * libjava.compile/test.exp: Removed.

        * libjava.lang/lang.exp: Copied from test.exp.
        * libjava.lang/test.exp: Removed.

-- 
Anthony Green                                               Cygnus Solutions
                                                       Sunnyvale, California

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