diff --git a/ecmascript/base/tests/BUILD.gn b/ecmascript/base/tests/BUILD.gn index 610b3912b15e701ca3aa16686a6c05e81573fbd6..43ce158dcfc726485191374a28a636bc03727cae 100644 --- a/ecmascript/base/tests/BUILD.gn +++ b/ecmascript/base/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("JSHelper_ArrayHelper_Test") { module_out_path = module_output_path diff --git a/ecmascript/builtins/tests/BUILD.gn b/ecmascript/builtins/tests/BUILD.gn index e5beb0878730e0a3d054dc2aba9ec6e62534667f..c7acaa14dac1a4b1ee96ed673b294f3f6dae2d59 100755 --- a/ecmascript/builtins/tests/BUILD.gn +++ b/ecmascript/builtins/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("Builtins_BigInt_Test") { module_out_path = module_output_path diff --git a/ecmascript/compiler/aot_file/tests/BUILD.gn b/ecmascript/compiler/aot_file/tests/BUILD.gn index 73b4fbdca327f4bca8b741903e11162dfcf1cf98..227011dfada36e0b06b1739e7443b6cead734107 100644 --- a/ecmascript/compiler/aot_file/tests/BUILD.gn +++ b/ecmascript/compiler/aot_file/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" test_js_path = "//arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/aot_file_test_case/" diff --git a/ecmascript/compiler/codegen/maple/test/BUILD.gn b/ecmascript/compiler/codegen/maple/test/BUILD.gn index bf812a541c36f5e961373555fd820a5c866dd6b0..941c1598127a03a95656249db4006bb762f7f4b4 100644 --- a/ecmascript/compiler/codegen/maple/test/BUILD.gn +++ b/ecmascript/compiler/codegen/maple/test/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("mapleallUT") { rtti_compile_flag = false diff --git a/ecmascript/compiler/tests/BUILD.gn b/ecmascript/compiler/tests/BUILD.gn index 22705004b0e48652fd501a6a24b389381af18dcf..00ba2d7525f183b23d7f9ce3b9f48398a24b4ede 100644 --- a/ecmascript/compiler/tests/BUILD.gn +++ b/ecmascript/compiler/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("AssemblerTest") { module_out_path = module_output_path diff --git a/ecmascript/containers/tests/BUILD.gn b/ecmascript/containers/tests/BUILD.gn index 6bc0215df2bc4808522ebb111543ed6a1c16b8d8..bd64e7af5597f4bf6a9abcc59a12a4843e61e4cf 100644 --- a/ecmascript/containers/tests/BUILD.gn +++ b/ecmascript/containers/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("Containers_001_Test") { module_out_path = module_output_path diff --git a/ecmascript/debugger/tests/BUILD.gn b/ecmascript/debugger/tests/BUILD.gn index 4949f9b85923e1c8c6afde5393c2e855dd78da27..55af7d2656c599857a70ad7782c0057ddcdc3820 100644 --- a/ecmascript/debugger/tests/BUILD.gn +++ b/ecmascript/debugger/tests/BUILD.gn @@ -22,7 +22,7 @@ test_js_files = [ "patch/index", ] -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" foreach(file, test_js_files) { es2abc_gen_abc("gen_${file}_abc") { diff --git a/ecmascript/dfx/cpu_profiler/tests/BUILD.gn b/ecmascript/dfx/cpu_profiler/tests/BUILD.gn index 668df6b797b8ca0d260e969355549748f0842ae3..6451df0ea235710e212f9de23e749ce1d6bebc31 100755 --- a/ecmascript/dfx/cpu_profiler/tests/BUILD.gn +++ b/ecmascript/dfx/cpu_profiler/tests/BUILD.gn @@ -35,7 +35,7 @@ foreach(file, test_js_files) { } } -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("CpuProfilerTest") { module_out_path = module_output_path diff --git a/ecmascript/dfx/hprof/tests/BUILD.gn b/ecmascript/dfx/hprof/tests/BUILD.gn index f37a100d7f9c8b89f9bdd0e11e34d6dcd2d67f1e..18f6211c77500770c9020dcc72df24b9d69840d2 100644 --- a/ecmascript/dfx/hprof/tests/BUILD.gn +++ b/ecmascript/dfx/hprof/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" metadata_file_path = "//arkcompiler/ets_runtime/ecmascript/js_type_metadata/" diff --git a/ecmascript/dfx/stackinfo/tests/BUILD.gn b/ecmascript/dfx/stackinfo/tests/BUILD.gn index e32a6f6da04984bbc6cf03a4e6f2b1c327a2a9f4..5a60ce36944b2fc77e2bfee01ea451da3f545481 100644 --- a/ecmascript/dfx/stackinfo/tests/BUILD.gn +++ b/ecmascript/dfx/stackinfo/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("JsStackInfoTest") { module_out_path = module_output_path diff --git a/ecmascript/extractortool/tests/BUILD.gn b/ecmascript/extractortool/tests/BUILD.gn index 5fabe19f00c732ea6f97711994a0c24fc2a8592e..8da7e17649dc303b17c3da2d453c93465ec4dfe3 100644 --- a/ecmascript/extractortool/tests/BUILD.gn +++ b/ecmascript/extractortool/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("ExtractorToolTest") { module_out_path = module_output_path diff --git a/ecmascript/ic/tests/BUILD.gn b/ecmascript/ic/tests/BUILD.gn index 54da1eb5be5ffdac658a63613d1ec8133df06f47..ca9e1bea3afa616ac37df80107cfc759ec529c82 100644 --- a/ecmascript/ic/tests/BUILD.gn +++ b/ecmascript/ic/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("IC_Handler_Test") { module_out_path = module_output_path diff --git a/ecmascript/jit/tests/BUILD.gn b/ecmascript/jit/tests/BUILD.gn index e1a7369a4af836373a4b0980c39c6392166ee5a6..bb0c13e034935a14360a1e76bd166257263776ce 100644 --- a/ecmascript/jit/tests/BUILD.gn +++ b/ecmascript/jit/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("JIT_001_Test") { module_out_path = module_output_path diff --git a/ecmascript/jobs/tests/BUILD.gn b/ecmascript/jobs/tests/BUILD.gn index d6e282e6b9a69826ea1b150280f366b3ac7c428f..54f7314800201a8d9837b3ba702c5f8254775f93 100644 --- a/ecmascript/jobs/tests/BUILD.gn +++ b/ecmascript/jobs/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("JS_Job_MicroJobQueueTest") { module_out_path = module_output_path diff --git a/ecmascript/jspandafile/tests/BUILD.gn b/ecmascript/jspandafile/tests/BUILD.gn index d3a6e27127507157ed4c802eecf2733608152916..1e3dd690216854de1051354cbcf78e8da6df3835 100644 --- a/ecmascript/jspandafile/tests/BUILD.gn +++ b/ecmascript/jspandafile/tests/BUILD.gn @@ -90,7 +90,7 @@ foreach(filename, _test_js_file_name_) { } } -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("JSPandaFileTest") { module_out_path = module_output_path diff --git a/ecmascript/module/tests/BUILD.gn b/ecmascript/module/tests/BUILD.gn index 1cd6f3e48ea3da0174a6a63e66fdf84cfee24d8e..ab170bbaedbff217176bb6d71dffd386c1a8e2e3 100644 --- a/ecmascript/module/tests/BUILD.gn +++ b/ecmascript/module/tests/BUILD.gn @@ -52,7 +52,7 @@ foreach(file, test_js_files) { } } -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("ModuleTest") { module_out_path = module_output_path diff --git a/ecmascript/napi/test/BUILD.gn b/ecmascript/napi/test/BUILD.gn index 3f6f4e5a12e6f0975528cb086d22d7d1408f09a1..8329cf16da9ad529a8302184395cd60446a2c565 100644 --- a/ecmascript/napi/test/BUILD.gn +++ b/ecmascript/napi/test/BUILD.gn @@ -40,7 +40,7 @@ foreach(file, test_js_files) { } } -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("Jsnapi_001_Test") { module_out_path = module_output_path diff --git a/ecmascript/ohos/tests/BUILD.gn b/ecmascript/ohos/tests/BUILD.gn index 4c6408e055caadfcc3614845a9ec91e4541fda45..6d42b71fca81fb6db0bc9f5c9366d2bb208b9d14 100644 --- a/ecmascript/ohos/tests/BUILD.gn +++ b/ecmascript/ohos/tests/BUILD.gn @@ -14,7 +14,7 @@ import("../../../js_runtime_config.gni") import("../../../test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("OhosTest") { module_out_path = module_output_path diff --git a/ecmascript/pgo_profiler/tests/BUILD.gn b/ecmascript/pgo_profiler/tests/BUILD.gn index 2325507100858582576786a16886d32efb52fd87..156a6e5c6c04377d9fa44ea734b5f3e609de86a9 100644 --- a/ecmascript/pgo_profiler/tests/BUILD.gn +++ b/ecmascript/pgo_profiler/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" test_js_path = "//arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/pgo_test_case/" diff --git a/ecmascript/platform/unix/ohos/tests/BUILD.gn b/ecmascript/platform/unix/ohos/tests/BUILD.gn index f2dee3df7caec1c5553940bdcfe84c8c881a4668..687da78153981103ec10cfa02fb566a45680146d 100644 --- a/ecmascript/platform/unix/ohos/tests/BUILD.gn +++ b/ecmascript/platform/unix/ohos/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("BacktraceTest") { module_out_path = module_output_path diff --git a/ecmascript/regexp/tests/BUILD.gn b/ecmascript/regexp/tests/BUILD.gn index b9d2c72f4c4b298bdb4d40a7dcba0693df152fa6..1e2fbd5a44bd6890cf5731c6daf127454fc1825c 100644 --- a/ecmascript/regexp/tests/BUILD.gn +++ b/ecmascript/regexp/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("JS_Regexp_Test") { module_out_path = module_output_path diff --git a/ecmascript/require/tests/BUILD.gn b/ecmascript/require/tests/BUILD.gn index 92bce7cb786f5934e6b196074b6df8c7e543d448..f62906cb39a3a9be34372997378d082010571217 100644 --- a/ecmascript/require/tests/BUILD.gn +++ b/ecmascript/require/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("CJS_Manager_Test") { module_out_path = module_output_path diff --git a/ecmascript/serializer/tests/BUILD.gn b/ecmascript/serializer/tests/BUILD.gn index c7d2adbe917098ab4cf454cbef3aa52b9b77ae2e..ce1801ecf14c7bbad6d0dfdc858492c6edae3583 100644 --- a/ecmascript/serializer/tests/BUILD.gn +++ b/ecmascript/serializer/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("SerializerTest") { module_out_path = module_output_path diff --git a/ecmascript/snapshot/tests/BUILD.gn b/ecmascript/snapshot/tests/BUILD.gn index 58e0c880e526efff6d651497ee42a9e99e5dd02b..8565f8da13af201d46ca6712a4897b94038e7cad 100644 --- a/ecmascript/snapshot/tests/BUILD.gn +++ b/ecmascript/snapshot/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("SnapshotTest") { module_out_path = module_output_path diff --git a/ecmascript/tests/BUILD.gn b/ecmascript/tests/BUILD.gn index 8e9e6f42a86613296d68e05a984327e583a0e7b8..695ab85b9075207607ac72b660c53f5acd4751f3 100644 --- a/ecmascript/tests/BUILD.gn +++ b/ecmascript/tests/BUILD.gn @@ -14,7 +14,7 @@ import("//arkcompiler/ets_runtime/js_runtime_config.gni") import("//arkcompiler/ets_runtime/test/test_helper.gni") -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("JS_AccessorData_Test") { module_out_path = module_output_path diff --git a/test/executiontest/BUILD.gn b/test/executiontest/BUILD.gn index 073992c1e515c10f1d041aeb7ab7131b7de4bc59..f764f25edfc848ff0863ef0445278048de46bde5 100644 --- a/test/executiontest/BUILD.gn +++ b/test/executiontest/BUILD.gn @@ -42,7 +42,7 @@ foreach(file, test_js_files) { } } -module_output_path = "ets_runtime" +module_output_path = "ets_runtime/ets_runtime" host_unittest_action("ThreadTerminationTest") { module_out_path = module_output_path