Thanks Robert, fixed it, and updated the ticket / will update the vote thread.
interesting case: 1.8.0_31’s nashorn returns 3(Integer) for 1+2 when 1.8.0_60 one returns 3L this said it should just be a pain for the tests, as client code is generally agnostic of the type. > On 15 Oct 2015, at 08:32, Robert Munteanu <[email protected]> wrote: > > On Wed, 2015-10-14 at 19:26 +0000, Nicolas Peltier wrote: >> for your test issue, which version of java are you running? > > $ mvn -v > Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04- > 22T14:57:37+03:00) > Maven home: /usr/share/java/maven > Java version: 1.8.0_60, vendor: Oracle Corporation > Java home: /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "4.2.1-1-desktop", arch: "amd64", family: > "unix" > > Robert >
