nashorn/test/script/basic/JDK-8155025.js.EXPECTED
author hannesw
Fri, 03 Feb 2017 13:28:00 +0100
changeset 43555 1bb10bccf057
parent 37733 54c8207aed23
permissions -rw-r--r--
8173888: Test for JDK-8169481 causes stack overflows in parser tests Reviewed-by: jlaskey, sundar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37733
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
     1
0.1.toFixed(1)=0.1
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
     2
0.1.toFixed(2)=0.10
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
     3
0.1.toFixed(3)=0.100
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
     4
0.01.toFixed(1)=0.0
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
     5
0.01.toFixed(2)=0.01
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
     6
0.01.toFixed(3)=0.010
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
     7
0.01.toFixed(4)=0.0100
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
     8
0.001.toFixed(1)=0.0
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
     9
0.001.toFixed(2)=0.00
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    10
0.001.toFixed(3)=0.001
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    11
0.001.toFixed(4)=0.0010
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    12
0.001.toFixed(5)=0.00100
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    13
0.0001.toFixed(1)=0.0
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    14
0.0001.toFixed(2)=0.00
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    15
0.0001.toFixed(3)=0.000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    16
0.0001.toFixed(4)=0.0001
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    17
0.0001.toFixed(5)=0.00010
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    18
0.0001.toFixed(6)=0.000100
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    19
0.00001.toFixed(1)=0.0
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    20
0.00001.toFixed(2)=0.00
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    21
0.00001.toFixed(3)=0.000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    22
0.00001.toFixed(4)=0.0000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    23
0.00001.toFixed(5)=0.00001
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    24
0.00001.toFixed(6)=0.000010
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    25
0.00001.toFixed(7)=0.0000100
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    26
0.000001.toFixed(1)=0.0
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    27
0.000001.toFixed(2)=0.00
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    28
0.000001.toFixed(3)=0.000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    29
0.000001.toFixed(4)=0.0000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    30
0.000001.toFixed(5)=0.00000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    31
0.000001.toFixed(6)=0.000001
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    32
0.000001.toFixed(7)=0.0000010
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    33
0.000001.toFixed(8)=0.00000100
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    34
1e-7.toFixed(1)=0.0
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    35
1e-7.toFixed(2)=0.00
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    36
1e-7.toFixed(3)=0.000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    37
1e-7.toFixed(4)=0.0000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    38
1e-7.toFixed(5)=0.00000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    39
1e-7.toFixed(6)=0.000000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    40
1e-7.toFixed(7)=0.0000001
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    41
1e-7.toFixed(8)=0.00000010
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    42
1e-7.toFixed(9)=0.000000100
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    43
1e-8.toFixed(1)=0.0
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    44
1e-8.toFixed(2)=0.00
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    45
1e-8.toFixed(3)=0.000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    46
1e-8.toFixed(4)=0.0000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    47
1e-8.toFixed(5)=0.00000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    48
1e-8.toFixed(6)=0.000000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    49
1e-8.toFixed(7)=0.0000000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    50
1e-8.toFixed(8)=0.00000001
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    51
1e-8.toFixed(9)=0.000000010
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    52
1e-8.toFixed(10)=0.0000000100
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    53
1e-9.toFixed(1)=0.0
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    54
1e-9.toFixed(2)=0.00
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    55
1e-9.toFixed(3)=0.000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    56
1e-9.toFixed(4)=0.0000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    57
1e-9.toFixed(5)=0.00000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    58
1e-9.toFixed(6)=0.000000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    59
1e-9.toFixed(7)=0.0000000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    60
1e-9.toFixed(8)=0.00000000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    61
1e-9.toFixed(9)=0.000000001
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    62
1e-9.toFixed(10)=0.0000000010
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    63
1e-9.toFixed(11)=0.00000000100
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    64
1e-10.toFixed(1)=0.0
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    65
1e-10.toFixed(2)=0.00
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    66
1e-10.toFixed(3)=0.000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    67
1e-10.toFixed(4)=0.0000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    68
1e-10.toFixed(5)=0.00000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    69
1e-10.toFixed(6)=0.000000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    70
1e-10.toFixed(7)=0.0000000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    71
1e-10.toFixed(8)=0.00000000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    72
1e-10.toFixed(9)=0.000000000
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    73
1e-10.toFixed(10)=0.0000000001
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    74
1e-10.toFixed(11)=0.00000000010
54c8207aed23 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw
parents:
diff changeset
    75
1e-10.toFixed(12)=0.000000000100