On Mon, Oct 20, 2008 at 8:52 AM, Norris Boyd <[EMAIL PROTECTED]> wrote:
> > Norris Boyd wrote: > > > The 1.7R2 release candidate is available from FTP at > > >ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R2-RC1.zip. > Which tests are you referring to? I run the tests that are shared with > SpiderMonkey using org.mozilla.javascript.drivers.JsDriver, which has > skip lists, see http://developer.mozilla.org/En/Running_the_Rhino_tests. I downloaded the RC zip and following the instructions on the Running_the_Rhino_tests does seem to make sense. Step three is java -classpath ../tests/src/jstests.jar:build/test/classes:build/classes \ org.mozilla.javascript.drivers.JsDriver -f results.xml --timeout 15000 \ -L @testsrc/base.skip What would the "../tests" directory be in the case of the RC zip? That would be outside the unzipped directory which seems wrong. Does the above command apply to the RC? Peter _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
