From 1cfdf76a5b7eb6436cc9cce6f42e2301345974be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=88=E6=84=BF?= Date: Wed, 30 Jul 2025 16:01:26 +0800 Subject: [PATCH] Update Kfl 0730 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue:https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPTOM Signed-off-by: chenlong --- test/ut/ignore-ut-release-qemu-ets_runtime.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/ut/ignore-ut-release-qemu-ets_runtime.txt b/test/ut/ignore-ut-release-qemu-ets_runtime.txt index ca6d10283f..1367423758 100644 --- a/test/ut/ignore-ut-release-qemu-ets_runtime.txt +++ b/test/ut/ignore-ut-release-qemu-ets_runtime.txt @@ -223,3 +223,6 @@ obj/arkcompiler/ets_runtime/ecmascript/builtins/tests/Builtins_Intl_TestWithQemu #27055 obj/arkcompiler/ets_runtime/test/aottest/aot_compatibility_test/property_operation/property_operation/AssertSlowPath + +#28394 +obj/arkcompiler/ets_runtime/common_components/heap/collector/tests/Trace_Collector_TestWithQemu -- Gitee