From b48c64f996b7df049188ced42b95e3e4d6553d79 Mon Sep 17 00:00:00 2001 From: cllvly Date: Mon, 26 May 2025 13:56:02 +0800 Subject: [PATCH] Add ut with cmc-gc Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IC7GSQ Signed-off-by: chenlong --- test/ut/ignore-ut-release-qemu-toolchain-cmc-gc.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test/ut/ignore-ut-release-qemu-toolchain-cmc-gc.txt b/test/ut/ignore-ut-release-qemu-toolchain-cmc-gc.txt index a2be333f..c8358ff6 100644 --- a/test/ut/ignore-ut-release-qemu-toolchain-cmc-gc.txt +++ b/test/ut/ignore-ut-release-qemu-toolchain-cmc-gc.txt @@ -1,14 +1,8 @@ # Known failure list for ut - release - qemu - toolchain -cmc -gc -#24285 -test/test/libjsdebugtest.so - -#25856 -obj/arkcompiler/ets_runtime/ecmascript/mem/cmc_gc/libcommon_components_set/gc_hooks.o - #26061 -obj/arkcompiler/toolchain/inspector/test/InspectorConnectTestWithQemu obj/arkcompiler/toolchain/tooling/test/DebuggerClientTestWithQemu obj/arkcompiler/toolchain/tooling/test/DebuggerEntryTestWithQemu obj/arkcompiler/toolchain/tooling/test/DebuggerTestWithQemu obj/arkcompiler/toolchain/tooling/test/DebuggerCIntClientTestWithQemu + -- Gitee