test262/test/intl402/DateTimeFormat
André Bargull c4317b0cb5 Ensure ToDateTimeFormattable is called for both arguments 2024-12-18 16:59:26 +01:00
..
prototype Ensure ToDateTimeFormattable is called for both arguments 2024-12-18 16:59:26 +01:00
supportedLocalesOf Use verifyProperty in test/intl402/DateTimeFormat tests 2023-09-13 16:05:40 +02:00
builtin.js Use more descriptive names for Intl test files 2017-12-21 16:46:56 -05:00
canonicalize-calendar.js Intl: Test calendar canonicalization in Intl.DateTimeFormat constructor 2024-07-04 11:14:16 +02:00
canonicalize-utc-timezone.js Test that Intl.DateTimeFormat canonicalizes the timezones "Etc/GMT", "Etc/UTC", and "GMT" to "UTC" (#4328) 2024-11-18 09:20:01 +00:00
casing-numbering-system-calendar-options.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-calendar-numberingSystem-order.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-default-value.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-invalid-offset-timezone.js Add test for ECMA402 PR 788 (#3917) 2023-09-26 09:22:50 -07:00
constructor-no-instanceof.js Improve NumberFormat and DateTimeFormat tests for OrdinaryHasInstance 2023-01-03 12:40:48 -08:00
constructor-options-calendar-invalid.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-dateStyle-invalid.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-dateStyle-valid.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-dayPeriod-invalid.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-dayPeriod-valid.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-fractionalSecondDigits-invalid.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-fractionalSecondDigits-valid.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-invalid-explicit-components.js Test invalid Intl.DateTimeFormat options when dateStyle/timeStyle is set (#3886) 2023-08-07 16:32:44 +02:00
constructor-options-numberingSystem-invalid.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-order-dayPeriod.js Update tests for PR "Read date-time options only once when creating DateTimeFormat objects" 2023-07-27 21:08:25 +02:00
constructor-options-order-fractionalSecondDigits.js Update tests for PR "Read date-time options only once when creating DateTimeFormat objects" 2023-07-27 21:08:25 +02:00
constructor-options-order-timedate-style.js Update tests for PR "Read date-time options only once when creating DateTimeFormat objects" 2023-07-27 21:08:25 +02:00
constructor-options-order.js Update tests for PR "Read date-time options only once when creating DateTimeFormat objects" 2023-07-27 21:08:25 +02:00
constructor-options-style-conflict.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-throwing-getters-dayPeriod.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-throwing-getters-fractionalSecondDigits.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-throwing-getters-timedate-style.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-throwing-getters.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-timeStyle-invalid.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-timeStyle-valid.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-timeZoneName-invalid.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-timeZoneName-valid.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
constructor-options-toobject.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
date-time-options.js Use more descriptive names for Intl test files 2017-12-21 16:46:56 -05:00
default-options-object-prototype.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
ignore-invalid-unicode-ext-values.js Revert "remove "invalid" from invalid date of "cu" and "nu"" 2018-10-17 07:46:46 -07:00
instance-proto-and-extensible.js Use more descriptive names for Intl test files 2017-12-21 16:46:56 -05:00
intl-legacy-constructed-symbol-on-unwrap.js Features: add "intl-normative-optional" 2020-11-03 14:28:17 -05:00
intl-legacy-constructed-symbol.js Features: add "intl-normative-optional" 2020-11-03 14:28:17 -05:00
legacy-regexp-statics-not-modified.js Use more descriptive names for Intl test files 2017-12-21 16:46:56 -05:00
length.js Use verifyProperty in test/intl402/DateTimeFormat tests 2023-09-13 16:05:40 +02:00
name.js Use verifyProperty in test/intl402/DateTimeFormat tests 2023-09-13 16:05:40 +02:00
numbering-system-calendar-options.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
offset-timezone-no-unicode-minus-sign.js Make U+2212 MINUS SIGN an invalid sign character for offset time zone IDs 2024-07-03 08:50:57 -07:00
prop-desc.js Use verifyProperty in test/intl402/DateTimeFormat tests 2023-09-13 16:05:40 +02:00
proto-from-ctor-realm.js Add "proto-from-ctor-realm" tests for Intl constructors (#2334) 2019-09-11 17:22:21 -03:00
required-date-time-formats.js Use more descriptive names for Intl test files 2017-12-21 16:46:56 -05:00
subclassing.js Remove unused includes in Intl test files 2017-12-21 16:46:56 -05:00
taint-Object-prototype-date-time-components.js Use more descriptive names for Intl test files 2017-12-21 16:46:56 -05:00
taint-Object-prototype-dayPeriod.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
taint-Object-prototype-fractionalSecondDigits.js Update InitializeDateTimeFormat references to new CreateDateTimeFormat to reflect recent editorial change (#3889) 2023-08-07 17:01:48 +02:00
taint-Object-prototype.js Use more descriptive names for Intl test files 2017-12-21 16:46:56 -05:00
test-option-date-time-components.js Use more descriptive names for Intl test files 2017-12-21 16:46:56 -05:00
test-option-formatMatcher.js Use more descriptive names for Intl test files 2017-12-21 16:46:56 -05:00
test-option-hour12.js Use more descriptive names for Intl test files 2017-12-21 16:46:56 -05:00
test-option-localeMatcher.js Use more descriptive names for Intl test files 2017-12-21 16:46:56 -05:00
this-value-ignored.js Fixup Intl.* this-value tests (delete dups, add proper esid) 2020-09-14 13:35:13 -04:00
timezone-case-insensitive.js Remove "US/Pacific-New" from time zone tests 2024-12-16 14:55:12 +01:00
timezone-invalid.js Use more descriptive names for Intl test files 2017-12-21 16:46:56 -05:00
timezone-legacy-non-iana.js Add test with non-IANA time zone names (#4005) 2024-02-12 12:06:04 +01:00
timezone-not-canonicalized.js Add Intl.DTF tests for proposal-canonical-tz 2023-08-07 15:01:16 -07:00
timezone-utc.js Use more descriptive names for Intl test files 2017-12-21 16:46:56 -05:00