From ca3f5be9f41e36da28817490d2054f89b1904d13 Mon Sep 17 00:00:00 2001 From: guanmingyue Date: Mon, 7 Jul 2025 20:10:53 +0800 Subject: [PATCH] Update kfl 0707 Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/ICKLI5 Signed-off-by: guanmingyue --- test/workload/ignored-third_lib_js-fastverify-arm64-aot.txt | 2 ++ test262/ignored-test262-fastverify-qemu-int.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/workload/ignored-third_lib_js-fastverify-arm64-aot.txt b/test/workload/ignored-third_lib_js-fastverify-arm64-aot.txt index 3f8ba9389e..d2f8ed01d1 100644 --- a/test/workload/ignored-third_lib_js-fastverify-arm64-aot.txt +++ b/test/workload/ignored-third_lib_js-fastverify-arm64-aot.txt @@ -14,3 +14,5 @@ jBox2d_test #20690 dayjs_test +#26457 +memory-cache_test diff --git a/test262/ignored-test262-fastverify-qemu-int.txt b/test262/ignored-test262-fastverify-qemu-int.txt index e1b4ada621..25d97fb306 100644 --- a/test262/ignored-test262-fastverify-qemu-int.txt +++ b/test262/ignored-test262-fastverify-qemu-int.txt @@ -187,3 +187,5 @@ test262/data/test_es2021/intl402/DisplayNames/options-style-toString-abrupt-thro #26628 test262/data/test_es2021/built-ins/Atomics/compareExchange/name.js +#27389 +test262/data/test_es2021/built-ins/global/S10.2.3_A1.2_T3.js -- Gitee