提交 702d8d9d 编写于 作者: O openharmony_ci 提交者: Gitee

!352 mqueue144与mutex18门禁用例不稳定暂时下线

Merge pull request !352 from phchang/fix_test
......@@ -51,7 +51,6 @@ sources_smoke = [
"smoke/It_posix_queue_003.cpp",
"smoke/It_posix_queue_028.cpp",
"smoke/It_posix_queue_053.cpp",
"smoke/It_posix_queue_144.cpp",
"smoke/It_posix_queue_062.cpp",
"smoke/It_posix_queue_205.cpp",
"smoke/It_posix_queue_206.cpp",
......@@ -167,6 +166,7 @@ sources_full = [
"full/It_posix_queue_134.cpp",
"full/It_posix_queue_136.cpp",
"full/It_posix_queue_143.cpp",
"full/It_posix_queue_144.cpp",
"full/It_posix_queue_145.cpp",
"full/It_posix_queue_146.cpp",
"full/It_posix_queue_147.cpp",
......
......@@ -144,17 +144,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue053, TestSize.Level0)
ItPosixQueue053();
}
/* *
* @tc.name: IT_POSIX_QUEUE_144
* @tc.desc: function for PosixMqueueTest
* @tc.type: FUNC
* @tc.require: AR000EEMQ9
*/
HWTEST_F(PosixMqueueTest, ItPosixQueue144, TestSize.Level0)
{
ItPosixQueue144();
}
/* *
* @tc.name: IT_POSIX_QUEUE_028
* @tc.desc: function for PosixMqueueTest
......@@ -1089,15 +1078,16 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue130, TestSize.Level0)
ItPosixQueue130();
}
/**
* @tc.name: IT_POSIX_QUEUE_133
/* *
* @tc.name: IT_POSIX_QUEUE_144
* @tc.desc: function for PosixMqueueTest
* @tc.type: FUNC
* @tc.require: AR000EEMQ9
*/
/*
*/
HWTEST_F(PosixMqueueTest, ItPosixQueue144, TestSize.Level0)
{
ItPosixQueue144();
}
/**
* @tc.name: IT_POSIX_QUEUE_147
......
......@@ -59,7 +59,6 @@ sources_smoke = [
"smoke/pthread_mutex_test_015.cpp",
"smoke/pthread_mutex_test_016.cpp",
"smoke/pthread_mutex_test_017.cpp",
"smoke/pthread_mutex_test_018.cpp",
"smoke/pthread_mutex_test_019.cpp",
"smoke/pthread_mutex_test_020.cpp",
"smoke/pthread_mutex_test_021.cpp",
......@@ -70,6 +69,7 @@ sources_smoke = [
]
sources_full = [
"full/pthread_mutex_test_018.cpp",
]
if (LOSCFG_USER_TEST_LEVEL >= TEST_LEVEL_LOW) {
......
......@@ -238,17 +238,6 @@ HWTEST_F(ProcessMutexTest, ItTestPthreadMutex017, TestSize.Level0)
}
#ifndef LOSCFG_USER_TEST_SMP
/* *
* @tc.name: it_test_pthread_mutex_018
* @tc.desc: function for ProcessMutexTest
* @tc.type: FUNC
* @tc.require: AR000EEMQ9
*/
HWTEST_F(ProcessMutexTest, ItTestPthreadMutex018, TestSize.Level0)
{
ItTestPthreadMutex018();
}
/* *
* @tc.name: it_test_pthread_mutex_019
* @tc.desc: function for ProcessMutexTest
......@@ -294,4 +283,19 @@ HWTEST_F(ProcessMutexTest, ItTestPthreadMutex022, TestSize.Level0)
ItTestPthreadMutex022();
}
#endif
#if defined(LOSCFG_USER_TEST_FULL)
#ifndef LOSCFG_USER_TEST_SMP
/* *
* @tc.name: it_test_pthread_mutex_018
* @tc.desc: function for ProcessMutexTest
* @tc.type: FUNC
* @tc.require: AR000EEMQ9
*/
HWTEST_F(ProcessMutexTest, ItTestPthreadMutex018, TestSize.Level0)
{
ItTestPthreadMutex018();
}
#endif
#endif
} // namespace OHOS
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册