[Webkit-unassigned] [Bug 71371] JSC on linux showing 3 additional regressions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 2 10:41:03 PDT 2011


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





--- Comment #2 from Andy Wingo <wingo at igalia.com>  2011-11-02 10:41:03 PST ---
The second regression:

Testcase ecma/Date/15.9.5.31-1.js failed 
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
TDATE = new Date(946684800000);(TDATE).setUTCHours(1234567);TDATE.getHours() = 8 FAILED! expected: 9

Produces the same in v8:

d8> TDATE = new Date(946684800000);(TDATE).setUTCHours(1234567);TDATE.getHours()  
8

In JSC, I get the same of course; the toString() is:

> TDATE.toString()
Wed Nov 02 2140 08:00:00 GMT+0100 (CET)

Note that it is in my time zone.  Were I in California, I think I would still have daylight-savings time.  Could this be the issue?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list