From d3fb82f07d649cd044b9557ed5ebb27a3857cb5e Mon Sep 17 00:00:00 2001 From: hanlong Date: Thu, 4 Sep 2025 15:12:34 +0800 Subject: [PATCH] Update KFL 0904 Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/ICWD0M?from=project-issue Signed-off-by: hanlong --- test/ut/ignore-ut-release-qemu-ets_runtime.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ut/ignore-ut-release-qemu-ets_runtime.txt b/test/ut/ignore-ut-release-qemu-ets_runtime.txt index 21ddc18cae..909188720b 100644 --- a/test/ut/ignore-ut-release-qemu-ets_runtime.txt +++ b/test/ut/ignore-ut-release-qemu-ets_runtime.txt @@ -226,6 +226,7 @@ obj/arkcompiler/ets_runtime/common_components/heap/collector/tests/Trace_Collect #28652 obj/arkcompiler/ets_runtime/common_components/heap/collector/tests/Marking_Collector_TestWithQemu +obj/arkcompiler/ets_runtime/ecmascript/tests/GC_ReadOnlySpace_TestWithQemu #28814 obj/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/JsStackInfoTestWithQemu -- Gitee