Review request for 8009115: jtreg tests under jdk/test/javax/script should use nashorn as script engine
Alan Bateman
Alan.Bateman at oracle.com
Wed Feb 27 11:17:28 UTC 2013
On 27/02/2013 10:44, A. Sundararajan wrote:
> Hi,
>
> Please review http://cr.openjdk.java.net/~sundar/8009115/
>
> Changing javax.script tests to use nashorn engine explicitly. Adjusted
> tests for differences b/w nashorn and rhino engines.
> Changes documented here:
> http://cr.openjdk.java.net/~sundar/8009115/README
>
> Thanks
> -Sundar
These changes look okay to me although I assumed that Nashorn would be a
"js" scripting engine, in which case there shouldn't be a need to change
many of the getEngineByName("js") usages to "nashorn".
-Alan
More information about the core-libs-dev
mailing list