Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
c963489e
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
大约 1 年 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
c963489e
编写于
3月 11, 2022
作者:
O
openharmony_ci
提交者:
Gitee
3月 11, 2022
浏览文件
操作
浏览文件
下载
差异文件
!2333 add compileruntime process testcase
Merge pull request !2333 from 孙晨光/cherry-pick-1646895683
上级
72b99587
010c5d01
变更
15
展开全部
隐藏空白更改
内联
并排
Showing
15 changed file
with
2645 addition
and
0 deletion
+2645
-0
compileruntime/BUILD.gn
compileruntime/BUILD.gn
+1
-0
compileruntime/process_lib_standard/BUILD.gn
compileruntime/process_lib_standard/BUILD.gn
+40
-0
compileruntime/process_lib_standard/Test.json
compileruntime/process_lib_standard/Test.json
+18
-0
compileruntime/process_lib_standard/signature/openharmony_sx.p7b
...runtime/process_lib_standard/signature/openharmony_sx.p7b
+0
-0
compileruntime/process_lib_standard/src/main/config.json
compileruntime/process_lib_standard/src/main/config.json
+62
-0
compileruntime/process_lib_standard/src/main/js/default/app.js
...leruntime/process_lib_standard/src/main/js/default/app.js
+22
-0
compileruntime/process_lib_standard/src/main/js/default/i18n/en-US.json
.../process_lib_standard/src/main/js/default/i18n/en-US.json
+6
-0
compileruntime/process_lib_standard/src/main/js/default/i18n/zh-CN.json
.../process_lib_standard/src/main/js/default/i18n/zh-CN.json
+6
-0
compileruntime/process_lib_standard/src/main/js/default/pages/index/index.css
...ss_lib_standard/src/main/js/default/pages/index/index.css
+44
-0
compileruntime/process_lib_standard/src/main/js/default/pages/index/index.hml
...ss_lib_standard/src/main/js/default/pages/index/index.hml
+5
-0
compileruntime/process_lib_standard/src/main/js/default/pages/index/index.js
...ess_lib_standard/src/main/js/default/pages/index/index.js
+38
-0
compileruntime/process_lib_standard/src/main/js/test/List.test.js
...untime/process_lib_standard/src/main/js/test/List.test.js
+16
-0
compileruntime/process_lib_standard/src/main/js/test/Process.test.js
...ime/process_lib_standard/src/main/js/test/Process.test.js
+2375
-0
compileruntime/process_lib_standard/src/main/resources/base/element/string.json
..._lib_standard/src/main/resources/base/element/string.json
+12
-0
compileruntime/process_lib_standard/src/main/resources/base/media/icon.png
...ocess_lib_standard/src/main/resources/base/media/icon.png
+0
-0
未找到文件。
compileruntime/BUILD.gn
浏览文件 @
c963489e
...
...
@@ -20,6 +20,7 @@ group("compileruntime") {
"containerLine_lib_standard:containerLine_js_test",
"containerRelation_lib_standard:containerRelation_js_test",
"convertxml_lib_standard:convertxml_js_test",
"process_lib_standard:process_js_test",
"uri_lib_standard:uri_js_test",
"url_lib_standard:url_js_test",
"util_lib_standard:util_js_test",
...
...
compileruntime/process_lib_standard/BUILD.gn
0 → 100644
浏览文件 @
c963489e
# Copyright (C) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("process_js_test") {
hap_profile = "./src/main/config.json"
js2abc = true
deps = [
":process_js_assets",
":process_resources",
]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsProcessJSApiTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
}
ohos_js_assets("process_js_assets") {
source_dir = "./src/main/js/default"
}
ohos_resources("process_resources") {
sources = [ "./src/main/resources" ]
hap_profile = "./src/main/config.json"
}
compileruntime/process_lib_standard/Test.json
0 → 100644
浏览文件 @
c963489e
{
"description"
:
"Configuration for startup process js api Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"800000"
,
"package"
:
"com.example.childprocess"
,
"shell-timeout"
:
"90000"
},
"kits"
:
[
{
"test-file-name"
:
[
"ActsProcessJSApiTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
}
]
}
\ No newline at end of file
compileruntime/process_lib_standard/signature/openharmony_sx.p7b
0 → 100644
浏览文件 @
c963489e
文件已添加
compileruntime/process_lib_standard/src/main/config.json
0 → 100644
浏览文件 @
c963489e
{
"app"
:
{
"bundleName"
:
"com.example.childprocess"
,
"vendor"
:
"example"
,
"version"
:
{
"code"
:
1000000
,
"name"
:
"1.0.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
5
}
},
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"com.example.childprocess"
,
"name"
:
".MyApplication"
,
"mainAbility"
:
"com.example.childprocess.MainAbility"
,
"deviceType"
:
[
"phone"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
"moduleName"
:
"entry"
,
"moduleType"
:
"entry"
,
"installationFree"
:
false
},
"abilities"
:
[
{
"skills"
:
[
{
"entities"
:
[
"entity.system.home"
],
"actions"
:
[
"action.system.home"
]
}
],
"visible"
:
true
,
"name"
:
"com.example.childprocess.MainAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:mainability_description"
,
"label"
:
"$string:entry_MainAbility"
,
"type"
:
"page"
,
"launchType"
:
"standard"
}
],
"js"
:
[
{
"pages"
:
[
"pages/index/index"
],
"name"
:
"default"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
true
}
}
]
}
}
\ No newline at end of file
compileruntime/process_lib_standard/src/main/js/default/app.js
0 → 100644
浏览文件 @
c963489e
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the 'License');
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an 'AS IS' BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export
default
{
onCreate
()
{
console
.
info
(
'
AceApplication onCreate
'
);
},
onDestroy
()
{
console
.
info
(
'
AceApplication onDestroy
'
);
}
};
compileruntime/process_lib_standard/src/main/js/default/i18n/en-US.json
0 → 100644
浏览文件 @
c963489e
{
"strings"
:
{
"hello"
:
"Hello"
,
"world"
:
"World"
}
}
\ No newline at end of file
compileruntime/process_lib_standard/src/main/js/default/i18n/zh-CN.json
0 → 100644
浏览文件 @
c963489e
{
"strings"
:
{
"hello"
:
"您好"
,
"world"
:
"世界"
}
}
\ No newline at end of file
compileruntime/process_lib_standard/src/main/js/default/pages/index/index.css
0 → 100644
浏览文件 @
c963489e
.container
{
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.title
{
font-size
:
40px
;
color
:
#000000
;
opacity
:
0.9
;
}
@media
screen
and
(
device-type
:
tablet
)
and
(
orientation
:
landscape
)
{
.title
{
font-size
:
100px
;
}
}
@media
screen
and
(
device-type
:
wearable
)
{
.title
{
font-size
:
28px
;
color
:
#FFFFFF
;
}
}
@media
screen
and
(
device-type
:
tv
)
{
.container
{
background-image
:
url("../../common/images/Wallpaper.png")
;
background-size
:
cover
;
background-repeat
:
no-repeat
;
background-position
:
center
;
}
.title
{
font-size
:
100px
;
color
:
#FFFFFF
;
}
}
@media
screen
and
(
device-type
:
phone
)
and
(
orientation
:
landscape
)
{
.title
{
font-size
:
60px
;
}
}
compileruntime/process_lib_standard/src/main/js/default/pages/index/index.hml
0 → 100644
浏览文件 @
c963489e
<div class="container" onswipe="touchMove">
<text class="title">
{{ $t('strings.hello') }} {{title}}
</text>
</div>
\ No newline at end of file
compileruntime/process_lib_standard/src/main/js/default/pages/index/index.js
0 → 100644
浏览文件 @
c963489e
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the 'License');
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an 'AS IS' BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
file
from
'
@system.file
'
import
app
from
'
@system.app
'
import
device
from
'
@system.device
'
import
router
from
'
@system.router
'
import
{
Core
}
from
'
deccjsunit/index
'
export
default
{
data
:
{
title
:
""
},
onInit
()
{
this
.
title
=
this
.
$t
(
'
strings.world
'
);
},
onShow
()
{
console
.
info
(
'
onShow finish
'
)
const
core
=
Core
.
getInstance
()
core
.
init
()
require
(
'
../../../test/List.test
'
)
core
.
execute
()
},
onReady
()
{
},
}
\ No newline at end of file
compileruntime/process_lib_standard/src/main/js/test/List.test.js
0 → 100644
浏览文件 @
c963489e
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the 'License');
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an 'AS IS' BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
require
(
'
./Process.test.js
'
)
\ No newline at end of file
compileruntime/process_lib_standard/src/main/js/test/Process.test.js
0 → 100644
浏览文件 @
c963489e
此差异已折叠。
点击以展开。
compileruntime/process_lib_standard/src/main/resources/base/element/string.json
0 → 100644
浏览文件 @
c963489e
{
"string"
:
[
{
"name"
:
"entry_MainAbility"
,
"value"
:
"entry_MainAbility"
},
{
"name"
:
"mainability_description"
,
"value"
:
"JS_Empty Ability"
}
]
}
\ No newline at end of file
compileruntime/process_lib_standard/src/main/resources/base/media/icon.png
0 → 100644
浏览文件 @
c963489e
6.6 KB
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录