On Nov 8, 7:47 pm, "Peter Michaux" <[EMAIL PROTECTED]> wrote: > 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, seehttp://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
You're right; this text applies to the CVS repository rather than the downloaded zip. The SpiderMonkey tests are not included in the release zip file. The tests live in mozilla.org CVS at mozilla/js/tests (in mxr at http://mxr.mozilla.org/mozilla/source/js/tests/). You can see CVS instructions at https://developer.mozilla.org/en/Mozilla_Source_Code_Via_CVS. Thanks, Norris _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
