Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
c2fb0919
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看板
提交
c2fb0919
编写于
7月 12, 2022
作者:
C
chenxuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Hidebug.test.js fix bug
Signed-off-by:
N
chenxuihui
<
chenxuhui2@huawei.com
>
上级
a166fc30
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
9 addition
and
18 deletion
+9
-18
hiviewdfx/hidebugtest/hidebugtestjstest/src/main/js/default/test/Hidebug.test.js
...idebugtestjstest/src/main/js/default/test/Hidebug.test.js
+9
-18
未找到文件。
hiviewdfx/hidebugtest/hidebugtestjstest/src/main/js/default/test/Hidebug.test.js
浏览文件 @
c2fb0919
...
...
@@ -71,7 +71,7 @@ describe('HidebugJsTest', function () {
* @tc.name : getPss
* @tc.desc : Get application process proportional set size memory information
*/
it
(
'
DFX_DFR_Hiprofiler_Interface_0004
'
,
0
,
async
function
(
done
)
{
it
(
'
DFX_DFR_Hiprofiler_Interface_0004
'
,
0
,
function
(
)
{
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0004 Test start*************
'
);
try
{
const
times
=
3
;
...
...
@@ -87,7 +87,6 @@ describe('HidebugJsTest', function () {
expect
().
assertFail
();
}
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0004 Test end*************
'
);
done
();
});
/*
...
...
@@ -95,7 +94,7 @@ describe('HidebugJsTest', function () {
* @tc.name : getSharedDirty
* @tc.desc : Obtains the size of the shared dirty memory of a process.
*/
it
(
'
DFX_DFR_Hiprofiler_Interface_0005
'
,
0
,
async
function
(
done
)
{
it
(
'
DFX_DFR_Hiprofiler_Interface_0005
'
,
0
,
function
(
)
{
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0005 Test start*************
'
);
try
{
let
dirty
=
hidebug
.
getSharedDirty
();
...
...
@@ -105,7 +104,6 @@ describe('HidebugJsTest', function () {
expect
().
assertFail
();
}
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0005 Test end*************
'
);
done
();
});
/*
...
...
@@ -113,7 +111,7 @@ describe('HidebugJsTest', function () {
* @tc.name : startProfiling with normal parameter
* @tc.desc : Start CPU Profiling.
*/
it
(
'
DFX_DFR_Hiprofiler_Interface_0006
'
,
0
,
async
function
(
done
)
{
it
(
'
DFX_DFR_Hiprofiler_Interface_0006
'
,
0
,
function
(
)
{
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0006 Test start*************
'
);
try
{
let
timestamp
=
Date
.
now
();
...
...
@@ -129,7 +127,6 @@ describe('HidebugJsTest', function () {
expect
().
assertFail
();
}
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0006 Test end*************
'
);
done
();
});
/*
...
...
@@ -137,7 +134,7 @@ describe('HidebugJsTest', function () {
* @tc.name : startProfiling repeatedly
* @tc.desc : Start CPU Profiling.
*/
it
(
'
DFX_DFR_Hiprofiler_Interface_0007
'
,
0
,
async
function
(
done
)
{
it
(
'
DFX_DFR_Hiprofiler_Interface_0007
'
,
0
,
function
(
)
{
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0007 Test start*************
'
);
try
{
let
path1
=
'
/data/app/el2/100/base/com.hidebug.test/files/cpuprofiler-111.json
'
...
...
@@ -157,7 +154,6 @@ describe('HidebugJsTest', function () {
expect
().
assertFail
();
}
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0007 Test end*************
'
);
done
();
});
/*
...
...
@@ -165,7 +161,7 @@ describe('HidebugJsTest', function () {
* @tc.name : startProfiling with empty parameter
* @tc.desc : Start CPU Profiling.
*/
it
(
'
DFX_DFR_Hiprofiler_Interface_0008
'
,
0
,
async
function
(
done
)
{
it
(
'
DFX_DFR_Hiprofiler_Interface_0008
'
,
0
,
function
(
)
{
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0008 Test start*************
'
);
let
path
=
'
/data/app/el2/100/base/com.hidebug.test/files/undefined.json
'
try
{
...
...
@@ -185,7 +181,6 @@ describe('HidebugJsTest', function () {
expect
().
assertFail
();
}
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0008 Test end*************
'
);
done
();
});
/*
...
...
@@ -193,7 +188,7 @@ describe('HidebugJsTest', function () {
* @tc.name : startProfiling with overlong parameter
* @tc.desc : Start CPU Profiling.
*/
it
(
'
DFX_DFR_Hiprofiler_Interface_0009
'
,
0
,
async
function
(
done
)
{
it
(
'
DFX_DFR_Hiprofiler_Interface_0009
'
,
0
,
function
(
)
{
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0009 Test start*************
'
);
let
path
=
'
/data/app/el2/100/base/com.hidebug.test/files/undefined.json
'
try
{
...
...
@@ -217,7 +212,6 @@ describe('HidebugJsTest', function () {
expect
().
assertFail
();
}
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0009 Test end*************
'
);
done
();
});
/*
...
...
@@ -225,7 +219,7 @@ describe('HidebugJsTest', function () {
* @tc.name : dumpHeapData with normal parameter
* @tc.desc : Dump JS Virtual Machine Heap Snapshot.
*/
it
(
'
DFX_DFR_Hiprofiler_Interface_0010
'
,
0
,
async
function
(
done
)
{
it
(
'
DFX_DFR_Hiprofiler_Interface_0010
'
,
0
,
function
(
)
{
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0010 Test start*************
'
);
try
{
let
timestamp
=
Date
.
now
();
...
...
@@ -239,7 +233,6 @@ describe('HidebugJsTest', function () {
expect
().
assertFail
();
}
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0010 Test end*************
'
);
done
();
});
/*
...
...
@@ -247,7 +240,7 @@ describe('HidebugJsTest', function () {
* @tc.name : dumpHeapData with empty parameter
* @tc.desc : Dump JS Virtual Machine Heap Snapshot.
*/
it
(
'
DFX_DFR_Hiprofiler_Interface_0011
'
,
0
,
async
function
(
done
)
{
it
(
'
DFX_DFR_Hiprofiler_Interface_0011
'
,
0
,
function
(
)
{
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0011 Test start*************
'
);
let
path
=
'
/data/app/el2/100/base/com.hidebug.test/files/undefined.heapsnapshot
'
try
{
...
...
@@ -265,7 +258,6 @@ describe('HidebugJsTest', function () {
expect
().
assertFail
();
}
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0011 Test end*************
'
);
done
();
});
/*
...
...
@@ -273,7 +265,7 @@ describe('HidebugJsTest', function () {
* @tc.name : dumpHeapData with overlog parameter
* @tc.desc : Dump JS Virtual Machine Heap Snapshot.
*/
it
(
'
DFX_DFR_Hiprofiler_Interface_0012
'
,
0
,
async
function
(
done
)
{
it
(
'
DFX_DFR_Hiprofiler_Interface_0012
'
,
0
,
function
(
)
{
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0012 Test start*************
'
);
let
path
=
'
/data/app/el2/100/base/com.hidebug.test/files/undefined.heapsnapshot
'
try
{
...
...
@@ -295,7 +287,6 @@ describe('HidebugJsTest', function () {
expect
().
assertFail
();
}
console
.
log
(
'
************* DFX_DFR_Hiprofiler_Interface_0012 Test end*************
'
);
done
();
});
/*
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录