On Jan 16, 1:06 pm, Marc Guillemot <[EMAIL PROTECTED]> wrote: > Norris Boyd wrote: > > ... > > I've added the tests Attila mentions above to the skip list > > (incidentally, lc2/JavaToJS/char-002.js works for me on Linux). That > > leaves js1_5/Regress/regress-89443.js and js1_5/extensions/ > > regress-226507.js as tests that work for both me and Attila but fail > > for Marc. I don't know why those tests are problematic. I reran the > > tests and grepped for Failure (I usually use Calwell's tool) and > > didn't get any failures. > > On Linux using Java 1.6.0_03 (with empty JAVA_OPTS) I have > > - Testcase js1_5/Regress/regress-89443.js failed > Failure reason: > JavaScript errors: > null:0: exception from uncaught JavaScript throw: > java.lang.StackOverflowError > > - Testcase js1_5/extensions/regress-226507.js failed > Failure reason: > JavaScript errors: > ../tests/js1_5/extensions/regress-226507.js:305: Too deep recursion > while parsing > > this second failure denotes a StackOverflowError too. > > Do you run the tests with extra parameters? > > Cheers, > Marc. > -- > Blog:http://mguillem.wordpress.com
Aha! I had been running with Java 1.5. When I try with Java 1.6 I get the failures. Looking at the tests, I see these tests are stress tests. I'll add them to the skip list. --N _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
