[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:26:22 PDT 2011


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





--- Comment #1 from Andy Wingo <wingo at igalia.com>  2011-11-02 10:26:23 PST ---
Regarding the first case, the test prints:

  Testcase ecma/Date/15.9.5.14.js failed 
  Failure messages were:
  (new Date(1320254625004)).getHours() = 18 FAILED! expected: 19
  (new Date(1320258225004)).getHours() = 19 FAILED! expected: 20
  (new Date(1320261825004)).getHours() = 20 FAILED! expected: 21
  (new Date(1320265425004)).getHours() = 21 FAILED! expected: 22
  (new Date(1320269025004)).getHours() = 22 FAILED! expected: 23
  (new Date(1320272625004)).getHours() = 23 FAILED! expected: 0

FWIW these results are the same as I get with V8:


$ ./d8 
V8 version 3.6.5 (candidate) [console: dumb]
d8> (new Date(1320254625004)).getHours()
18
d8> (new Date(1320258225004)).getHours()
19
d8> (new Date(1320261825004)).getHours()
20
d8> (new Date(1320265425004)).getHours()
21
d8> (new Date(1320269025004)).getHours()
22
d8> (new Date(1320272625004)).getHours()
23


It appears to be a daylight-savings time issue.  This test appears to be disabled in Mozilla:

https://bugzilla.mozilla.org/show_bug.cgi?id=552218#c33

-- 
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