test/script/basic/JDK-8013337.js.EXPECTED

changeset 0
b1a7da25b547
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/basic/JDK-8013337.js.EXPECTED	Wed Apr 27 01:36:41 2016 +0800
     1.3 @@ -0,0 +1,17 @@
     1.4 +new Date(NaN).setFullYear(NaN) = NaN
     1.5 +new Date(0).setYear(70) = 0
     1.6 +new Date(0).setYear(NaN) = NaN
     1.7 +new Date(NaN).setYear(70) = -19800000
     1.8 +new Date(NaN).getTimezoneOffset() = NaN
     1.9 +Date.prototype.setMilliseconds calls valueOf on arg
    1.10 +Date.prototype.setUTCMilliseconds calls valueOf on arg
    1.11 +Date.prototype.setSeconds calls valueOf on arg
    1.12 +Date.prototype.setUTCSeconds calls valueOf on arg
    1.13 +Date.prototype.setMinutes calls valueOf on arg
    1.14 +Date.prototype.setUTCMinutes calls valueOf on arg
    1.15 +Date.prototype.setHours calls valueOf on arg
    1.16 +Date.prototype.setUTCHours calls valueOf on arg
    1.17 +Date.prototype.setDate calls valueOf on arg
    1.18 +Date.prototype.setUTCDate calls valueOf on arg
    1.19 +Date.prototype.setMonth calls valueOf on arg
    1.20 +Date.prototype.setUTCMonth calls valueOf on arg

mercurial