ladybird/Libraries/LibJS/Tests/builtins/Intl/DateTimeFormat
Timothy Flynn 6a564376fc Meta+LibUnicode+LibJS: Upgrade to ICU 76.1
This updates our local ICU overlay port to use ICU 76.1. This includes
Unicode 16 and CLDR 46.

Upstream vcpkg is not able to supply versions past 74 yet due to various
dependency issues, but we are able to use this version ourselves. The
overlay port now includes a patch to revert ICU's dependence on autoconf
2.72 for now, as this version is not yet available on all systems.

All of the test changes were cross-referenced with Firefox to ensure
correctness.
2025-01-18 17:56:40 -05:00
..
DateTimeFormat.@@toStringTag.js
DateTimeFormat.js
DateTimeFormat.prototype.format.js Meta+LibUnicode+LibJS: Upgrade to ICU 76.1 2025-01-18 17:56:40 -05:00
DateTimeFormat.prototype.formatRange.js LibJS: Ensure GetDateTimeFormat returns nonnull for the best format 2024-12-06 11:13:10 -05:00
DateTimeFormat.prototype.formatRangeToParts.js LibJS: Ensure GetDateTimeFormat returns nonnull for the best format 2024-12-06 11:13:10 -05:00
DateTimeFormat.prototype.formatToParts.js LibJS: Ensure tests using the "ar" locale use the "arab" number system 2025-01-18 17:56:40 -05:00
DateTimeFormat.prototype.resolvedOptions.js Meta+LibUnicode+LibJS: Upgrade to ICU 76.1 2025-01-18 17:56:40 -05:00
DateTimeFormat.supportedLocalesOf.js