mirror of https://github.com/tc39/test262.git
01f73e96ca
See https://github.com/tc39/proposal-temporal/pull/2316 which eliminated an observable call to Array.prototype[Symbol.iterator]() in the case where a calendar's 'fields' property was undefined. The best way I've thought of to test this is to monkeypatch the Array.prototype[Symbol.iterator]() method to make it throw. In some cases, where we are actually expected to iterate the return value from a Temporal.TimeZone's getPossibleInstantsFor() method, we have to provide a custom method for that as well, that returns a non-Array iterable so we don't call the patched Array.prototype[Symbol.iterator](). This normative change reached consensus at the July 2022 TC39 plenary meeting. |
||
---|---|---|
.. | ||
Array/prototype/toLocaleString | ||
BigInt/prototype/toLocaleString | ||
Collator | ||
Date/prototype | ||
DateTimeFormat | ||
DisplayNames | ||
DurationFormat | ||
Intl | ||
ListFormat | ||
Locale | ||
Number/prototype/toLocaleString | ||
NumberFormat | ||
PluralRules | ||
RelativeTimeFormat | ||
Segmenter | ||
String/prototype | ||
Temporal | ||
TypedArray/prototype/toLocaleString | ||
constructors-string-and-single-element-array.js | ||
constructors-taint-Object-prototype-2.js | ||
constructors-taint-Object-prototype.js | ||
default-locale-is-canonicalized.js | ||
default-locale-is-supported.js | ||
fallback-locales-are-supported.js | ||
language-tags-canonicalized.js | ||
language-tags-invalid.js | ||
language-tags-valid.js | ||
language-tags-with-underscore.js | ||
supportedLocalesOf-consistent-with-resolvedOptions.js | ||
supportedLocalesOf-default-locale-and-zxx-locale.js | ||
supportedLocalesOf-duplicate-elements-removed.js | ||
supportedLocalesOf-empty-and-undefined.js | ||
supportedLocalesOf-locales-arg-coered-to-object.js | ||
supportedLocalesOf-locales-arg-empty-array.js | ||
supportedLocalesOf-returned-array-elements-are-not-frozen.js | ||
supportedLocalesOf-taint-Array-2.js | ||
supportedLocalesOf-taint-Array.js | ||
supportedLocalesOf-test-option-localeMatcher.js | ||
supportedLocalesOf-throws-if-element-not-string-or-object.js | ||
supportedLocalesOf-unicode-extensions-ignored.js |