Closed Bug 1670496 Opened 5 years ago Closed 5 years ago

Order of "fractionalSecondDigits" accesses in DateTimeFormat initialization is wrong

Categories

(Core :: JavaScript: Internationalization API, defect)

defect

Tracking

()

RESOLVED FIXED
84 Branch
Tracking Status
firefox84 --- fixed

People

(Reporter: Waldo, Assigned: anba)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Latest test262 test intl402/DateTimeFormat/constructor-options-order-fractionalSecondDigits.js fails because we access the "fractionalSecondDigits" property in InitializeDateTimeFormat in slightly wrong order. Probably an easy fix, filing to get a bug number to cite for doing a test262 update...

Blocks: test262

The spec PR changed to access "fractionalSecondDigits" before the "timeZoneName"
property, update our code accordingly.

Assignee: nobody → andrebargull
Status: NEW → ASSIGNED
Pushed by cbrindusan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4a065c1a4c55 Access "fractionalSecondDigits" before "timeZoneName" property. r=yulia
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: