Re: running TestNG tests from nashorn/test by jtreg

2014-06-17 Thread Jonathan Gibbons
Sundar, Yet another test framework? Should we consider support for these tests in jtreg? -- Jon On 06/17/2014 03:44 AM, A. Sundararajan wrote: No. Nashorn test framework requires specific security manager to be used. Also, nashorn test framework uses jtreg-style annotations in .js files and

Re: running TestNG tests from nashorn/test by jtreg

2014-06-17 Thread Lev Priima
Thanks Sundar, Do you plan to migrate to running all nashorn tests by using one harness(not using both ant and jtreg)? Could I run all tests from nashorn test(including both jtreg and TestNG tests) by using jtreg? Lev On 06/17/2014 02:11 PM, A. Sundararajan wrote: Hi, only a subset of nash

RFR 8047057: Add a regression test for the passing test cases from JDK-8042304

2014-06-17 Thread A. Sundararajan
Please review http://cr.openjdk.java.net/~sundar/8047057/ Thanks -Sundar

Re: running TestNG tests from nashorn/test by jtreg

2014-06-17 Thread A. Sundararajan
No. Nashorn test framework requires specific security manager to be used. Also, nashorn test framework uses jtreg-style annotations in .js files and parses those -Sundar On Tuesday 17 June 2014 04:11 PM, Lev Priima wrote: Thanks Sundar, Do you plan to migrate to running all nashorn tests by

Re: running TestNG tests from nashorn/test by jtreg

2014-06-17 Thread A. Sundararajan
Hi, only a subset of nashorn tests can be run with jtreg. *) cd $nashorn_repo_top_dir/test *) jtreg -jdk: . If you want to run all tests, you've to run do *) cd $nashorn_repo_top_dir/make *) ant clean test test262parallel -Sundar On Monday 16 June 2014 09:10 PM, Lev Priima wrote: Hi, Could

Re: running TestNG tests from nashorn/test by jtreg

2014-06-17 Thread Lev Priima
Hi Jonathan, Is it possible to run TestNG tests from nashorn/test by using jtreg? Lev On 06/16/2014 07:40 PM, Lev Priima wrote: Hi, Could you please point me to the doc, describing how to run TestNG-tests from nashorn/test by using jtreg harness?

Re: RFR 8047035: (function() "hello")() crashes in Lexer with jdk9

2014-06-17 Thread Attila Szegedi
+1 On Jun 17, 2014, at 8:12 AM, A. Sundararajan wrote: > Please review http://cr.openjdk.java.net/~sundar/8047035/ > Bug: https://bugs.openjdk.java.net/browse/JDK-8047035 > > Thanks, > -Sundar

Re: RFR 8047035: (function() "hello")() crashes in Lexer with jdk9

2014-06-17 Thread Hannes Wallnoefer
+1 Am 2014-06-17 08:12, schrieb A. Sundararajan: Please review http://cr.openjdk.java.net/~sundar/8047035/ Bug: https://bugs.openjdk.java.net/browse/JDK-8047035 Thanks, -Sundar