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.
Likely a regression due to the fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=3477
Confirmed.
This one has been fixed by rolling out the patch for bug 3477.