Norris Boyd wrote: >> >> 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). > > These all work for me run individually from Eclipse. There were some > tests that failed when the entire org.mozilla.javascript.tests package > was run, but I just checked in fixes for those problems. > > Can you send me a sample failure?
ok, with your update all tests are now working (I had more failures due to incomplete source path under Eclipse). Please find a patch in https://bugzilla.mozilla.org/show_bug.cgi?id=461115 that allow the build to compile and run *all* available JUnit test cases, and not only StandardTests. 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
