WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 4930
19553
Unexpected failures in date tests in trunk
r34569
https://bugs.webkit.org/show_bug.cgi?id=19553
Summary
Unexpected failures in date tests in trunk r34569
Gabriel de Dietrich
Reported
2008-06-15 06:23:06 PDT
Hi! I'm new into this, so I'm not exactly sure whether I should report svn trunk bugs. Anyway, I checked the WebKit svn trunk out, built it, and ran the JavaScript tests to find that… ** Danger, Will Robinson! Danger! The following failures have been introduced: ecma/Date/15.9.5.31-1.js ecma_3/Date/15.9.5.6.js Here are some extracts from actual.html: Test List: All tests Skip List: (none) 1135 test(s) selected, 1127 test(s) completed, 53 failures reported (4.7% failed) Engine command line: "/Users/gabi/Development/WebKit/WebKitBuild/Release/jsc" OS type: Darwin Orlando.local 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc Testcase execution time: 1 minutes, 32 seconds. Tests completed on Sun Jun 15 14:48:21 2008. [...] Testcase ecma/Date/15.9.5.31-1.js failed [ Next Failure | Top of Page ] Failure messages were: TDATE = new Date(946684800000);(TDATE).setUTCHours(1234567);TDATE.getHours() = 8 FAILED! expected: 9 [...] Testcase ecma_3/Date/15.9.5.6.js failed [ Previous Failure | Next Failure | Top of Page ] Failure messages were: Date.parse(Mon Jan 01 1900 00:00:00 GMT+0100 (CET)).toLocaleDateString()) = -2209078800000 FAILED! expected: -2208992400000 Hope it helps… Gabriel
Attachments
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2008-06-15 19:54:32 PDT
What time zone is your computer in? Several of the JavaScriptCore date tests will fail when run in a non US Pacific time zone.
Gabriel de Dietrich
Comment 2
2008-06-16 01:09:34 PDT
Central European Summer Time, that is currently UTC+2.
Eric Seidel (no email)
Comment 3
2009-05-17 23:42:35 PDT
This sounds like
bug 4930
then. *** This bug has been marked as a duplicate of
4930
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug