From 3c6da1d8519cdd6bf8f8b3eafe567239f4525845 Mon Sep 17 00:00:00 2001 From: guanmingyue Date: Thu, 10 Jul 2025 20:06:21 +0800 Subject: [PATCH] Update kfl 0710 Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICLINC Signed-off-by: guanmingyue --- test262/ignored-test262-fastverify-qemu-int.txt | 8 ++++++++ test262/ignored-test262-other-fastverify-x64-int.txt | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/test262/ignored-test262-fastverify-qemu-int.txt b/test262/ignored-test262-fastverify-qemu-int.txt index 1da2b98405..829b9abfa0 100644 --- a/test262/ignored-test262-fastverify-qemu-int.txt +++ b/test262/ignored-test262-fastverify-qemu-int.txt @@ -200,3 +200,11 @@ test262/data/test_es2021/language/expressions/dynamic-import/usage/nested-arrow- #27679 test262/data/test_es2021/intl402/Collator/prototype/compare/non-normative/basic.js +#27635 +test262/data/test_es2021/built-ins/TypedArray/prototype/slice/BigInt/speciesctor-get-ctor-returns-throws.js + +#27689 +test262/data/test_es2021/intl402/Collator/prototype/compare/non-normative-basic.js + +#27822 +test262/data/test_es2021/language/statements/for-await-of/async-func-dstr-let-async-ary-ptrn-elision-exhausted.js diff --git a/test262/ignored-test262-other-fastverify-x64-int.txt b/test262/ignored-test262-other-fastverify-x64-int.txt index 11a83b3657..f1443b8704 100644 --- a/test262/ignored-test262-other-fastverify-x64-int.txt +++ b/test262/ignored-test262-other-fastverify-x64-int.txt @@ -7,4 +7,7 @@ test262/data/other_tests/built-ins/RegExp/property-escapes/generated/Script_Exte test262/data/other_tests/language/statements/class/elements/after-same-line-static-async-gen-rs-private-method-alt.js #27167 -test262/data/other_tests/built-ins/RegExp/property-escapes/generated/Script_-_Tangsa.js \ No newline at end of file +test262/data/other_tests/built-ins/RegExp/property-escapes/generated/Script_-_Tangsa.js + +#27743 +test262/data/other_tests/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Khitan_Small_Script.js -- Gitee