I think HARMONY-950 and HARMONY-984 are also related to this, so you may want to close one of them as a duplicate if the work is going to happen in the new one.
https://issues.apache.org/jira/browse/HARMONY-950 https://issues.apache.org/jira/browse/HARMONY-984 2009/2/4 Sean Qiu <[email protected]>: > +1 > I've raise a new jira to track it. > https://issues.apache.org/jira/browse/HARMONY-6083 > > 2009/2/4 Tim Ellison <[email protected]> > >> Alexei Fedotov wrote: >> > Tim, >> > You wrote: >> > >> >> With the classlib code, you can run the tests against any JRE using... >> >> cd working_classlib >> >> ant -Dtest.jre.home=$WORKSPACE/harmony/target/hdk/jdk/jre test >> > >> > The tests run only after they are built ("compile-tests") and class >> > library module is built ("build"). The class library is used solely >> > for building tests, the tests run after the proper build specified at >> > test.jre.home. >> > >> > >> http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/archive/build.xml?view=markup >> : >> > >> > <target name="-test-module" depends="build, compile-tests, >> > prepare-exclude, run-tests" /> >> > >> > This means you cannot skip the build step for class library tests. >> > This is different from stress tests. So there is nothing we can do >> > from the buildtest here, the problem is in the class lbrary build >> > system. >> > >> > Well, I'm not quite sure I've got your question correctly. >> >> Yes, you are right. The classlib tests need to be compiled against the >> implementation. It would be good if we packaged the compiled tests into >> the HDK so that they were reusable without having to do the checkout and >> compile again. >> >> Regards, >> Tim >> > > > > -- > Best Regards > Sean, Xiao Xia Qiu > > China Software Development Lab, IBM > -- Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
