From 2b695b7bbb8087be59a0c6bc2253b777ad5d216a Mon Sep 17 00:00:00 2001 From: xiongluo Date: Tue, 15 Jul 2025 12:04:24 +0800 Subject: [PATCH] Fix cmc ut Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/ICMD0G?from=project-issue Signed-off-by: xiongluo Change-Id: I84efece829b461680689a4de16dfd652b8c172f3 --- ...ignore-ut-debug-x64-ets_runtime-disable-cmc-gc.txt | 8 +------- test/ut/ignore-ut-debug-x64-ets_runtime.txt | 8 -------- test/ut/ignore-ut-release-qemu-ets_runtime.txt | 11 +---------- test/ut/ignore-ut-release-x64-ets_runtime.txt | 3 +-- 4 files changed, 3 insertions(+), 27 deletions(-) diff --git a/test/ut/ignore-ut-debug-x64-ets_runtime-disable-cmc-gc.txt b/test/ut/ignore-ut-debug-x64-ets_runtime-disable-cmc-gc.txt index 291b1da9ec..f3605ad510 100644 --- a/test/ut/ignore-ut-debug-x64-ets_runtime-disable-cmc-gc.txt +++ b/test/ut/ignore-ut-debug-x64-ets_runtime-disable-cmc-gc.txt @@ -1,22 +1,16 @@ # Known failure list for ut - debug - x64 - ets_runtime #21813 -obj/arkcompiler/ets_runtime/test/jittest/try_catch_empty/try_catch_empty #23099 -obj/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/PGOProfilerTestOne #24219 -obj/arkcompiler/ets_runtime/ecmascript/tests/JS_Barrier_Test #25085 -obj/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/HeapDumpTest #25886 -obj/arkcompiler/ets_runtime/ecmascript/serializer/tests/SerializerTest + #26471 -obj/arkcompiler/ets_runtime/test/aottest/forin_enum_cache_chain/forin_enum_cache_chain/pgo #25962 -obj/arkcompiler/ets_runtime/ecmascript/tests/JS_Hclass_Test diff --git a/test/ut/ignore-ut-debug-x64-ets_runtime.txt b/test/ut/ignore-ut-debug-x64-ets_runtime.txt index 79195e02b2..c44d1ef6af 100644 --- a/test/ut/ignore-ut-debug-x64-ets_runtime.txt +++ b/test/ut/ignore-ut-debug-x64-ets_runtime.txt @@ -2,25 +2,17 @@ #26061 #22962 -obj/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/PGOProfilerTest #26530 -obj/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/JSPandaFileTest #27094 -obj/arkcompiler/ets_runtime/test/aottest/forin_enum_cache_chain/forin_enum_cache_chain/pgo #27282 -obj/arkcompiler/ets_runtime/ecmascript/serializer/tests/SerializerTest #25962 -obj/arkcompiler/ets_runtime/ecmascript/tests/JS_Hclass_Test #25939 -obj/arkcompiler/ets_runtime/test/jittest/icnotfound/icnotfound #23099 -obj/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/PGOProfilerTestOne #27690 -obj/arkcompiler/ets_runtime/test/jittest/throw_error/throw_error diff --git a/test/ut/ignore-ut-release-qemu-ets_runtime.txt b/test/ut/ignore-ut-release-qemu-ets_runtime.txt index 00881b9376..f88fb9f3f5 100644 --- a/test/ut/ignore-ut-release-qemu-ets_runtime.txt +++ b/test/ut/ignore-ut-release-qemu-ets_runtime.txt @@ -200,13 +200,4 @@ obj/arkcompiler/ets_runtime/test/moduletest/hugearray/hugearryAsmAssert obj/arkcompiler/ets_runtime/ecmascript/base/tests/JSHelper_NumberHelper_TestWithQemu #27147 -obj/arkcompiler/ets_runtime/ecmascript/napi/test/Jsnapi_004_TestWithQemu -obj/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/PGOProfilerTestWithQemu - -<<<<<<< HEAD -#27484 -obj/arkcompiler/ets_runtime/common_components/mutator/tests/Mutator_TestWithQemu -======= -#27555 -obj/arkcompiler/ets_runtime/common_components/mutator/tests/Mutator_Manager_TestWithQemu ->>>>>>> 1530067fd... Update kfl 0710 +#27484 \ No newline at end of file diff --git a/test/ut/ignore-ut-release-x64-ets_runtime.txt b/test/ut/ignore-ut-release-x64-ets_runtime.txt index de9d087639..a676da0aa0 100644 --- a/test/ut/ignore-ut-release-x64-ets_runtime.txt +++ b/test/ut/ignore-ut-release-x64-ets_runtime.txt @@ -20,5 +20,4 @@ obj/arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Delete/builtinMapD #23236 obj/arkcompiler/ets_runtime/test/moduletest/hugearray/hugearrayAsmAssertContext -#23099 -obj/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/PGOProfilerTestOne +#23099 \ No newline at end of file -- Gitee