test262/test/intl402/DisplayNames
Mike Pennisi c324e5c620 Correct tests for Unicode Language Identifier
The underscore character "_" is only accepted for the sep production [1]
when the backwards-compatibility extensions [2] are enabled. However,
ECMA-402 only accepts Unicode BCP 47 locale identifiers [3], meaning
identifiers *without* the backwards-compatibility extensions.

[1] https://unicode.org/reports/tr35/#Unicode_language_identifier
[2] https://unicode.org/reports/tr35/#BCP_47_Conformance
[3] https://tc39.es/ecma402/#sec-language-tags
2021-09-02 10:34:22 -04:00
..
prototype Correct tests for Unicode Language Identifier 2021-09-02 10:34:22 -04:00
ctor-custom-get-prototype-poison-throws.js
ctor-custom-prototype.js Intl.DisplayNames make type required 2020-07-10 19:19:34 -07:00
ctor-default-prototype.js Intl.DisplayNames make type required 2020-07-10 19:19:34 -07:00
instance-extensible.js Intl.DisplayNames make type required 2020-07-10 19:19:34 -07:00
length.js Intl.DisplayNames.length should be 2 (#2711) 2020-07-20 16:29:05 -07:00
locales-invalid-throws.js
locales-length-poison-throws.js Remove extraneous feature flag 2021-07-28 12:44:07 -04:00
locales-length-tolength-throws.js
locales-symbol-length.js Intl.DisplayNames make type required 2020-07-10 19:19:34 -07:00
name.js
options-fallback-abrupt-throws.js Remove extraneous feature flag 2021-07-28 12:44:07 -04:00
options-fallback-invalid-throws.js Intl.DisplayNames make type required 2020-07-10 19:19:34 -07:00
options-fallback-toString-abrupt-throws.js Intl.DisplayNames make type required 2020-07-10 19:19:34 -07:00
options-fallback-valid.js Intl.DisplayNames make type required 2020-07-10 19:19:34 -07:00
options-getoptionsobject.js Change Intl.(ListFormat|DisplayNames|Segmenter) (#2952) 2021-03-08 19:31:26 -08:00
options-languagedisplay-abrupt-throws.js Add tests for proposal, "Intl.DisplayNames v2" 2021-07-28 13:22:51 -04:00
options-languagedisplay-invalid-throws.js Add tests for proposal, "Intl.DisplayNames v2" 2021-07-28 13:22:51 -04:00
options-languagedisplay-toString-abrupt-throws.js Add tests for proposal, "Intl.DisplayNames v2" 2021-07-28 13:22:51 -04:00
options-languagedisplay-valid.js Add tests for proposal, "Intl.DisplayNames v2" 2021-07-28 13:22:51 -04:00
options-localeMatcher-abrupt-throws.js
options-localeMatcher-invalid-throws.js
options-localeMatcher-toString-abrupt-throws.js
options-localeMatcher-valid.js Intl.DisplayNames make type required 2020-07-10 19:19:34 -07:00
options-null-throws.js
options-random-properties-unchecked.js Intl.DisplayNames make type required 2020-07-10 19:19:34 -07:00
options-style-abrupt-throws.js
options-style-invalid-throws.js
options-style-toString-abrupt-throws.js
options-style-valid.js Intl.DisplayNames make type required 2020-07-10 19:19:34 -07:00
options-type-abrupt-throws.js
options-type-invalid-throws.js Test invalid type 2020-07-13 15:50:07 -07:00
options-type-toString-abrupt-throws.js
options-type-valid.js Intl.DisplayNames make type required 2020-07-10 19:19:34 -07:00
prop-desc.js
proto-from-ctor-realm.js Intl.DisplayNames make type required 2020-07-10 19:19:34 -07:00
proto.js
undefined-newtarget-throws.js