WebKit Bugzilla
New
Browse
VERIFIED FIXED
Bug 3762
REGRESSION fast/js/date-parse-test fails
https%3A%2F%2Fbugs.webkit.org%2Fshow_bug.cgi?id=3762
Summary
REGRESSION fast/js/date-parse-test fails
mitz
Reported
2005-06-29 01:40:01 PDT
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Maciej Stachowiak
Comment 1
2005-06-29 01:46:25 PDT
Likely a regression due to the fix for
http://bugzilla.opendarwin.org/show_bug.cgi?id=3477
Joost de Valk (AlthA)
Comment 2
2005-06-29 01:47:07 PDT
Confirmed.
Carsten Guenther
Comment 3
2005-06-30 17:57:10 PDT
This one has been fixed by rolling out the patch for
bug 3477
.
Top of Page
Format For Printing
XML
Clone This Bug