[Webkit-unassigned] [Bug 138303] 12 date tests fail on 2014.11.01 - the last day of daylight saving

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 3 02:21:08 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=138303

Csaba Osztrogonác <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossy at webkit.org

--- Comment #1 from Csaba Osztrogonác <ossy at webkit.org> ---
Only 2 different test ( with all configuration 2*6 ):
- mozilla-tests.yaml/ecma/Date/15.9.5.14.js.mozilla
new Date(1414918204891)).getHours() = 1 FAILED! expected: 0

- mozilla-tests.yaml/ecma/Date/15.9.5.34-1.js.mozilla
TDATE = new Date(now); (TDATE).setMonth(11,31); TDATE.getTime() = 1420015811536 FAILED! expected: 1420098611536
TDATE = new Date(now); (TDATE).setMonth(11,31); TDATE.valueOf() = 1420015811536 FAILED! expected: 1420098611536
TDATE = new Date(now); (TDATE).setMonth(11,31); TDATE.getUTCFullYear() = 2014 FAILED! expected: 2015
TDATE = new Date(now); (TDATE).setMonth(11,31); TDATE.getUTCMonth() = 11 FAILED! expected: 0
TDATE = new Date(now); (TDATE).setMonth(11,31); TDATE.getUTCDate() = 31 FAILED! expected: 1
TDATE = new Date(now); (TDATE).setMonth(11,31); TDATE.getUTCDay() = 3 FAILED! expected: 4
TDATE = new Date(now); (TDATE).setMonth(11,31); TDATE.getUTCHours() = 8 FAILED! expected: 7
TDATE = new Date(now); (TDATE).setMonth(11,31); TDATE.getHours() = 0 FAILED! expected: 23

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141103/783d6141/attachment-0002.html>


More information about the webkit-unassigned mailing list