--- /home/clopez/webkit/webkit/layout-test-results/js/date-timeClip-large-values-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/js/date-timeClip-large-values-actual.txt @@ -46,20 +46,20 @@ PASS new Date(8.64e15).setDate(new Date(8.64e15).getDate() + 1).valueOf() is NaN Testing setMonth() PASS new Date(0).setMonth(Infinity).valueOf() is NaN -FAIL new Date(0).setMonth(1.79769e+308).valueOf() should be NaN. Was -28857600000. -FAIL new Date(0).setMonth(-1.79769e+308).valueOf() should be NaN. Was -28857600000. +FAIL new Date(0).setMonth(1.79769e+308).valueOf() should be NaN. Was 0. +FAIL new Date(0).setMonth(-1.79769e+308).valueOf() should be NaN. Was 0. PASS new Date(8.64e15).setMonth(new Date(8.64e15).getMonth()).valueOf() is 8.64e15 PASS new Date(8.64e15).setMonth(new Date(8.64e15).getMonth() + 1).valueOf() is NaN Testing setYear() PASS new Date(0).setYear(Infinity).valueOf() is NaN -FAIL new Date(0).setYear(1.79769e+308).valueOf() should be NaN. Was -62135596800000. -FAIL new Date(0).setYear(-1.79769e+308).valueOf() should be NaN. Was -62135596800000. +FAIL new Date(0).setYear(1.79769e+308).valueOf() should be NaN. Was -62167219200000. +FAIL new Date(0).setYear(-1.79769e+308).valueOf() should be NaN. Was -62167219200000. PASS new Date(8.64e15).setYear(new Date(8.64e15).getFullYear()).valueOf() is 8.64e15 PASS new Date(8.64e15).setYear(new Date(8.64e15).getFullYear() + 1).valueOf() is NaN Testing setFullYear() PASS new Date(0).setFullYear(Infinity).valueOf() is NaN -FAIL new Date(0).setFullYear(1.79769e+308).valueOf() should be NaN. Was -62135596800000. -FAIL new Date(0).setFullYear(-1.79769e+308).valueOf() should be NaN. Was -62135596800000. +FAIL new Date(0).setFullYear(1.79769e+308).valueOf() should be NaN. Was -62167219200000. +FAIL new Date(0).setFullYear(-1.79769e+308).valueOf() should be NaN. Was -62167219200000. PASS new Date(8.64e15).setFullYear(new Date(8.64e15).getFullYear()).valueOf() is 8.64e15 PASS new Date(8.64e15).setFullYear(new Date(8.64e15).getFullYear() + 1).valueOf() is NaN Testing setUTCMilliseconds()