Bug 3762
Summary: | REGRESSION fast/js/date-parse-test fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | JavaScriptCore | Assignee: | Maciej Stachowiak <mjs> |
Status: | VERIFIED FIXED | ||
Severity: | Normal | ||
Priority: | P1 | ||
Version: | 412 | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
mitz
fast/js/date-parse-test fails with TOT:
called Date.parse on Dec 25 1995 GMT and got NaN instead of 819849600000
called Date.parse on Dec 25 1995 1:30AM and got NaN instead of 819847800000
called Date.parse on Dec 25 1995 1:30PM and got NaN instead of 819891000000
called Date.parse on Dec 25 1995 UTC and got NaN instead of 819849600000
called Date.parse on Dec 25 1995 UT and got NaN instead of 819849600000
called Date.parse on Dec 25 1995 PST and got NaN instead of 819878400000
called Date.parse on Dec 25 1995 PDT and got NaN instead of 819874800000
called Date.parse on Dec 25 1995 XXX and got NaN instead of 819849600000
called Date.parse on Dec 25 1995 1:30 XXX and got 819847800000 instead of 819855000000
called Date.parse on Dec 25 1995 1:30 U and got 819847800000 instead of 819855000000
called Date.parse on Dec 25 1995 1:30 V and got 819847800000 instead of 819855000000
called Date.parse on Dec 25 1995 1:30 W and got 819847800000 instead of 819855000000
called Date.parse on Dec 25 1995 1:30 X and got 819847800000 instead of 819855000000
called Date.parse on Dec 25 1995 0:30 AM GMT and got 819851400000 instead of NaN
called Date.parse on Dec 25 1995 0:30 PM GMT and got 819894600000 instead of NaN
Testing complete. 15 tests failed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Maciej Stachowiak
Likely a regression due to the fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=3477
Joost de Valk (AlthA)
Confirmed.
Carsten Guenther
This one has been fixed by rolling out the patch for bug 3477.