From 67531c60cb1c65ff63a74c4f78460a4976092802 Mon Sep 17 00:00:00 2001 From: daisydu <270836973@qq.com> Date: Wed, 6 Aug 2025 09:13:01 +0000 Subject: [PATCH 1/3] update config/ci_target_white_list.json. Signed-off-by: daisydu <270836973@qq.com> --- config/ci_target_white_list.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/ci_target_white_list.json b/config/ci_target_white_list.json index 6b39c75a..6315fa9a 100644 --- a/config/ci_target_white_list.json +++ b/config/ci_target_white_list.json @@ -124,6 +124,14 @@ "FULL_IMPACT_TOTALLY" ] }, + { + "path": "test/testfwk/arkxtest/jsunit", + "bundle_name": "", + "add_bundle": [], + "add_target": [ + "FULL_IMPACT_TOTALLY" + ] + }, { "path": "arkcompiler/ets_runtime", "bundle_name": "ets_runtime", -- Gitee From 9797f603011cad8bfa38fd8a84cbde3e3fab8996 Mon Sep 17 00:00:00 2001 From: daisydu <270836973@qq.com> Date: Wed, 6 Aug 2025 09:38:57 +0000 Subject: [PATCH 2/3] update build/copy_hypium_static.sh. Signed-off-by: daisydu <270836973@qq.com> --- build/copy_hypium_static.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/copy_hypium_static.sh b/build/copy_hypium_static.sh index 82753259..aeda8877 100755 --- a/build/copy_hypium_static.sh +++ b/build/copy_hypium_static.sh @@ -17,5 +17,5 @@ echo exec $@ code_root=$(realpath $(dirname $(readlink -f $0))/../../../../) mkdir -p $1/entry/src/hypium -cp -rf ${code_root}/test/testfwk/arkxtest/jsunit/src_static/module $1/entry/src/hypium/ -cp -f ${code_root}/test/testfwk/arkxtest/jsunit/src_static/*.ets $1/entry/src/hypium/ \ No newline at end of file +cp -rf ${code_root}/test/testfwk/arkxtest/jsunit/src/main/module $1/entry/src/hypium/ +cp -f ${code_root}/test/testfwk/arkxtest/jsunit/src/main/*.ets $1/entry/src/hypium/ \ No newline at end of file -- Gitee From e595a9f66dc09de45d7e0994fe8cb9d05b47b145 Mon Sep 17 00:00:00 2001 From: daisydu <270836973@qq.com> Date: Thu, 7 Aug 2025 02:27:19 +0000 Subject: [PATCH 3/3] update build/copy_hypium_static.sh. Signed-off-by: daisydu <270836973@qq.com> --- build/copy_hypium_static.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/copy_hypium_static.sh b/build/copy_hypium_static.sh index aeda8877..f5d395bb 100755 --- a/build/copy_hypium_static.sh +++ b/build/copy_hypium_static.sh @@ -18,4 +18,5 @@ code_root=$(realpath $(dirname $(readlink -f $0))/../../../../) mkdir -p $1/entry/src/hypium cp -rf ${code_root}/test/testfwk/arkxtest/jsunit/src/main/module $1/entry/src/hypium/ -cp -f ${code_root}/test/testfwk/arkxtest/jsunit/src/main/*.ets $1/entry/src/hypium/ \ No newline at end of file +cp -f ${code_root}/test/testfwk/arkxtest/jsunit/src/main/*.ets $1/entry/src/hypium/ +mv $1/entry/src/hypium/IndexStatic.ets $1/entry/src/hypium/index.ets \ No newline at end of file -- Gitee