From 6c113d17d0787c8b8652f58004db6499a901bc40 Mon Sep 17 00:00:00 2001 From: zhangdd_ewan Date: Fri, 20 Jun 2025 15:30:49 +0800 Subject: [PATCH] =?UTF-8?q?icu=E5=8D=87=E7=BA=A774.2=E5=B1=8F=E8=94=BD?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangdd_ewan --- test262/intl_skip_tests.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test262/intl_skip_tests.json b/test262/intl_skip_tests.json index 88fbfd1932..1fbe50bf97 100644 --- a/test262/intl_skip_tests.json +++ b/test262/intl_skip_tests.json @@ -25,6 +25,15 @@ "files": [ "intl402/language-tags-canonicalized.js", "intl402/language-tags-valid.js", + "intl402/Locale/likely-subtags.js", + "intl402/Locale/constructor-non-iana-canon.js", + "intl402/Locale/prototype/minimize/removing-likely-subtags-first-adds-likely-subtags.js", + "intl402/DateTimeFormat/prototype/formatRange/en-US.js", + "intl402/DateTimeFormat/prototype/formatRange/fractionalSecondDigits.js", + "intl402/DateTimeFormat/prototype/format/timedatestyle-en.js", + "intl402/DateTimeFormat/prototype/formatRangeToParts/fractionalSecondDigits.js", + "intl402/DateTimeFormat/prototype/formatRangeToParts/en-US.js", + "intl402/NumberFormat/prototype/format/units.js", "intl402/NumberFormat/prototype/formatToParts/main.js", "intl402/NumberFormat/currency-digits.js", "intl402/NumberFormat/prototype/format/numbering-systems.js", -- Gitee