From df443c066e3758b2e3bbceed5f2035dc0429ad43 Mon Sep 17 00:00:00 2001 From: panzhenyu1 Date: Thu, 29 Sep 2022 09:36:21 +0800 Subject: [PATCH] Temporarily skip some intl402 test262 cases for crash imported from isa merge Issue:https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/I5TQ95 Signed-off-by: panzhenyu1 Change-Id: I41f55756ef32a645d8ada5bcc0b2afa0060fd3c7 --- test262/intl_skip_tests.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test262/intl_skip_tests.json b/test262/intl_skip_tests.json index 2c7bbb17b7..99904a5e71 100644 --- a/test262/intl_skip_tests.json +++ b/test262/intl_skip_tests.json @@ -52,5 +52,17 @@ "intl402/Intl/getCanonicalLocales/canonicalized-tags.js", "intl402/Intl/getCanonicalLocales/transformed-ext-invalid.js" ] + }, + { + "reason": "Temporarily skip for crash imported from isa merge", + "files": [ + "intl402/PluralRules/constructor-options-throwing-getters.js", + "intl402/Collator/constructor-options-throwing-getters.js", + "intl402/DateTimeFormat/constructor-options-throwing-getters-timedate-style.js", + "intl402/DateTimeFormat/constructor-options-throwing-getters.js", + "intl402/NumberFormat/constructor-options-throwing-getters.js", + "intl402/ListFormat/constructor/constructor/options-throwing-getters.js", + "intl402/Locale/constructor-options-throwing-getters.js" + ] } ] -- Gitee