From 11d32c4cf76bae83df6c1e2b660ac13664f381a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=88=E6=84=BF?= Date: Fri, 8 Aug 2025 14:33:50 +0800 Subject: [PATCH] Update Kfl 0808 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/ICS1H6 Signed-off-by: chenlong --- test/ut/ignore-ut-release-qemu-ets_runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ut/ignore-ut-release-qemu-ets_runtime.txt b/test/ut/ignore-ut-release-qemu-ets_runtime.txt index ac1a3284f1..0617d9af04 100644 --- a/test/ut/ignore-ut-release-qemu-ets_runtime.txt +++ b/test/ut/ignore-ut-release-qemu-ets_runtime.txt @@ -245,7 +245,7 @@ obj/arkcompiler/ets_runtime/ecmascript/containers/tests/Containers_001_TestWithQ obj/arkcompiler/ets_runtime/ecmascript/base/tests/JSHelper_UtfHelper_TestWithQemu #28820 -obj/arkcompiler/ets_runtime/ecmascript/builtins/tests/Sendable_BuiltinsSharedTypedArray_TestWithQemu +obj/arkcompiler/ets_runtime/ecmascript/builtins/tests/Sendable_BuiltinsSharedArray_TestWithQemu #28747 obj/arkcompiler/ets_runtime/common_components/heap/collector/tests/Collector_TestWithQemu -- Gitee