From d8bbef629ad0ca3f08cd0073a9f39628c59fe57d Mon Sep 17 00:00:00 2001 From: liu-qiang12 Date: Tue, 29 Mar 2022 10:22:48 +0800 Subject: [PATCH] Add 262 test cases for 2021 Internationalized displaynames module Signed-off-by: liu-qiang12 https://gitee.com/openharmony/ark_js_runtime/issues/I4ZYTA --- test262/es2015_tests.txt | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/test262/es2015_tests.txt b/test262/es2015_tests.txt index 825d4686ac..57c8600f10 100644 --- a/test262/es2015_tests.txt +++ b/test262/es2015_tests.txt @@ -6448,3 +6448,47 @@ language/module-code/namespace/internals/prevent-extensions.js language/module-code/namespace/internals/set.js language/module-code/namespace/internals/set-prototype-of.js language/module-code/namespace/internals/set-prototype-of-null.js +intl402/DisplayNames/ctor-custom-get-prototype-poison-throws.js +intl402/DisplayNames/ctor-custom-prototype.js +intl402/DisplayNames/ctor-default-prototype.js +intl402/DisplayNames/instance-extensible.js +intl402/DisplayNames/length.js +intl402/DisplayNames/locales-invalid-throws.js +intl402/DisplayNames/locales-length-poison-throws.js +intl402/DisplayNames/locales-length-tolength-throws.js +intl402/DisplayNames/locales-symbol-length.js +intl402/DisplayNames/name.js +intl402/DisplayNames/options-fallback-abrupt-throws.js +intl402/DisplayNames/options-fallback-invalid-throws.js +intl402/DisplayNames/options-fallback-toString-abrupt-throws.js +intl402/DisplayNames/options-fallback-valid.js +intl402/DisplayNames/options-localeMatcher-abrupt-throws.js +intl402/DisplayNames/options-localeMatcher-invalid-throws.js +intl402/DisplayNames/options-localeMatcher-toString-abrupt-throws.js +intl402/DisplayNames/options-localeMatcher-valid.js +intl402/DisplayNames/options-null-throws.js +intl402/DisplayNames/options-random-properties-unchecked.js +intl402/DisplayNames/options-style-abrupt-throws.js +intl402/DisplayNames/options-style-invalid-throws.js +intl402/DisplayNames/options-style-toString-abrupt-throws.js +intl402/DisplayNames/options-style-valid.js +intl402/DisplayNames/options-type-abrupt-throws.js +intl402/DisplayNames/options-type-invalid-throws.js +intl402/DisplayNames/options-type-toString-abrupt-throws.js +intl402/DisplayNames/options-type-valid.js +intl402/DisplayNames/prop-desc.js +intl402/DisplayNames/proto.js +intl402/DisplayNames/proto-from-ctor-realm.js +intl402/DisplayNames/undefined-newtarget-throws.js +intl402/DisplayNames/prototype/prop-desc.js +intl402/DisplayNames/prototype/Symbol.toStringTag.js +intl402/DisplayNames/prototype/resolvedOptions/default-option-values.js +intl402/DisplayNames/prototype/resolvedOptions/length.js +intl402/DisplayNames/prototype/resolvedOptions/name.js +intl402/DisplayNames/prototype/resolvedOptions/option-fallback.js +intl402/DisplayNames/prototype/resolvedOptions/option-style.js +intl402/DisplayNames/prototype/resolvedOptions/option-type.js +intl402/DisplayNames/prototype/resolvedOptions/prop-desc.js +intl402/DisplayNames/prototype/resolvedOptions/return-object.js +intl402/DisplayNames/prototype/resolvedOptions/this-not-object-throws.js +intl402/DisplayNames/prototype/resolvedOptions/this-object-lacks-internal-throws.js \ No newline at end of file -- Gitee