--- old/test/script/basic/NASHORN-389.js 2015-11-09 10:35:35.349341782 +0100 +++ new/test/script/basic/NASHORN-389.js 2015-11-09 10:35:35.265341785 +0100 @@ -35,6 +35,6 @@ var y = -1.23456789e+20; print(x.toFixed(9)); print(y.toFixed(9).indexOf(",") === -1); // no grouping -//print(y.toFixed(9)); // FIXME expected: -123456788999999995904.000000000 -//print(1000000000000000128); // FIXME expected: 1000000000000000100 -//print((1000000000000000128).toFixed(0)); // FIXME expected: 1000000000000000128 +print(y.toFixed(9)); +print(1000000000000000128); +print((1000000000000000128).toFixed(0));