mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue