[webkit-reviews] review requested: [Bug 75692] [Qt] REGRESSION(r104267): fast/js/date-constructor.html fails : [Attachment 123300] Fixed some lines in the test
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 20 05:56:11 PST 2012
Szilard Ledan <Ledan-Muntean.Szilard at stud.u-szeged.hu> has asked for review:
Bug 75692: [Qt] REGRESSION(r104267): fast/js/date-constructor.html fails
https://bugs.webkit.org/show_bug.cgi?id=75692
Attachment 123300: Fixed some lines in the test
https://bugs.webkit.org/attachment.cgi?id=123300&action=review
------- Additional Comments from Szilard Ledan
<Ledan-Muntean.Szilard at stud.u-szeged.hu>
This test is timezone dependent, the incomplete lines have been corrected.
'Infinity' used int the first seven parameters does not have any effect.
Line 'Number(new Date(new Date(1, 1, 1, 1, 1, 1, 1, 1, Infinity)).getTime() -
timeZoneOffset)' works the same way as Number(new Date(new Date(1, 1, 1, 1, 1,
1, 1)).getTime() - timeZoneOffset).
More information about the webkit-reviews
mailing list