/home/clopez/webkit/webkit/layout-test-results/js/date-timeClip-large-values-actual.txt

4646PASS new Date(8.64e15).setDate(new Date(8.64e15).getDate() + 1).valueOf() is NaN
4747Testing setMonth()
4848PASS new Date(0).setMonth(Infinity).valueOf() is NaN
49 FAIL new Date(0).setMonth(1.79769e+308).valueOf() should be NaN. Was -28857600000.
50 FAIL new Date(0).setMonth(-1.79769e+308).valueOf() should be NaN. Was -28857600000.
 49FAIL new Date(0).setMonth(1.79769e+308).valueOf() should be NaN. Was 0.
 50FAIL new Date(0).setMonth(-1.79769e+308).valueOf() should be NaN. Was 0.
5151PASS new Date(8.64e15).setMonth(new Date(8.64e15).getMonth()).valueOf() is 8.64e15
5252PASS new Date(8.64e15).setMonth(new Date(8.64e15).getMonth() + 1).valueOf() is NaN
5353Testing setYear()
5454PASS new Date(0).setYear(Infinity).valueOf() is NaN
55 FAIL new Date(0).setYear(1.79769e+308).valueOf() should be NaN. Was -62135596800000.
56 FAIL new Date(0).setYear(-1.79769e+308).valueOf() should be NaN. Was -62135596800000.
 55FAIL new Date(0).setYear(1.79769e+308).valueOf() should be NaN. Was -62167219200000.
 56FAIL new Date(0).setYear(-1.79769e+308).valueOf() should be NaN. Was -62167219200000.
5757PASS new Date(8.64e15).setYear(new Date(8.64e15).getFullYear()).valueOf() is 8.64e15
5858PASS new Date(8.64e15).setYear(new Date(8.64e15).getFullYear() + 1).valueOf() is NaN
5959Testing setFullYear()
6060PASS new Date(0).setFullYear(Infinity).valueOf() is NaN
61 FAIL new Date(0).setFullYear(1.79769e+308).valueOf() should be NaN. Was -62135596800000.
62 FAIL new Date(0).setFullYear(-1.79769e+308).valueOf() should be NaN. Was -62135596800000.
 61FAIL new Date(0).setFullYear(1.79769e+308).valueOf() should be NaN. Was -62167219200000.
 62FAIL new Date(0).setFullYear(-1.79769e+308).valueOf() should be NaN. Was -62167219200000.
6363PASS new Date(8.64e15).setFullYear(new Date(8.64e15).getFullYear()).valueOf() is 8.64e15
6464PASS new Date(8.64e15).setFullYear(new Date(8.64e15).getFullYear() + 1).valueOf() is NaN
6565Testing setUTCMilliseconds()