Norris Boyd wrote: > ... > 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. > Those tests all pass for me, although I need to resync to pull down > any new tests that have been introduced on the SpiderMonkey side. > > How are you running tests? Using > org.mozilla.javascript.drivers.StandardTests?
Exactly these tests. Running it with ant junit-all, I have most of the time 98 failures (out of 6641 tests). On the server with CruiseControl, I have more failures but I guess that this is only because it is a bit more slow. This is made with the latest js tests from CVS head. When I run ant jsdriver-run this fails as well, but no idea how much failures occur then. If I compile and run the tests in testsrc/org/mozilla/javascript/tests (which are not included in any Ant target) from my IDE, I have 14 errors (12 of them in DoctestsTest). Cheers, Marc. -- Web: http://www.efficient-webtesting.com Blog: http://mguillem.wordpress.com _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
