-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Context: Test262 failures for Date.prototype.toString/toDateString/toUTCString with negative years.
Fixes:
- Add manual formatting helpers that compute year/month/day/weekday/time from ECMAScript time values and format signed years with at least four digits.
- Use manual formatters for out-of-range years in toString/toDateString/toUTCString.
Tests:
- dotnet test tests/Asynkron.JsEngine.Tests.Test262 -c Release --settings tests/Asynkron.JsEngine.Tests.Test262/BuiltInsTests.runsettings --filter "Name=Date_prototype_toDateString|Name=Date_prototype_toString|Name=Date_prototype_toUTCString"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels