mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-23 10:09:54 +00:00
!8212 heap_tracker_second_test测试集概率性失败,临时下线
Merge pull request !8212 from qibao/master
This commit is contained in:
commit
2489bd3fca
@ -108,7 +108,7 @@ public:
|
||||
JSThread *thread {nullptr};
|
||||
};
|
||||
|
||||
HWTEST_F_L0(HeapTrackerTest, GenDumpFileName_001)
|
||||
HWTEST_F_L0(HeapTrackerTest, DISABLED_GenDumpFileName_001)
|
||||
{
|
||||
[[maybe_unused]] EcmaHandleScope handleScope(thread);
|
||||
HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance);
|
||||
@ -144,7 +144,7 @@ HWTEST_F_L0(HeapTrackerTest, GenDumpFileName_001)
|
||||
HeapProfilerInterface::Destroy(instance);
|
||||
}
|
||||
|
||||
HWTEST_F_L0(HeapTrackerTest, GenDumpFileName_002)
|
||||
HWTEST_F_L0(HeapTrackerTest, DISABLED_GenDumpFileName_002)
|
||||
{
|
||||
[[maybe_unused]] EcmaHandleScope handleScope(thread);
|
||||
HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance);
|
||||
@ -180,7 +180,7 @@ HWTEST_F_L0(HeapTrackerTest, GenDumpFileName_002)
|
||||
HeapProfilerInterface::Destroy(instance);
|
||||
}
|
||||
|
||||
HWTEST_F_L0(HeapTrackerTest, GenDumpFileName_003)
|
||||
HWTEST_F_L0(HeapTrackerTest, DISABLED_GenDumpFileName_003)
|
||||
{
|
||||
[[maybe_unused]] EcmaHandleScope handleScope(thread);
|
||||
HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance);
|
||||
@ -216,7 +216,7 @@ HWTEST_F_L0(HeapTrackerTest, GenDumpFileName_003)
|
||||
HeapProfilerInterface::Destroy(instance);
|
||||
}
|
||||
|
||||
HWTEST_F_L0(HeapTrackerTest, GenDumpFileName_004)
|
||||
HWTEST_F_L0(HeapTrackerTest, DISABLED_GenDumpFileName_004)
|
||||
{
|
||||
[[maybe_unused]] EcmaHandleScope handleScope(thread);
|
||||
HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance);
|
||||
@ -252,7 +252,7 @@ HWTEST_F_L0(HeapTrackerTest, GenDumpFileName_004)
|
||||
HeapProfilerInterface::Destroy(instance);
|
||||
}
|
||||
|
||||
HWTEST_F_L0(HeapTrackerTest, FileDescriptorStreamEndOfStream)
|
||||
HWTEST_F_L0(HeapTrackerTest, DISABLED_FileDescriptorStreamEndOfStream)
|
||||
{
|
||||
int fd = 3;
|
||||
FileDescriptorStream fileStream(fd);
|
||||
|
Loading…
Reference in New Issue
Block a user