Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
1162cee5
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看板
提交
1162cee5
编写于
11月 26, 2021
作者:
L
lifansheng
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Signed-off-by: lifansheng <lifansheng1@huawei.com>
On branch master Your branch is up to date with 'origin/master'.
上级
a35952fb
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
10 addition
and
35 deletion
+10
-35
compileruntime/process_lib_standard/src/main/js/test/Process.test.js
...ime/process_lib_standard/src/main/js/test/Process.test.js
+10
-35
未找到文件。
compileruntime/process_lib_standard/src/main/js/test/Process.test.js
浏览文件 @
1162cee5
...
...
@@ -2114,7 +2114,6 @@ describe('ChildProcessTest', function () {
if
(
pri
)
{
var
flag
=
true
// var flag = new Boolean(true)
expect
(
flag
).
assertEqual
(
true
)
}
})
...
...
@@ -2133,7 +2132,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
expect
(
flag
).
assertEqual
(
true
)
}
}
...
...
@@ -2153,7 +2151,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
expect
(
flag
).
assertEqual
(
true
)
}
}
...
...
@@ -2173,7 +2170,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
expect
(
flag
).
assertEqual
(
true
)
}
}
...
...
@@ -2193,7 +2189,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
expect
(
flag
).
assertEqual
(
true
)
}
}
...
...
@@ -2201,7 +2196,8 @@ describe('ChildProcessTest', function () {
/**
* @tc.name: testGetstartrealtime001
* @tc.desc: Returns the elapsed real time (in milliseconds) taken from the start of the system to the start of the process.
* @tc.desc: Returns the elapsed real time (in milliseconds) taken from the start of
* the system to the start of the process.
* @tc.require: AR000GFB04
* @tc.author: liwenqiang
*/
...
...
@@ -2212,7 +2208,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2220,7 +2215,8 @@ describe('ChildProcessTest', function () {
/**
* @tc.name: testGetstartrealtime002
* @tc.desc: Returns the elapsed real time (in milliseconds) taken from the start of the system to the start of the process.
* @tc.desc: Returns the elapsed real time (in milliseconds) taken from the start of
* the system to the start of the process.
* @tc.require: AR000GFB04
* @tc.author: liwenqiang
*/
...
...
@@ -2229,14 +2225,14 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
})
/**
* @tc.name: testGetstartrealtime003
* @tc.desc: Returns the elapsed real time (in milliseconds) taken from the start of the system to the start of the process.
* @tc.desc: Returns the elapsed real time (in milliseconds) taken from the start of
* the system to the start of the process.
* @tc.require: AR000GFB04
* @tc.author: liwenqiang
*/
...
...
@@ -2247,7 +2243,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2255,7 +2250,8 @@ describe('ChildProcessTest', function () {
/**
* @tc.name: testGetstartrealtime004
* @tc.desc: Returns the elapsed real time (in milliseconds) taken from the start of the system to the start of the process.
* @tc.desc: Returns the elapsed real time (in milliseconds) taken from the start of
* the system to the start of the process.
* @tc.require: AR000GFB04
* @tc.author: liwenqiang
*/
...
...
@@ -2266,7 +2262,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2274,7 +2269,8 @@ describe('ChildProcessTest', function () {
/**
* @tc.name: testGetstartrealtime005
* @tc.desc: Returns the elapsed real time (in milliseconds) taken from the start of the system to the start of the process.
* @tc.desc: Returns the elapsed real time (in milliseconds) taken from the start of
* the system to the start of the process.
* @tc.require: AR000GFB04
* @tc.author: liwenqiang
*/
...
...
@@ -2285,7 +2281,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2304,7 +2299,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2321,7 +2315,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
})
...
...
@@ -2339,7 +2332,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2358,7 +2350,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2377,7 +2368,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2395,7 +2385,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
})
...
...
@@ -2414,7 +2403,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2434,7 +2422,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2454,7 +2441,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2474,7 +2460,6 @@ describe('ChildProcessTest', function () {
if
(
pri
>
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2491,7 +2476,6 @@ describe('ChildProcessTest', function () {
if
(
pri
!=
null
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
})
...
...
@@ -2509,7 +2493,6 @@ describe('ChildProcessTest', function () {
if
(
pri
!=
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2528,7 +2511,6 @@ describe('ChildProcessTest', function () {
if
(
pri
!=
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2547,7 +2529,6 @@ describe('ChildProcessTest', function () {
if
(
pri
!=
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2566,7 +2547,6 @@ describe('ChildProcessTest', function () {
if
(
pri
!=
0
)
{
var
flag
=
true
// var flag = new Boolean(true)
}
expect
(
flag
).
assertEqual
(
true
)
}
...
...
@@ -2582,7 +2562,6 @@ describe('ChildProcessTest', function () {
var
pri
=
Process
.
getEnvironmentVar
(
"
USER
"
)
if
(
pri
!=
null
)
{
var
flag
=
true
// var flag = new Boolean(true)
expect
(
flag
).
assertEqual
(
true
)
}
})
...
...
@@ -2600,7 +2579,6 @@ describe('ChildProcessTest', function () {
if
(
pri
!=
null
)
{
var
flag
=
true
// var flag = new Boolean(true)
expect
(
flag
).
assertEqual
(
true
)
}
}
...
...
@@ -2619,7 +2597,6 @@ describe('ChildProcessTest', function () {
if
(
pri
!=
null
)
{
var
flag
=
true
// var flag = new Boolean(true)
expect
(
flag
).
assertEqual
(
true
)
}
}
...
...
@@ -2638,7 +2615,6 @@ describe('ChildProcessTest', function () {
if
(
pri
!=
null
)
{
var
flag
=
true
// var flag = new Boolean(true)
expect
(
flag
).
assertEqual
(
true
)
}
}
...
...
@@ -2657,7 +2633,6 @@ describe('ChildProcessTest', function () {
if
(
pri
!=
null
)
{
var
flag
=
true
// var flag = new Boolean(true)
expect
(
flag
).
assertEqual
(
true
)
}
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录