!8212 heap_tracker_second_test测试集概率性失败,临时下线

Merge pull request !8212 from qibao/master
This commit is contained in:
openharmony_ci 2024-07-18 20:25:26 +00:00 committed by Gitee
commit 2489bd3fca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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);