mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 12:38:24 +00:00
8047366: (1000000000000000128).toString() and (1000000000000000128).toFixed() don't evaluate to expected values
Reviewed-by: attila, sundar
This commit is contained in:
parent
12e30a3d04
commit
3bfbc63cd6
@ -167,8 +167,8 @@ evalExpectValue(<<CODE
|
||||
CODE, "set \":\"(a) {}");
|
||||
|
||||
// bug JDK-8047366
|
||||
// evalExpectValue("(1000000000000000128).toString()", "1000000000000000100");
|
||||
// evalExpectValue("(1000000000000000128).toFixed().toString()", "1000000000000000128");
|
||||
evalExpectValue("(1000000000000000128).toString()", "1000000000000000100");
|
||||
evalExpectValue("(1000000000000000128).toFixed().toString()", "1000000000000000128");
|
||||
|
||||
try {
|
||||
Function("-", {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user