From 92ce46f34f1ba7d31d702327c040ca40ee289647 Mon Sep 17 00:00:00 2001 From: wangrx Date: Thu, 22 Feb 2024 15:06:19 +0800 Subject: [PATCH] skip Intl.supportedValuesOf testcases --- test/regresstest/regresstest_skip_tests.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/test/regresstest/regresstest_skip_tests.json b/test/regresstest/regresstest_skip_tests.json index 54340070b4..cf55568a7d 100644 --- a/test/regresstest/regresstest_skip_tests.json +++ b/test/regresstest/regresstest_skip_tests.json @@ -2472,5 +2472,25 @@ "intl/locale/locale-info-gettextinfo.js", "intl/duration-format/format-basic-digital.js" ] + }, + { + "reason": "Need to add Intl.supportedValuesOf, temporarily skipped", + "files": [ + "intl/enumeration/timeZone-sorted.js", + "intl/enumeration/numberingSystem-sorted.js", + "intl/enumeration/callendar-syntax-valid.js", + "intl/enumeration/unit-sorted.js", + "intl/enumeration/numberingSystem-no-algorithm.js", + "intl/enumeration/supported-values-of-property.js", + "intl/enumeration/currency-sorted.js", + "intl/enumeration/supported-values-of-invalid-key.js", + "intl/enumeration/supported-values-of-valid-key.js", + "intl/enumeration/numberingSystem-syntax-valid.js", + "intl/enumeration/calendar-sorted.js", + "intl/enumeration/supported-values-of-name.js", + "intl/enumeration/currency-syntax-valid.js", + "intl/enumeration/collation-syntax-valid.js", + "intl/enumeration/collation-sorted.js" + ] } ] \ No newline at end of file -- Gitee