From ca8896bd6510560abbc42e8b3e8b12bf083e43b0 Mon Sep 17 00:00:00 2001 From: fangting Date: Thu, 12 Jun 2025 20:47:10 +0800 Subject: [PATCH] fix tdd_path Issue:#ICET7E Signed-off-by: fangting --- ecmascript/base/tests/BUILD.gn | 2 +- ecmascript/builtins/tests/BUILD.gn | 2 +- ecmascript/compiler/aot_file/tests/BUILD.gn | 2 +- ecmascript/compiler/codegen/maple/test/BUILD.gn | 2 +- ecmascript/compiler/tests/BUILD.gn | 2 +- ecmascript/containers/tests/BUILD.gn | 2 +- ecmascript/debugger/tests/BUILD.gn | 2 +- ecmascript/dfx/cpu_profiler/tests/BUILD.gn | 2 +- ecmascript/dfx/hprof/tests/BUILD.gn | 2 +- ecmascript/dfx/stackinfo/tests/BUILD.gn | 2 +- ecmascript/extractortool/tests/BUILD.gn | 2 +- ecmascript/ic/tests/BUILD.gn | 2 +- ecmascript/jit/tests/BUILD.gn | 2 +- ecmascript/jobs/tests/BUILD.gn | 2 +- ecmascript/jspandafile/tests/BUILD.gn | 2 +- ecmascript/module/tests/BUILD.gn | 2 +- ecmascript/napi/test/BUILD.gn | 2 +- ecmascript/ohos/tests/BUILD.gn | 2 +- ecmascript/pgo_profiler/tests/BUILD.gn | 2 +- ecmascript/platform/unix/ohos/tests/BUILD.gn | 2 +- ecmascript/regexp/tests/BUILD.gn | 2 +- ecmascript/require/tests/BUILD.gn | 2 +- ecmascript/serializer/tests/BUILD.gn | 2 +- ecmascript/snapshot/tests/BUILD.gn | 2 +- ecmascript/tests/BUILD.gn | 2 +- test/executiontest/BUILD.gn | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/ecmascript/base/tests/BUILD.gn b/ecmascript/base/tests/BUILD.gn index 610b3912b1..43ce158dcf 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 e5beb08787..c7acaa14da 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 6ff0b88486..a36b8e971b 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 bf812a541c..941c159812 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 22705004b0..00ba2d7525 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 6bc0215df2..bd64e7af55 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 4949f9b859..55af7d2656 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 668df6b797..6451df0ea2 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 0b0fba45f6..b6454e5496 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 e32a6f6da0..5a60ce3694 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 5fabe19f00..8da7e17649 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 54da1eb5be..ca9e1bea3a 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 e1a7369a4a..bb0c13e034 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 d6e282e6b9..54f7314800 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 d3a6e27127..1e3dd69021 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 1cd6f3e48e..ab170bbaed 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 3f6f4e5a12..8329cf16da 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 4c6408e055..6d42b71fca 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 2325507100..156a6e5c6c 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 f2dee3df7c..687da78153 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 b9d2c72f4c..1e2fbd5a44 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 92bce7cb78..f62906cb39 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 c7d2adbe91..ce1801ecf1 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 8c2c006ce0..b57d7e36cf 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 73d81782c0..5a912bcfe1 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 073992c1e5..f764f25edf 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 -- Gitee