Bug 19553
| Summary: | Unexpected failures in date tests in trunk r34569 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Gabriel de Dietrich <gabriel.dedietrich> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac (PowerPC) | ||
| OS: | OS X 10.4 | ||
Gabriel de Dietrich
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)
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
Central European Summer Time, that is currently UTC+2.
Eric Seidel (no email)
This sounds like bug 4930 then.
*** This bug has been marked as a duplicate of 4930 ***