From 9af1cc83cd330be21c69228d7a5c688bafaef878 Mon Sep 17 00:00:00 2001 From: Zhenyu Pan Date: Fri, 2 Dec 2022 09:35:45 +0800 Subject: [PATCH] Remove three test262 cases of String.localeCompare from skip list Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I647CQ Signed-off-by: Zhenyu Pan Change-Id: I021b64e482add0c5be0a95153ee31538f488b407 --- test262/intl_skip_tests.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/test262/intl_skip_tests.json b/test262/intl_skip_tests.json index 2c7bbb17b7..62168a2585 100644 --- a/test262/intl_skip_tests.json +++ b/test262/intl_skip_tests.json @@ -26,9 +26,6 @@ "intl402/fallback-locales-are-supported.js", "intl402/supportedLocalesOf-consistent-with-resolvedOptions.js", "intl402/supportedLocalesOf-unicode-extensions-ignored.js", - "intl402/String/prototype/localeCompare/returns-same-results-as-Collator.js", - "intl402/String/prototype/localeCompare/throws-same-exceptions-as-Collator.js", - "intl402/String/prototype/localeCompare/default-options-object-prototype.js", "intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle-timeStyle.js", "intl402/DateTimeFormat/prototype/format/timedatestyle-en.js", "intl402/RelativeTimeFormat/prototype/format/pl-pl-style-long.js", -- Gitee