Closed
Bug 1591099
Opened 6 years ago
Closed 5 years ago
test262/intl402/ListFormat/constructor/constructor/proto-from-ctor-realm.js fails because Intl.ListFormat is enabled for tests in a hacky way
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1589095
People
(Reporter: jorendorff, Unassigned)
Details
This affects:
- test262/intl402/Locale/proto-from-ctor-realm.js
- test262/intl402/ListFormat/constructor/constructor/proto-from-ctor-realm.js
These fail because Intl.Locale
and Intl.ListFormat
are not yet enabled by default. They are monkeypatched into the first realm, in a hacky way, but these tests create a second realm, which doesn't get them, at least in the shell.
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•