Review request JDK-8009115: jtreg tests under jdk/test/javax/script should use nashorn as script engine
A. Sundararajan
sundararajan.athijegannathan at oracle.com
Wed Feb 27 02:48:25 PST 2013
Well, the tests do assume things about the underlying engine - such as
engine version, language version, language extensions like java support
and so on. (like importPackage). We used to depend on rhino engine - I
made nashorn dependency and used explicit dependency to use other js
engines.
-Sundar
On Wednesday 27 February 2013 03:21 PM, Hannes Wallnoefer wrote:
> Looks good to me.
>
> I'm wondering if we shouldn't leave the engine name as "js" in the
> tests though, as part of their purpose seems to test the standard JS
> engine?
>
> Hannes
>
> Am 2013-02-27 07:14, schrieb A. Sundararajan:
>> Please review http://cr.openjdk.java.net/~sundar/8009115/
>>
>> README has details on changes:
>> http://cr.openjdk.java.net/~sundar/8009115/README
>>
>> -Sundar
>
More information about the nashorn-dev
mailing list