diff --git a/common_components/base/tests/BUILD.gn b/common_components/base/tests/BUILD.gn
index 9fda986046273b45052e8eb2f1a4f056e348cf28..b539cdb7f81c7f641bda9ad704d9cdf2f5f84b22 100755
--- a/common_components/base/tests/BUILD.gn
+++ b/common_components/base/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("C_String_Test") {
module_out_path = module_output_path
diff --git a/common_components/common/tests/BUILD.gn b/common_components/common/tests/BUILD.gn
index 20ab11e3bc820c74a669c667df32a97652d3887f..09fbabcdd34e39e4926672245866ea5717b5864a 100644
--- a/common_components/common/tests/BUILD.gn
+++ b/common_components/common/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("Page_Cache_Test") {
module_out_path = module_output_path
diff --git a/common_components/common_runtime/tests/BUILD.gn b/common_components/common_runtime/tests/BUILD.gn
index 9e6bbb72a25630d4c34fc83d325fdd0c276ccc8a..6e1eba260b1faeb905b3c71c57b6590e8a38949d 100644
--- a/common_components/common_runtime/tests/BUILD.gn
+++ b/common_components/common_runtime/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("Base_Runtime_Test") {
module_out_path = module_output_path
diff --git a/common_components/heap/allocator/tests/BUILD.gn b/common_components/heap/allocator/tests/BUILD.gn
index c63646c823eba94fd2daf3f569f93af1a446208d..cd1f06bb2d442f550a33a03e1a17c520b013a0db 100755
--- a/common_components/heap/allocator/tests/BUILD.gn
+++ b/common_components/heap/allocator/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("Allocator_Test") {
module_out_path = module_output_path
diff --git a/common_components/heap/ark_collector/tests/BUILD.gn b/common_components/heap/ark_collector/tests/BUILD.gn
index dc0b8ae2a21c8f6172319a46469409b7e23ff5a8..f3a0377d9d0344e55591a386e3a8a0525dd59491 100755
--- a/common_components/heap/ark_collector/tests/BUILD.gn
+++ b/common_components/heap/ark_collector/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("Copy_Barrier_Test") {
module_out_path = module_output_path
diff --git a/common_components/heap/barrier/tests/BUILD.gn b/common_components/heap/barrier/tests/BUILD.gn
index e45930c2a11112bccce454f111f56ea2d9a36497..992543294d9edb63649421c2bed52d6ff3fedfc7 100644
--- a/common_components/heap/barrier/tests/BUILD.gn
+++ b/common_components/heap/barrier/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("Barrier_Test") {
module_out_path = module_output_path
diff --git a/common_components/heap/collector/tests/BUILD.gn b/common_components/heap/collector/tests/BUILD.gn
index e07b1102b0e2b2c47e1e6e3d1a02cbe6206f4733..7ef6f84db27c334ca61f7438445a4a4f7ad4eef3 100755
--- a/common_components/heap/collector/tests/BUILD.gn
+++ b/common_components/heap/collector/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("Collector_Test") {
module_out_path = module_output_path
diff --git a/common_components/heap/space/tests/BUILD.gn b/common_components/heap/space/tests/BUILD.gn
index 4b658b018434b461c6671b27ab2b5c4e411b3cee..deaaa4e3bae817a50547f578c59367b1bd787afc 100644
--- a/common_components/heap/space/tests/BUILD.gn
+++ b/common_components/heap/space/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("From_Space_Test") {
module_out_path = module_output_path
diff --git a/common_components/heap/tests/BUILD.gn b/common_components/heap/tests/BUILD.gn
index 6f7cecb252d41cd9225a77e0b703cd5d5911fbba..ead18f376182e924776fc3be6f0d69a3bca90bba 100644
--- a/common_components/heap/tests/BUILD.gn
+++ b/common_components/heap/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("Heap_Manager_Test") {
module_out_path = module_output_path
diff --git a/common_components/log/tests/BUILD.gn b/common_components/log/tests/BUILD.gn
index 845e3197eba995e41f51446dc2d8652733d2ae20..2ecfd0aa452a942d8f401afe2c0d618c12fc88f6 100644
--- a/common_components/log/tests/BUILD.gn
+++ b/common_components/log/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("Log_Test") {
module_out_path = module_output_path
diff --git a/common_components/mutator/tests/BUILD.gn b/common_components/mutator/tests/BUILD.gn
index aceddb3e8b6ae1fb6e2f68bf5d78dee1e82f0d0e..af57be74e8f378cd085cd35255b40b9c42ecb5b5 100755
--- a/common_components/mutator/tests/BUILD.gn
+++ b/common_components/mutator/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("Mutator_Manager_Test") {
module_out_path = module_output_path
diff --git a/common_components/objects/tests/BUILD.gn b/common_components/objects/tests/BUILD.gn
index 54ca762092a405dfdb17d24c0bbf8ccbfcc5d3fe..f6d6aef286200b053228b029438d395273870142 100755
--- a/common_components/objects/tests/BUILD.gn
+++ b/common_components/objects/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("Base_String_Test") {
module_out_path = module_output_path
diff --git a/common_components/platform/unix/tests/BUILD.gn b/common_components/platform/unix/tests/BUILD.gn
index 1104b0542eb120ce4484df66965be954b3edd215..645bc239e757bdcf47648a53405ed36f343d7c4d 100644
--- a/common_components/platform/unix/tests/BUILD.gn
+++ b/common_components/platform/unix/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("Map_Test") {
module_out_path = module_output_path
diff --git a/common_components/serialize/tests/BUILD.gn b/common_components/serialize/tests/BUILD.gn
index 15390f7da80ceeac526a5f66c0c5ef287bf57542..bfcdc438399f306cfb36395018127eaa5fa5208f 100644
--- a/common_components/serialize/tests/BUILD.gn
+++ b/common_components/serialize/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("Serialize_Utils_Test") {
module_out_path = module_output_path
diff --git a/common_components/taskpool/tests/BUILD.gn b/common_components/taskpool/tests/BUILD.gn
index 02373e1603816e1d12158126bd31ba09380bd4a2..3c3a88f482efe1b5e3ab7b225a6934db3831d7f9 100644
--- a/common_components/taskpool/tests/BUILD.gn
+++ b/common_components/taskpool/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("Runner_Test") {
module_out_path = module_output_path
diff --git a/common_components/thread/tests/BUILD.gn b/common_components/thread/tests/BUILD.gn
index 44c2de5328b52fa08b6b4fdb8f147a1049a9cc70..1a57336aaaefb23c3e975ea0b7aafb894714655c 100755
--- a/common_components/thread/tests/BUILD.gn
+++ b/common_components/thread/tests/BUILD.gn
@@ -13,7 +13,7 @@
import("//arkcompiler/ets_runtime/common_components/tests/test_helper.gni")
-module_output_path = "common_component"
+module_output_path = "ets_runtime"
host_unittest_action("Thread_Holder_Test") {
module_out_path = module_output_path
diff --git a/test/resource/js_runtime/ohos_test.xml b/test/resource/js_runtime/ohos_test.xml
index 79593487daf1e465313f177c4a01bb6630d1d8ee..95dc0a91a33be6f5721f2c3bf513b2a3363efc35 100755
--- a/test/resource/js_runtime/ohos_test.xml
+++ b/test/resource/js_runtime/ohos_test.xml
@@ -3718,4 +3718,219 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+