From 1a7642e696b1572a61864371785d46c651bf0e19 Mon Sep 17 00:00:00 2001 From: hanlong Date: Fri, 11 Jul 2025 14:35:03 +0800 Subject: [PATCH] Update KFL 0711 Issue:https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICLO2Q?from=project-issue Signed-off-by: hanlong --- .../ignored-third_lib_js-fastverify-arm64-int.txt | 8 ++------ test262/ignored-test262-fastverify-x64.txt | 3 +++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/test/workload/ignored-third_lib_js-fastverify-arm64-int.txt b/test/workload/ignored-third_lib_js-fastverify-arm64-int.txt index df888e4200..68c36f9bd7 100644 --- a/test/workload/ignored-third_lib_js-fastverify-arm64-int.txt +++ b/test/workload/ignored-third_lib_js-fastverify-arm64-int.txt @@ -6,15 +6,11 @@ jsDiff_test crypto-js_test memory-cache_test -#24985 - - -#18745 - #25759 validator_test #27146 Easyrelpace_test - +#26623 +rxjs_test diff --git a/test262/ignored-test262-fastverify-x64.txt b/test262/ignored-test262-fastverify-x64.txt index 982cae216b..9b3c2dd7bd 100644 --- a/test262/ignored-test262-fastverify-x64.txt +++ b/test262/ignored-test262-fastverify-x64.txt @@ -15,3 +15,6 @@ test262/data/test_es2021/built-ins/Proxy/defineProperty/trap-is-not-callable-rea #27184 test262/data/test_es2021/language/module-code/instn-iee-err-circular-as.js + +#27695 +test262/data/test_es2021/built-ins/Object/defineProperty/15.2.3.6-4-211.js -- Gitee