fix: 内源代码检视问题修改
1.删除测试用例中的需求单号和问题单号 2.部分格式问题 3.使用非安全函数问题 Signed-off-by: zhushengle <zhushengle@huawei.com> Change-Id: I348bd9730f584fd3ebeb6d4245fe4a84c0c90c7d
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
|
||||
static void SigPrint(int sig)
|
||||
{
|
||||
(void)sig;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -48,7 +48,6 @@ public:
|
||||
* @tc.name: IT_TEST_IO_005
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItTestIo005, TestSize.Level0)
|
||||
{
|
||||
@@ -60,7 +59,6 @@ HWTEST_F(IoTest, ItTestIo005, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_IO_008
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItTestIo008, TestSize.Level0)
|
||||
{
|
||||
@@ -73,7 +71,6 @@ HWTEST_F(IoTest, ItTestIo008, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_IO_010
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItTestIo010, TestSize.Level0)
|
||||
{
|
||||
@@ -84,7 +81,6 @@ HWTEST_F(IoTest, ItTestIo010, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_IO_013
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItTestIo013, TestSize.Level0)
|
||||
{
|
||||
@@ -97,7 +93,6 @@ HWTEST_F(IoTest, ItTestIo013, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_PSELECT_001
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_PSELECT_001, TestSize.Level0)
|
||||
{
|
||||
@@ -108,7 +103,6 @@ HWTEST_F(IoTest, IO_TEST_PSELECT_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_PSELECT_002
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_PSELECT_002, TestSize.Level0)
|
||||
{
|
||||
@@ -119,7 +113,6 @@ HWTEST_F(IoTest, IO_TEST_PSELECT_002, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_PPOLL_001
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_PPOLL_001, TestSize.Level0)
|
||||
{
|
||||
@@ -130,7 +123,6 @@ HWTEST_F(IoTest, IO_TEST_PPOLL_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_PPOLL_002
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_PPOLL_002, TestSize.Level0)
|
||||
{
|
||||
@@ -141,7 +133,6 @@ HWTEST_F(IoTest, IO_TEST_PPOLL_002, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_PPOLL_003
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_PPOLL_003, TestSize.Level0)
|
||||
{
|
||||
@@ -152,7 +143,6 @@ HWTEST_F(IoTest, IO_TEST_PPOLL_003, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_EPOLL_001
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
|
||||
HWTEST_F(IoTest, IO_TEST_EPOLL_001, TestSize.Level0)
|
||||
@@ -164,7 +154,6 @@ HWTEST_F(IoTest, IO_TEST_EPOLL_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_EPOLL_002
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_EPOLL_002, TestSize.Level0)
|
||||
{
|
||||
@@ -175,7 +164,6 @@ HWTEST_F(IoTest, IO_TEST_EPOLL_002, TestSize.Level0)
|
||||
* @tc.name: IT_STDLIB_POLL_002
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItStdlibPoll002, TestSize.Level0)
|
||||
{
|
||||
@@ -186,7 +174,6 @@ HWTEST_F(IoTest, ItStdlibPoll002, TestSize.Level0)
|
||||
* @tc.name: IT_STDLIB_POLL_003
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItStdlibPoll003, TestSize.Level0)
|
||||
{
|
||||
@@ -197,7 +184,6 @@ HWTEST_F(IoTest, ItStdlibPoll003, TestSize.Level0)
|
||||
* @tc.name: IT_STDIO_PUTWC_001
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItStdioPutwc001, TestSize.Level0)
|
||||
{
|
||||
@@ -208,7 +194,6 @@ HWTEST_F(IoTest, ItStdioPutwc001, TestSize.Level0)
|
||||
* @tc.name: IT_STDIO_READV_001
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItStdioReadv001, TestSize.Level0)
|
||||
{
|
||||
@@ -219,7 +204,6 @@ HWTEST_F(IoTest, ItStdioReadv001, TestSize.Level0)
|
||||
* @tc.name: IT_STDIO_RINDEX_001
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItStdioRindex001, TestSize.Level0)
|
||||
{
|
||||
@@ -230,7 +214,6 @@ HWTEST_F(IoTest, ItStdioRindex001, TestSize.Level0)
|
||||
* @tc.name: IT_STDIO_SETLOGMASK_001
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItStdioSetlogmask001, TestSize.Level0)
|
||||
{
|
||||
@@ -241,7 +224,6 @@ HWTEST_F(IoTest, ItStdioSetlogmask001, TestSize.Level0)
|
||||
* @tc.name: IT_STDLIB_GCVT_001
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItStdlibGcvt001, TestSize.Level0)
|
||||
{
|
||||
@@ -252,7 +234,6 @@ HWTEST_F(IoTest, ItStdlibGcvt001, TestSize.Level0)
|
||||
* @tc.name: IT_LOCALE_LOCALECONV_001
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItLocaleLocaleconv001, TestSize.Level0)
|
||||
{
|
||||
@@ -263,7 +244,6 @@ HWTEST_F(IoTest, ItLocaleLocaleconv001, TestSize.Level0)
|
||||
* @tc.name: IT_STDIO_FPUTWS_001
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItStdioFputws001, TestSize.Level0)
|
||||
{
|
||||
@@ -274,7 +254,6 @@ HWTEST_F(IoTest, ItStdioFputws001, TestSize.Level0)
|
||||
* @tc.name: IT_STDIO_FWPRINTF_001
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItStdioFwprintf001, TestSize.Level0)
|
||||
{
|
||||
@@ -285,7 +264,6 @@ HWTEST_F(IoTest, ItStdioFwprintf001, TestSize.Level0)
|
||||
* @tc.name: IT_STDIO_GETC_UNLOCKED_001
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItStdioGetcUnlocked001, TestSize.Level0)
|
||||
{
|
||||
@@ -296,7 +274,6 @@ HWTEST_F(IoTest, ItStdioGetcUnlocked001, TestSize.Level0)
|
||||
* @tc.name: IT_STDIO_MBLEN_001
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItStdioMblen001, TestSize.Level0)
|
||||
{
|
||||
@@ -307,7 +284,6 @@ HWTEST_F(IoTest, ItStdioMblen001, TestSize.Level0)
|
||||
* @tc.name: IT_STDIO_MBRLEN_001
|
||||
* @tc.desc: function for IoTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, ItStdioMbrlen001, TestSize.Level0)
|
||||
{
|
||||
@@ -318,7 +294,6 @@ HWTEST_F(IoTest, ItStdioMbrlen001, TestSize.Level0)
|
||||
* @tc.name: IT_STDIO_HASMNTOPT_001
|
||||
* @tc.desc: function for IoTest-normal testcase
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IT_STDIO_HASMNTOPT_001, TestSize.Level0)
|
||||
{
|
||||
@@ -329,7 +304,6 @@ HWTEST_F(IoTest, IT_STDIO_HASMNTOPT_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_DUPLOCALE_001
|
||||
* @tc.desc: function for IoTest-dup the locale global pointer
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_DUPLOCALE_001, TestSize.Level0)
|
||||
{
|
||||
@@ -340,7 +314,6 @@ HWTEST_F(IoTest, IO_TEST_DUPLOCALE_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_NL_LANGINFO_001
|
||||
* @tc.desc: function for IoTest-normal testcase
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_NL_LANGINFO_001, TestSize.Level0)
|
||||
{
|
||||
@@ -351,7 +324,6 @@ HWTEST_F(IoTest, IO_TEST_NL_LANGINFO_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_STRCASECMP_L_001
|
||||
* @tc.desc: function for IoTest-normal testcase
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_STRCASECMP_L_001, TestSize.Level0)
|
||||
{
|
||||
@@ -362,7 +334,6 @@ HWTEST_F(IoTest, IO_TEST_STRCASECMP_L_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_STRCASECMP_L_002
|
||||
* @tc.desc: function for IoTest-normal testcase
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_STRCASECMP_L_002, TestSize.Level0)
|
||||
{
|
||||
@@ -373,7 +344,6 @@ HWTEST_F(IoTest, IO_TEST_STRCASECMP_L_002, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_STRNCASECMP_L_001
|
||||
* @tc.desc: function for IoTest-normal testcase
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_STRNCASECMP_L_001, TestSize.Level0)
|
||||
{
|
||||
@@ -384,7 +354,6 @@ HWTEST_F(IoTest, IO_TEST_STRNCASECMP_L_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_STRNCASECMP_L_002
|
||||
* @tc.desc: function for IoTest-normal testcase
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_STRNCASECMP_L_002, TestSize.Level0)
|
||||
{
|
||||
@@ -395,7 +364,6 @@ HWTEST_F(IoTest, IO_TEST_STRNCASECMP_L_002, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_NL_LANGINFO_l_001
|
||||
* @tc.desc: function for IoTest-query language and locale information
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_NL_LANGINFO_l_001, TestSize.Level0)
|
||||
{
|
||||
@@ -406,7 +374,6 @@ HWTEST_F(IoTest, IO_TEST_NL_LANGINFO_l_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_DNGETTEXT_001
|
||||
* @tc.desc: function for IoTest-print the translated string1 or string2
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_DNGETTEXT_001, TestSize.Level0)
|
||||
{
|
||||
@@ -417,7 +384,6 @@ HWTEST_F(IoTest, IO_TEST_DNGETTEXT_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_DNGETTEXT_002
|
||||
* @tc.desc: function for IoTest-innormal testcases
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_DNGETTEXT_002, TestSize.Level0)
|
||||
{
|
||||
@@ -428,7 +394,6 @@ HWTEST_F(IoTest, IO_TEST_DNGETTEXT_002, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_DCNGETTEXT_001
|
||||
* @tc.desc: function for IoTest-print the translated string1 or string2 with locale parameter
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_DCNGETTEXT_001, TestSize.Level0)
|
||||
{
|
||||
@@ -439,7 +404,6 @@ HWTEST_F(IoTest, IO_TEST_DCNGETTEXT_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_DCNGETTEXT_002
|
||||
* @tc.desc: function for IoTest-innormal testcases
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_DCNGETTEXT_002, TestSize.Level0)
|
||||
{
|
||||
@@ -449,7 +413,6 @@ HWTEST_F(IoTest, IO_TEST_DCNGETTEXT_002, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_DCGETTEXT_001
|
||||
* @tc.desc: function for IoTest-print the translated string with locale parameter
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_DCGETTEXT_001, TestSize.Level0)
|
||||
{
|
||||
@@ -460,7 +423,6 @@ HWTEST_F(IoTest, IO_TEST_DCGETTEXT_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_DCGETTEXT_002
|
||||
* @tc.desc: function for IoTest-innormal testcases
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_DCGETTEXT_002, TestSize.Level0)
|
||||
{
|
||||
@@ -471,7 +433,6 @@ HWTEST_F(IoTest, IO_TEST_DCGETTEXT_002, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_GETTEXT_001
|
||||
* @tc.desc: function for IoTest-normal testcases
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_GETTEXT_001, TestSize.Level0)
|
||||
{
|
||||
@@ -482,7 +443,6 @@ HWTEST_F(IoTest, IO_TEST_GETTEXT_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_LOCALE_001
|
||||
* @tc.desc: function for IoTest-normal testcases
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_LOCALE_001, TestSize.Level0)
|
||||
{
|
||||
@@ -493,7 +453,6 @@ HWTEST_F(IoTest, IO_TEST_LOCALE_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_LOCALE_002
|
||||
* @tc.desc: function for IoTest-innormal testcases
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_LOCALE_002, TestSize.Level0)
|
||||
{
|
||||
@@ -504,7 +463,6 @@ HWTEST_F(IoTest, IO_TEST_LOCALE_002, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_STRFMON_L_001
|
||||
* @tc.desc: function for IoTest-normal testcases
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_STRFMON_L_001, TestSize.Level0)
|
||||
{
|
||||
@@ -515,7 +473,6 @@ HWTEST_F(IoTest, IO_TEST_STRFMON_L_001, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_STRFMON_L_002
|
||||
* @tc.desc: function for IoTest-innormal testcases
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_STRFMON_L_002, TestSize.Level0)
|
||||
{
|
||||
@@ -526,7 +483,6 @@ HWTEST_F(IoTest, IO_TEST_STRFMON_L_002, TestSize.Level0)
|
||||
* @tc.name: IO_TEST_NGETTEXT_001
|
||||
* @tc.desc: function for IoTest-normal testcases
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(IoTest, IO_TEST_NGETTEXT_001, TestSize.Level0)
|
||||
{
|
||||
|
||||
@@ -47,7 +47,6 @@ public:
|
||||
* @tc.name: IT_TEST_MISC_001
|
||||
* @tc.desc: function for MiscTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(MiscTest, ItTestMisc001, TestSize.Level0)
|
||||
{
|
||||
@@ -58,7 +57,6 @@ HWTEST_F(MiscTest, ItTestMisc001, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_MISC_002
|
||||
* @tc.desc: function for MiscTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(MiscTest, ItTestMisc002, TestSize.Level0)
|
||||
{
|
||||
@@ -69,7 +67,6 @@ HWTEST_F(MiscTest, ItTestMisc002, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_MISC_003
|
||||
* @tc.desc: function for MiscTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(MiscTest, ItTestMisc003, TestSize.Level0)
|
||||
{
|
||||
@@ -80,7 +77,6 @@ HWTEST_F(MiscTest, ItTestMisc003, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_MISC_004
|
||||
* @tc.desc: function for MiscTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(MiscTest, ItTestMisc004, TestSize.Level0)
|
||||
{
|
||||
@@ -91,7 +87,6 @@ HWTEST_F(MiscTest, ItTestMisc004, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_MISC_005
|
||||
* @tc.desc: function for MiscTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(MiscTest, ItTestMisc005, TestSize.Level0)
|
||||
{
|
||||
@@ -102,7 +97,6 @@ HWTEST_F(MiscTest, ItTestMisc005, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_MISC_014
|
||||
* @tc.desc: function for tmpnam test
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(MiscTest, IT_TEST_MISC_014, TestSize.Level0)
|
||||
{
|
||||
@@ -115,7 +109,6 @@ HWTEST_F(MiscTest, IT_TEST_MISC_014, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_MISC_006
|
||||
* @tc.desc: function for MiscTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(MiscTest, ItTestMisc006, TestSize.Level0)
|
||||
{
|
||||
@@ -126,7 +119,6 @@ HWTEST_F(MiscTest, ItTestMisc006, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_MISC_007
|
||||
* @tc.desc: function for MiscTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(MiscTest, ItTestMisc007, TestSize.Level0)
|
||||
{
|
||||
@@ -137,7 +129,6 @@ HWTEST_F(MiscTest, ItTestMisc007, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_MISC_008
|
||||
* @tc.desc: function for MiscTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(MiscTest, ItTestMisc008, TestSize.Level0)
|
||||
{
|
||||
@@ -148,7 +139,6 @@ HWTEST_F(MiscTest, ItTestMisc008, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_MISC_009
|
||||
* @tc.desc: function for MiscTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(MiscTest, ItTestMisc009, TestSize.Level0)
|
||||
{
|
||||
@@ -159,7 +149,6 @@ HWTEST_F(MiscTest, ItTestMisc009, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_MISC_010
|
||||
* @tc.desc: function for MiscTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
/*HWTEST_F(MiscTest, ItTestMisc010, TestSize.Level0)
|
||||
{
|
||||
@@ -170,7 +159,6 @@ HWTEST_F(MiscTest, ItTestMisc009, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_MISC_011
|
||||
* @tc.desc: function for MiscTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
/*HWTEST_F(MiscTest, ItTestMisc011, TestSize.Level0)
|
||||
{
|
||||
@@ -181,7 +169,6 @@ HWTEST_F(MiscTest, ItTestMisc009, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_MISC_012
|
||||
* @tc.desc: function for MiscTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(MiscTest, ItTestMisc012, TestSize.Level0)
|
||||
{
|
||||
@@ -192,7 +179,6 @@ HWTEST_F(MiscTest, ItTestMisc012, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_MISC_013
|
||||
* @tc.desc: function for MiscTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
/*HWTEST_F(MiscTest, ItTestMisc013, TestSize.Level0)
|
||||
{
|
||||
|
||||
@@ -48,7 +48,6 @@ public:
|
||||
* @tc.name: IT_POSIX_MEM_001
|
||||
* @tc.desc: function for PosixMemTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMemTest, ItPosixMem001, TestSize.Level0)
|
||||
{
|
||||
@@ -59,7 +58,6 @@ HWTEST_F(PosixMemTest, ItPosixMem001, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_MEM_003
|
||||
* @tc.desc: function for PosixMemTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMemTest, ItPosixMem003, TestSize.Level0)
|
||||
{
|
||||
|
||||
@@ -115,7 +115,6 @@ public:
|
||||
* @tc.name: IT_POSIX_QUEUE_001
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue001, TestSize.Level0)
|
||||
{
|
||||
@@ -126,7 +125,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue001, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_003
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue003, TestSize.Level0)
|
||||
{
|
||||
@@ -137,7 +135,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue003, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_053
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue053, TestSize.Level0)
|
||||
{
|
||||
@@ -148,7 +145,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue053, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_028
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue028, TestSize.Level0)
|
||||
{
|
||||
@@ -159,7 +155,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue028, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_062
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue062, TestSize.Level0)
|
||||
{
|
||||
@@ -173,7 +168,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue062, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_002
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue002, TestSize.Level0)
|
||||
{
|
||||
@@ -184,7 +178,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue002, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_005
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue005, TestSize.Level0)
|
||||
{
|
||||
@@ -195,7 +188,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue005, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_008
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue008, TestSize.Level0)
|
||||
{
|
||||
@@ -206,7 +198,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue008, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_011
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue011, TestSize.Level0)
|
||||
{
|
||||
@@ -217,7 +208,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue011, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_013
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue013, TestSize.Level0)
|
||||
{
|
||||
@@ -228,7 +218,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue013, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_014
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue014, TestSize.Level0)
|
||||
{
|
||||
@@ -239,7 +228,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue014, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_015
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue015, TestSize.Level0)
|
||||
{
|
||||
@@ -250,7 +238,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue015, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_016
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue016, TestSize.Level0)
|
||||
{
|
||||
@@ -262,7 +249,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue016, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_113
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue113, TestSize.Level0)
|
||||
{
|
||||
@@ -273,7 +259,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue113, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_018
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue018, TestSize.Level0)
|
||||
{
|
||||
@@ -284,7 +269,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue018, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_019
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue019, TestSize.Level0)
|
||||
{
|
||||
@@ -295,7 +279,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue019, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_020
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue020, TestSize.Level0)
|
||||
{
|
||||
@@ -306,7 +289,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue020, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_021
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue021, TestSize.Level0)
|
||||
{
|
||||
@@ -317,7 +299,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue021, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_025
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue025, TestSize.Level0)
|
||||
{
|
||||
@@ -328,7 +309,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue025, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_026
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue026, TestSize.Level0)
|
||||
{
|
||||
@@ -339,7 +319,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue026, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_027
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue027, TestSize.Level0)
|
||||
{
|
||||
@@ -350,7 +329,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue027, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_030
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue030, TestSize.Level0)
|
||||
{
|
||||
@@ -361,7 +339,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue030, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_031
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue031, TestSize.Level0)
|
||||
{
|
||||
@@ -372,7 +349,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue031, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_032
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue032, TestSize.Level0)
|
||||
{
|
||||
@@ -383,7 +359,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue032, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_033
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue033, TestSize.Level0)
|
||||
{
|
||||
@@ -394,7 +369,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue033, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_036
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue036, TestSize.Level0)
|
||||
{
|
||||
@@ -405,7 +379,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue036, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_038
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue038, TestSize.Level0)
|
||||
{
|
||||
@@ -416,7 +389,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue038, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_040
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue040, TestSize.Level0)
|
||||
{
|
||||
@@ -428,7 +400,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue040, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_041
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue041, TestSize.Level0)
|
||||
{
|
||||
@@ -440,7 +411,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue041, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_042
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue042, TestSize.Level0)
|
||||
{
|
||||
@@ -451,7 +421,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue042, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_044
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue044, TestSize.Level0)
|
||||
{
|
||||
@@ -462,7 +431,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue044, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_046
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue046, TestSize.Level0)
|
||||
{
|
||||
@@ -473,7 +441,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue046, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_047
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue047, TestSize.Level0)
|
||||
{
|
||||
@@ -484,7 +451,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue047, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_048
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue048, TestSize.Level0)
|
||||
{
|
||||
@@ -495,7 +461,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue048, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_049
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue049, TestSize.Level0)
|
||||
{
|
||||
@@ -506,7 +471,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue049, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_050
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue050, TestSize.Level0)
|
||||
{
|
||||
@@ -517,7 +481,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue050, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_052
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue052, TestSize.Level0)
|
||||
{
|
||||
@@ -528,7 +491,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue052, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_054
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue054, TestSize.Level0)
|
||||
{
|
||||
@@ -539,7 +501,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue054, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_055
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue055, TestSize.Level0)
|
||||
{
|
||||
@@ -550,7 +511,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue055, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_056
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue056, TestSize.Level0)
|
||||
{
|
||||
@@ -561,7 +521,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue056, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_057
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue057, TestSize.Level0)
|
||||
{
|
||||
@@ -572,7 +531,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue057, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_058
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue058, TestSize.Level0)
|
||||
{
|
||||
@@ -583,7 +541,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue058, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_060
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue060, TestSize.Level0)
|
||||
{
|
||||
@@ -594,7 +551,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue060, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_061
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue061, TestSize.Level0)
|
||||
{
|
||||
@@ -605,7 +561,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue061, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_063
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue063, TestSize.Level0)
|
||||
{
|
||||
@@ -616,7 +571,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue063, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_064
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue064, TestSize.Level0)
|
||||
{
|
||||
@@ -627,7 +581,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue064, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_065
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue065, TestSize.Level0)
|
||||
{
|
||||
@@ -638,7 +591,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue065, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_066
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue066, TestSize.Level0)
|
||||
{
|
||||
@@ -649,7 +601,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue066, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_067
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue067, TestSize.Level0)
|
||||
{
|
||||
@@ -660,7 +611,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue067, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_069
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue069, TestSize.Level0)
|
||||
{
|
||||
@@ -671,7 +621,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue069, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_070
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue070, TestSize.Level0)
|
||||
{
|
||||
@@ -682,7 +631,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue070, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_071
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue071, TestSize.Level0)
|
||||
{
|
||||
@@ -693,7 +641,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue071, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_072
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue072, TestSize.Level0)
|
||||
{
|
||||
@@ -704,7 +651,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue072, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_073
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue073, TestSize.Level0)
|
||||
{
|
||||
@@ -715,7 +661,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue073, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_074
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue074, TestSize.Level0)
|
||||
{
|
||||
@@ -726,7 +671,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue074, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_075
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue075, TestSize.Level0)
|
||||
{
|
||||
@@ -737,7 +681,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue075, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_080
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue080, TestSize.Level0)
|
||||
{
|
||||
@@ -748,7 +691,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue080, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_081
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue081, TestSize.Level0)
|
||||
{
|
||||
@@ -759,7 +701,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue081, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_082
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue082, TestSize.Level0)
|
||||
{
|
||||
@@ -770,7 +711,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue082, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_083
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue083, TestSize.Level0)
|
||||
{
|
||||
@@ -781,7 +721,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue083, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_084
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue084, TestSize.Level0)
|
||||
{
|
||||
@@ -792,7 +731,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue084, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_085
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue085, TestSize.Level0)
|
||||
{
|
||||
@@ -803,7 +741,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue085, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_086
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue086, TestSize.Level0)
|
||||
{
|
||||
@@ -814,7 +751,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue086, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_087
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue087, TestSize.Level0)
|
||||
{
|
||||
@@ -825,7 +761,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue087, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_088
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue088, TestSize.Level0)
|
||||
{
|
||||
@@ -836,7 +771,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue088, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_089
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue089, TestSize.Level0)
|
||||
{
|
||||
@@ -849,7 +783,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue089, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_090
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue090, TestSize.Level0)
|
||||
{
|
||||
@@ -861,7 +794,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue090, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_091
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue091, TestSize.Level0)
|
||||
{
|
||||
@@ -872,7 +804,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue091, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_093
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue093, TestSize.Level0)
|
||||
{
|
||||
@@ -883,7 +814,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue093, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_094
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue094, TestSize.Level0)
|
||||
{
|
||||
@@ -894,7 +824,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue094, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_095
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue095, TestSize.Level0)
|
||||
{
|
||||
@@ -905,7 +834,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue095, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_096
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue096, TestSize.Level0)
|
||||
{
|
||||
@@ -916,7 +844,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue096, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_097
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue097, TestSize.Level0)
|
||||
{
|
||||
@@ -927,7 +854,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue097, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_098
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue098, TestSize.Level0)
|
||||
{
|
||||
@@ -938,7 +864,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue098, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_100
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue100, TestSize.Level0)
|
||||
{
|
||||
@@ -949,7 +874,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue100, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_101
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue101, TestSize.Level0)
|
||||
{
|
||||
@@ -960,7 +884,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue101, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_102
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue102, TestSize.Level0)
|
||||
{
|
||||
@@ -971,7 +894,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue102, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_103
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue103, TestSize.Level0)
|
||||
{
|
||||
@@ -982,7 +904,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue103, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_104
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue104, TestSize.Level0)
|
||||
{
|
||||
@@ -993,7 +914,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue104, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_106
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue106, TestSize.Level0)
|
||||
{
|
||||
@@ -1004,7 +924,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue106, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_108
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue108, TestSize.Level0)
|
||||
{
|
||||
@@ -1015,7 +934,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue108, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_109
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue109, TestSize.Level0)
|
||||
{
|
||||
@@ -1026,7 +944,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue109, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_110
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue110, TestSize.Level0)
|
||||
{
|
||||
@@ -1038,7 +955,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue110, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_127
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue127, TestSize.Level0)
|
||||
{
|
||||
@@ -1049,7 +965,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue127, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_128
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue128, TestSize.Level0)
|
||||
{
|
||||
@@ -1060,7 +975,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue128, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_129
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue129, TestSize.Level0)
|
||||
{
|
||||
@@ -1071,7 +985,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue129, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_130
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue130, TestSize.Level0)
|
||||
{
|
||||
@@ -1082,7 +995,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue130, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_144
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue144, TestSize.Level0)
|
||||
{
|
||||
@@ -1093,7 +1005,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue144, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_147
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue147, TestSize.Level0)
|
||||
{
|
||||
@@ -1104,7 +1015,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue147, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_148
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue148, TestSize.Level0)
|
||||
{
|
||||
@@ -1115,7 +1025,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue148, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_149
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue149, TestSize.Level0)
|
||||
{
|
||||
@@ -1126,7 +1035,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue149, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_150
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue150, TestSize.Level0)
|
||||
{
|
||||
@@ -1137,7 +1045,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue150, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_151
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue151, TestSize.Level0)
|
||||
{
|
||||
@@ -1148,7 +1055,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue151, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_152
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue152, TestSize.Level0)
|
||||
{
|
||||
@@ -1159,7 +1065,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue152, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_153
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue153, TestSize.Level0)
|
||||
{
|
||||
@@ -1170,7 +1075,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue153, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_154
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue154, TestSize.Level0)
|
||||
{
|
||||
@@ -1181,7 +1085,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue154, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_155
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue155, TestSize.Level0)
|
||||
{
|
||||
@@ -1192,7 +1095,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue155, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_156
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue156, TestSize.Level0)
|
||||
{
|
||||
@@ -1203,7 +1105,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue156, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_164
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue164, TestSize.Level0)
|
||||
{
|
||||
@@ -1214,7 +1115,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue164, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_165
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue165, TestSize.Level0)
|
||||
{
|
||||
@@ -1225,7 +1125,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue165, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_166
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue166, TestSize.Level0)
|
||||
{
|
||||
@@ -1236,7 +1135,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue166, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_168
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue168, TestSize.Level0)
|
||||
{
|
||||
@@ -1247,7 +1145,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue168, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_169
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue169, TestSize.Level0)
|
||||
{
|
||||
@@ -1258,7 +1155,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue169, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_173
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue173, TestSize.Level0)
|
||||
{
|
||||
@@ -1269,7 +1165,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue173, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_175
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue175, TestSize.Level0)
|
||||
{
|
||||
@@ -1280,7 +1175,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue175, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_176
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue176, TestSize.Level0)
|
||||
{
|
||||
@@ -1291,7 +1185,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue176, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_187
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue187, TestSize.Level0)
|
||||
{
|
||||
@@ -1303,7 +1196,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue187, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_200
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue200, TestSize.Level0)
|
||||
{
|
||||
@@ -1314,7 +1206,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue200, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_201
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue201, TestSize.Level0)
|
||||
{
|
||||
@@ -1325,7 +1216,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue201, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_202
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue202, TestSize.Level0)
|
||||
{
|
||||
@@ -1336,7 +1226,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue202, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_203
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue203, TestSize.Level0)
|
||||
{
|
||||
@@ -1348,7 +1237,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue203, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_204
|
||||
* @tc.desc: function for PosixMqueueTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue204, TestSize.Level0)
|
||||
{
|
||||
@@ -1361,7 +1249,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue204, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_205
|
||||
* @tc.desc: function for mq_notify:Set sigev_notify to SIGEV_NONE
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue205, TestSize.Level0)
|
||||
{
|
||||
@@ -1372,7 +1259,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue205, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_206
|
||||
* @tc.desc: function for mq_notify:The function returns a failure and the error code is verified.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue206, TestSize.Level0)
|
||||
{
|
||||
@@ -1383,7 +1269,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue206, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_207
|
||||
* @tc.desc: function for mq_notify:Set sigev_notify to SIGEV_NONE
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue207, TestSize.Level0)
|
||||
{
|
||||
@@ -1394,7 +1279,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue207, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_208
|
||||
* @tc.desc: function for mq_notify:The message queue is not empty.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue208, TestSize.Level0)
|
||||
{
|
||||
@@ -1405,7 +1289,6 @@ HWTEST_F(PosixMqueueTest, ItPosixQueue208, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_QUEUE_209
|
||||
* @tc.desc: function for mq_notify:The message queue has waiters.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
**/
|
||||
HWTEST_F(PosixMqueueTest, ItPosixQueue209, TestSize.Level0)
|
||||
{
|
||||
|
||||
@@ -88,7 +88,7 @@ static UINT32 Testcase(VOID)
|
||||
ICUNIT_ASSERT_EQUAL(rc, 0, rc);
|
||||
|
||||
ICUNIT_ASSERT_EQUAL(g_t1Start, 2, g_t1Start);
|
||||
g_signaled = 0; // add by d00346846
|
||||
g_signaled = 0;
|
||||
|
||||
rc = pthread_cond_destroy(&g_td.cond);
|
||||
ICUNIT_ASSERT_EQUAL(rc, ENOERR, rc);
|
||||
|
||||
@@ -232,7 +232,6 @@ public:
|
||||
* @tc.name: IT_POSIX_PTHREAD_003
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread003, TestSize.Level0)
|
||||
{
|
||||
@@ -243,7 +242,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread003, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_004
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread004, TestSize.Level0)
|
||||
{
|
||||
@@ -254,7 +252,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread004, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_005
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread005, TestSize.Level0)
|
||||
{
|
||||
@@ -265,7 +262,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread005, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_006
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread006, TestSize.Level0)
|
||||
{
|
||||
@@ -276,7 +272,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread006, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_018
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread018, TestSize.Level0)
|
||||
{
|
||||
@@ -287,7 +282,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread018, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_019
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread019, TestSize.Level0)
|
||||
{
|
||||
@@ -298,7 +292,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread019, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_020
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread020, TestSize.Level0)
|
||||
{
|
||||
@@ -309,7 +302,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread020, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_021
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread021, TestSize.Level0)
|
||||
{
|
||||
@@ -320,7 +312,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread021, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_022
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread022, TestSize.Level0)
|
||||
{
|
||||
@@ -334,7 +325,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread022, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_001
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread001, TestSize.Level0)
|
||||
{
|
||||
@@ -345,7 +335,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread001, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_002
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread002, TestSize.Level0)
|
||||
{
|
||||
@@ -356,7 +345,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread002, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_007
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread007, TestSize.Level0)
|
||||
{
|
||||
@@ -367,7 +355,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread007, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_010
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread010, TestSize.Level0)
|
||||
{
|
||||
@@ -378,7 +365,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread010, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_011
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread011, TestSize.Level0)
|
||||
{
|
||||
@@ -389,7 +375,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread011, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_013
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread013, TestSize.Level0)
|
||||
{
|
||||
@@ -400,7 +385,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread013, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_023
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread023, TestSize.Level0)
|
||||
{
|
||||
@@ -411,7 +395,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread023, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_025
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread025, TestSize.Level0)
|
||||
{
|
||||
@@ -422,7 +405,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread025, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_026
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread026, TestSize.Level0)
|
||||
{
|
||||
@@ -433,7 +415,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread026, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_027
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread027, TestSize.Level0)
|
||||
{
|
||||
@@ -444,7 +425,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread027, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_028
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread028, TestSize.Level0)
|
||||
{
|
||||
@@ -455,7 +435,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread028, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_029
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread029, TestSize.Level0)
|
||||
{
|
||||
@@ -466,7 +445,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread029, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_030
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread030, TestSize.Level0)
|
||||
{
|
||||
@@ -477,7 +455,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread030, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_031
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread031, TestSize.Level0)
|
||||
{
|
||||
@@ -488,7 +465,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread031, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_034
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread034, TestSize.Level0)
|
||||
{
|
||||
@@ -499,7 +475,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread034, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_035
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread035, TestSize.Level0)
|
||||
{
|
||||
@@ -510,7 +485,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread035, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_039
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread039, TestSize.Level0)
|
||||
{
|
||||
@@ -521,7 +495,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread039, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_040
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread040, TestSize.Level0)
|
||||
{
|
||||
@@ -532,7 +505,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread040, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_042
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread042, TestSize.Level0)
|
||||
{
|
||||
@@ -543,7 +515,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread042, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_044
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread044, TestSize.Level0)
|
||||
{
|
||||
@@ -554,7 +525,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread044, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_045
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread045, TestSize.Level0)
|
||||
{
|
||||
@@ -565,7 +535,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread045, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_046
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread046, TestSize.Level0)
|
||||
{
|
||||
@@ -576,7 +545,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread046, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_051
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread051, TestSize.Level0)
|
||||
{
|
||||
@@ -587,7 +555,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread051, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_052
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread052, TestSize.Level0)
|
||||
{
|
||||
@@ -598,7 +565,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread052, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_053
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread053, TestSize.Level0)
|
||||
{
|
||||
@@ -609,7 +575,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread053, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_054
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread054, TestSize.Level0)
|
||||
{
|
||||
@@ -620,7 +585,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread054, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_055
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread055, TestSize.Level0)
|
||||
{
|
||||
@@ -631,7 +595,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread055, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_057
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread057, TestSize.Level0)
|
||||
{
|
||||
@@ -642,7 +605,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread057, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_059
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread059, TestSize.Level0)
|
||||
{
|
||||
@@ -653,7 +615,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread059, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_060
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread060, TestSize.Level0)
|
||||
{
|
||||
@@ -664,7 +625,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread060, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_069
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread069, TestSize.Level0)
|
||||
{
|
||||
@@ -675,7 +635,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread069, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_070
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread070, TestSize.Level0)
|
||||
{
|
||||
@@ -686,7 +645,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread070, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_071
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread071, TestSize.Level0)
|
||||
{
|
||||
@@ -697,7 +655,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread071, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_072
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread072, TestSize.Level0)
|
||||
{
|
||||
@@ -708,7 +665,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread072, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_073
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread073, TestSize.Level0)
|
||||
{
|
||||
@@ -719,7 +675,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread073, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_074
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread074, TestSize.Level0)
|
||||
{
|
||||
@@ -730,7 +685,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread074, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_078
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread078, TestSize.Level0)
|
||||
{
|
||||
@@ -741,7 +695,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread078, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_079
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread079, TestSize.Level0)
|
||||
{
|
||||
@@ -752,7 +705,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread079, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_080
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread080, TestSize.Level0)
|
||||
{
|
||||
@@ -763,7 +715,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread080, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_081
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread081, TestSize.Level0)
|
||||
{
|
||||
@@ -774,7 +725,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread081, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_082
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread082, TestSize.Level0)
|
||||
{
|
||||
@@ -785,7 +735,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread082, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_083
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread083, TestSize.Level0)
|
||||
{
|
||||
@@ -796,7 +745,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread083, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_084
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread084, TestSize.Level0)
|
||||
{
|
||||
@@ -807,7 +755,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread084, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_085
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread085, TestSize.Level0)
|
||||
{
|
||||
@@ -818,7 +765,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread085, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_087
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread087, TestSize.Level0)
|
||||
{
|
||||
@@ -829,7 +775,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread087, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_088
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread088, TestSize.Level0)
|
||||
{
|
||||
@@ -840,7 +785,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread088, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_089
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread089, TestSize.Level0)
|
||||
{
|
||||
@@ -851,7 +795,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread089, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_090
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread090, TestSize.Level0)
|
||||
{
|
||||
@@ -862,7 +805,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread090, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_092
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread092, TestSize.Level0)
|
||||
{
|
||||
@@ -873,7 +815,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread092, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_091
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread091, TestSize.Level0)
|
||||
{
|
||||
@@ -885,7 +826,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread091, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_094
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread094, TestSize.Level0)
|
||||
{
|
||||
@@ -897,7 +837,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread094, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_095
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread095, TestSize.Level0)
|
||||
{
|
||||
@@ -908,7 +847,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread095, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_106
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread106, TestSize.Level0)
|
||||
{
|
||||
@@ -919,7 +857,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread106, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_107
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread107, TestSize.Level0)
|
||||
{
|
||||
@@ -930,7 +867,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread107, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_116
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread116, TestSize.Level0)
|
||||
{
|
||||
@@ -941,7 +877,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread116, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_123
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread123, TestSize.Level0)
|
||||
{
|
||||
@@ -952,7 +887,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread123, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_124
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread124, TestSize.Level0)
|
||||
{
|
||||
@@ -963,7 +897,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread124, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_125
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread125, TestSize.Level0)
|
||||
{
|
||||
@@ -974,7 +907,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread125, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_127
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread127, TestSize.Level0)
|
||||
{
|
||||
@@ -985,7 +917,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread127, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_129
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread129, TestSize.Level0)
|
||||
{
|
||||
@@ -996,7 +927,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread129, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_132
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread132, TestSize.Level0)
|
||||
{
|
||||
@@ -1007,7 +937,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread132, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_133
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread133, TestSize.Level0)
|
||||
{
|
||||
@@ -1018,7 +947,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread133, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_134
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread134, TestSize.Level0)
|
||||
{
|
||||
@@ -1029,7 +957,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread134, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_136
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread136, TestSize.Level0)
|
||||
{
|
||||
@@ -1040,7 +967,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread136, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_138
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread138, TestSize.Level0)
|
||||
{
|
||||
@@ -1051,7 +977,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread138, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_141
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread141, TestSize.Level0)
|
||||
{
|
||||
@@ -1062,7 +987,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread141, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_142
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread142, TestSize.Level0)
|
||||
{
|
||||
@@ -1073,7 +997,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread142, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_144
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread144, TestSize.Level0)
|
||||
{
|
||||
@@ -1084,7 +1007,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread144, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_152
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread152, TestSize.Level0)
|
||||
{
|
||||
@@ -1095,7 +1017,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread152, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_154
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread154, TestSize.Level0)
|
||||
{
|
||||
@@ -1106,7 +1027,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread154, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_166
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread166, TestSize.Level0)
|
||||
{
|
||||
@@ -1117,7 +1037,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread166, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_167
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread167, TestSize.Level0)
|
||||
{
|
||||
@@ -1128,7 +1047,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread167, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_173
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread173, TestSize.Level0)
|
||||
{
|
||||
@@ -1139,7 +1057,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread173, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_175
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread175, TestSize.Level0)
|
||||
{
|
||||
@@ -1150,7 +1067,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread175, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_176
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread176, TestSize.Level0)
|
||||
{
|
||||
@@ -1161,7 +1077,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread176, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_177
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread177, TestSize.Level0)
|
||||
{
|
||||
@@ -1172,7 +1087,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread177, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_182
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread182, TestSize.Level0)
|
||||
{
|
||||
@@ -1183,7 +1097,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread182, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_185
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread185, TestSize.Level0)
|
||||
{
|
||||
@@ -1194,7 +1107,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread185, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_186
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread186, TestSize.Level0)
|
||||
{
|
||||
@@ -1205,7 +1117,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread186, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_187
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread187, TestSize.Level0)
|
||||
{
|
||||
@@ -1216,7 +1127,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread187, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_188
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread188, TestSize.Level0)
|
||||
{
|
||||
@@ -1227,7 +1137,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread188, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_193
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread193, TestSize.Level0)
|
||||
{
|
||||
@@ -1238,7 +1147,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread193, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_194
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread194, TestSize.Level0)
|
||||
{
|
||||
@@ -1249,7 +1157,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread194, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_200
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread200, TestSize.Level0)
|
||||
{
|
||||
@@ -1260,7 +1167,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread200, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_203
|
||||
* @tc.desc: function for pthread concurrency
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread203, TestSize.Level0)
|
||||
{
|
||||
@@ -1271,7 +1177,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread203, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_204
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread204, TestSize.Level0)
|
||||
{
|
||||
@@ -1282,7 +1187,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread204, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_205
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread205, TestSize.Level0)
|
||||
{
|
||||
@@ -1293,7 +1197,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread205, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_206
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread206, TestSize.Level0)
|
||||
{
|
||||
@@ -1304,7 +1207,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread206, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_209
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread209, TestSize.Level0)
|
||||
{
|
||||
@@ -1315,7 +1217,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread209, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_213
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread213, TestSize.Level0)
|
||||
{
|
||||
@@ -1326,7 +1227,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread213, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_217
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread217, TestSize.Level0)
|
||||
{
|
||||
@@ -1337,7 +1237,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread217, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_218
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread218, TestSize.Level0)
|
||||
{
|
||||
@@ -1348,7 +1247,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread218, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_224
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread224, TestSize.Level0)
|
||||
{
|
||||
@@ -1359,7 +1257,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread224, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_226
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread226, TestSize.Level0)
|
||||
{
|
||||
@@ -1370,7 +1267,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread226, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_233
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread233, TestSize.Level0)
|
||||
{
|
||||
@@ -1381,7 +1277,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread233, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_238
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread238, TestSize.Level0)
|
||||
{
|
||||
@@ -1392,7 +1287,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread238, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_239
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread239, TestSize.Level0)
|
||||
{
|
||||
@@ -1403,7 +1297,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread239, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_240
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread240, TestSize.Level0)
|
||||
{
|
||||
@@ -1414,7 +1307,6 @@ HWTEST_F(PosixPthreadTest, ItPosixPthread240, TestSize.Level0)
|
||||
* @tc.name: IT_POSIX_PTHREAD_241
|
||||
* @tc.desc: function for PosixPthreadTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(PosixPthreadTest, ItPosixPthread241, TestSize.Level0)
|
||||
{
|
||||
|
||||
@@ -33,8 +33,7 @@
|
||||
static int TestCase(void)
|
||||
{
|
||||
char *name = getlogin();
|
||||
ICUNIT_ASSERT_NOT_EQUAL(name, "USER1", NULL);
|
||||
int ret = getlogin_r(name, strlen(name) + 1);
|
||||
int ret = getlogin_r(name, sizeof(name)); // Abnormal Scenario Testing
|
||||
ICUNIT_ASSERT_EQUAL(ret, 6, ret);
|
||||
ret = setenv("LOGNAME", "USER1", 1);
|
||||
ICUNIT_ASSERT_EQUAL(ret, 0, ret);
|
||||
@@ -57,4 +56,4 @@ static int TestCase(void)
|
||||
VOID ItTestSys026(VOID)
|
||||
{
|
||||
TEST_ADD_CASE("IT_TEST_SYS_026", TestCase, TEST_POSIX, TEST_MEM, TEST_LEVEL0, TEST_FUNCTION);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,7 +51,6 @@ public:
|
||||
* @tc.name: IT_TEST_SYS_004
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys004, TestSize.Level0)
|
||||
{
|
||||
@@ -62,7 +61,6 @@ HWTEST_F(SysTest, ItTestSys004, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_005
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys005, TestSize.Level0)
|
||||
{
|
||||
@@ -73,7 +71,6 @@ HWTEST_F(SysTest, ItTestSys005, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_006
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys006, TestSize.Level0)
|
||||
{
|
||||
@@ -84,7 +81,6 @@ HWTEST_F(SysTest, ItTestSys006, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_007
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys007, TestSize.Level0)
|
||||
{
|
||||
@@ -95,7 +91,6 @@ HWTEST_F(SysTest, ItTestSys007, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_008
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys008, TestSize.Level0)
|
||||
{
|
||||
@@ -106,7 +101,6 @@ HWTEST_F(SysTest, ItTestSys008, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_009
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys009, TestSize.Level0)
|
||||
{
|
||||
@@ -117,7 +111,6 @@ HWTEST_F(SysTest, ItTestSys009, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_010
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys010, TestSize.Level0)
|
||||
{
|
||||
@@ -128,7 +121,6 @@ HWTEST_F(SysTest, ItTestSys010, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_012
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys012, TestSize.Level0)
|
||||
{
|
||||
@@ -139,7 +131,6 @@ HWTEST_F(SysTest, ItTestSys012, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_013
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys013, TestSize.Level0)
|
||||
{
|
||||
@@ -150,7 +141,6 @@ HWTEST_F(SysTest, ItTestSys013, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_014
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys014, TestSize.Level0)
|
||||
{
|
||||
@@ -161,7 +151,6 @@ HWTEST_F(SysTest, ItTestSys014, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_015
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys015, TestSize.Level0)
|
||||
{
|
||||
@@ -172,7 +161,6 @@ HWTEST_F(SysTest, ItTestSys015, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_016
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys016, TestSize.Level0)
|
||||
{
|
||||
@@ -183,7 +171,6 @@ HWTEST_F(SysTest, ItTestSys016, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_017
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys017, TestSize.Level0)
|
||||
{
|
||||
@@ -194,7 +181,6 @@ HWTEST_F(SysTest, ItTestSys017, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_029
|
||||
* @tc.desc: function for ftok exception test
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys029, TestSize.Level0)
|
||||
{
|
||||
@@ -205,7 +191,6 @@ HWTEST_F(SysTest, ItTestSys029, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_030
|
||||
* @tc.desc: function for sigsetjmp siglongjmp test
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, IT_TEST_SYS_030, TestSize.Level0)
|
||||
{
|
||||
@@ -216,7 +201,6 @@ HWTEST_F(SysTest, IT_TEST_SYS_030, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_031
|
||||
* @tc.desc: function for ctermid test
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, IT_TEST_SYS_031, TestSize.Level0)
|
||||
{
|
||||
@@ -229,7 +213,6 @@ HWTEST_F(SysTest, IT_TEST_SYS_031, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_001
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys001, TestSize.Level0)
|
||||
{
|
||||
@@ -240,7 +223,6 @@ HWTEST_F(SysTest, ItTestSys001, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_018
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys018, TestSize.Level0)
|
||||
{
|
||||
@@ -251,7 +233,6 @@ HWTEST_F(SysTest, ItTestSys018, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_019
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys019, TestSize.Level0)
|
||||
{
|
||||
@@ -262,7 +243,6 @@ HWTEST_F(SysTest, ItTestSys019, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_020
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys020, TestSize.Level0)
|
||||
{
|
||||
@@ -273,7 +253,6 @@ HWTEST_F(SysTest, ItTestSys020, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_021
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys021, TestSize.Level0)
|
||||
{
|
||||
@@ -284,7 +263,6 @@ HWTEST_F(SysTest, ItTestSys021, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_022
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys022, TestSize.Level0)
|
||||
{
|
||||
@@ -295,7 +273,6 @@ HWTEST_F(SysTest, ItTestSys022, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_023
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys023, TestSize.Level0)
|
||||
{
|
||||
@@ -306,7 +283,6 @@ HWTEST_F(SysTest, ItTestSys023, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_024
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys024, TestSize.Level0)
|
||||
{
|
||||
@@ -317,7 +293,6 @@ HWTEST_F(SysTest, ItTestSys024, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_025
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys025, TestSize.Level0)
|
||||
{
|
||||
@@ -328,7 +303,6 @@ HWTEST_F(SysTest, ItTestSys025, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_025
|
||||
* @tc.desc: function for SysTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys026, TestSize.Level0)
|
||||
{
|
||||
@@ -339,7 +313,6 @@ HWTEST_F(SysTest, ItTestSys026, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_SYS_027
|
||||
* @tc.desc: function for ftok normal test
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys027, TestSize.Level0)
|
||||
{
|
||||
@@ -350,7 +323,6 @@ HWTEST_F(SysTest, ItTestSys027, TestSize.Level0)
|
||||
* @tc.name: ItTestSys028
|
||||
* @tc.desc: function for nice:set pthread priority
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SysTest, ItTestSys028, TestSize.Level0)
|
||||
{
|
||||
|
||||
@@ -47,7 +47,6 @@ public:
|
||||
* @tc.name: ClockTestSmoke
|
||||
* @tc.desc: function for TimeClockTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeClockTest, ClockTestSmoke, TestSize.Level0)
|
||||
{
|
||||
@@ -60,7 +59,6 @@ HWTEST_F(TimeClockTest, ClockTestSmoke, TestSize.Level0)
|
||||
* @tc.name: ClockTest001
|
||||
* @tc.desc: function for TimeClockTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeClockTest, ClockTest001, TestSize.Level0)
|
||||
{
|
||||
@@ -71,7 +69,6 @@ HWTEST_F(TimeClockTest, ClockTest001, TestSize.Level0)
|
||||
* @tc.name: ClockTest002
|
||||
* @tc.desc: function for TimeClockTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeClockTest, ClockTest002, TestSize.Level0)
|
||||
{
|
||||
@@ -82,7 +79,6 @@ HWTEST_F(TimeClockTest, ClockTest002, TestSize.Level0)
|
||||
* @tc.name: ClockTest003
|
||||
* @tc.desc: function for TimeClockTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeClockTest, ClockTest003, TestSize.Level0)
|
||||
{
|
||||
@@ -93,7 +89,6 @@ HWTEST_F(TimeClockTest, ClockTest003, TestSize.Level0)
|
||||
* @tc.name: ClockTest004
|
||||
* @tc.desc: function for TimeClockTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeClockTest, ClockTest004, TestSize.Level0)
|
||||
{
|
||||
@@ -104,7 +99,6 @@ HWTEST_F(TimeClockTest, ClockTest004, TestSize.Level0)
|
||||
* @tc.name: ClockTest005
|
||||
* @tc.desc: function for TimeClockTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeClockTest, ClockTest005, TestSize.Level0)
|
||||
{
|
||||
@@ -115,7 +109,6 @@ HWTEST_F(TimeClockTest, ClockTest005, TestSize.Level0)
|
||||
* @tc.name: ClockTest006
|
||||
* @tc.desc: function for TimeClockTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeClockTest, ClockTest006, TestSize.Level0)
|
||||
{
|
||||
@@ -126,7 +119,6 @@ HWTEST_F(TimeClockTest, ClockTest006, TestSize.Level0)
|
||||
* @tc.name: ClockTest007
|
||||
* @tc.desc: function for TimeClockTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeClockTest, ClockTest007, TestSize.Level0)
|
||||
{
|
||||
@@ -137,7 +129,6 @@ HWTEST_F(TimeClockTest, ClockTest007, TestSize.Level0)
|
||||
* @tc.name: ClockTest008
|
||||
* @tc.desc: function for TimeClockTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeClockTest, ClockTest008, TestSize.Level0)
|
||||
{
|
||||
@@ -148,7 +139,6 @@ HWTEST_F(TimeClockTest, ClockTest008, TestSize.Level0)
|
||||
* @tc.name: ClockTest009
|
||||
* @tc.desc: function for TimeClockTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeClockTest, ClockTest009, TestSize.Level0)
|
||||
{
|
||||
@@ -159,7 +149,6 @@ HWTEST_F(TimeClockTest, ClockTest009, TestSize.Level0)
|
||||
* @tc.name: ClockTest010
|
||||
* @tc.desc: function for TimeClockTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeClockTest, ClockTest010, TestSize.Level0)
|
||||
{
|
||||
|
||||
@@ -47,7 +47,6 @@ public:
|
||||
* @tc.name: TimerTest001
|
||||
* @tc.desc: function for TimeTimerTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeTimerTest, TimerTest001, TestSize.Level0)
|
||||
{
|
||||
@@ -58,7 +57,6 @@ HWTEST_F(TimeTimerTest, TimerTest001, TestSize.Level0)
|
||||
* @tc.name: TimerTest002
|
||||
* @tc.desc: function for TimeTimerTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeTimerTest, TimerTest002, TestSize.Level0)
|
||||
{
|
||||
@@ -69,7 +67,6 @@ HWTEST_F(TimeTimerTest, TimerTest002, TestSize.Level0)
|
||||
* @tc.name: TimerTest003
|
||||
* @tc.desc: function for TimeTimerTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeTimerTest, TimerTest003, TestSize.Level0)
|
||||
{
|
||||
@@ -80,7 +77,6 @@ HWTEST_F(TimeTimerTest, TimerTest003, TestSize.Level0)
|
||||
* @tc.name: TimerTest005
|
||||
* @tc.desc: function for timer_create SIGEV_THREAD.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeTimerTest, TimerTest005, TestSize.Level0)
|
||||
{
|
||||
@@ -91,7 +87,6 @@ HWTEST_F(TimeTimerTest, TimerTest005, TestSize.Level0)
|
||||
* @tc.name: TIME_TEST_TZSET_001
|
||||
* @tc.desc: function for TIME_TEST_TZSET_001
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeTimerTest, TIME_TEST_TZSET_001, TestSize.Level0)
|
||||
{
|
||||
@@ -102,7 +97,6 @@ HWTEST_F(TimeTimerTest, TIME_TEST_TZSET_001, TestSize.Level0)
|
||||
* @tc.name: TIME_TEST_TZSET_002
|
||||
* @tc.desc: function for TimeTimerTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(TimeTimerTest, TIME_TEST_TZSET_002, TestSize.Level0)
|
||||
{
|
||||
|
||||
@@ -78,7 +78,7 @@ static UINT32 TestCase(VOID)
|
||||
if (value) {
|
||||
countErr++;
|
||||
} else {
|
||||
countErr++;
|
||||
countRight++;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
||||
@@ -46,7 +46,6 @@ public:
|
||||
* @tc.name: IT_TEST_UTIL_001
|
||||
* @tc.desc: function for UtilTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(UtilTest, ItTestUtil001, TestSize.Level0)
|
||||
{
|
||||
@@ -57,7 +56,6 @@ HWTEST_F(UtilTest, ItTestUtil001, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_UTIL_002
|
||||
* @tc.desc: function for UtilTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(UtilTest, ItTestUtil002, TestSize.Level0)
|
||||
{
|
||||
@@ -68,7 +66,6 @@ HWTEST_F(UtilTest, ItTestUtil002, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_UTIL_003
|
||||
* @tc.desc: function for UtilTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(UtilTest, ItTestUtil003, TestSize.Level0)
|
||||
{
|
||||
@@ -79,7 +76,6 @@ HWTEST_F(UtilTest, ItTestUtil003, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_UTIL_004
|
||||
* @tc.desc: function for UtilTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(UtilTest, ItTestUtil004, TestSize.Level0)
|
||||
{
|
||||
@@ -90,7 +86,6 @@ HWTEST_F(UtilTest, ItTestUtil004, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_UTIL_005
|
||||
* @tc.desc: function for UtilTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(UtilTest, ItTestUtil005, TestSize.Level0)
|
||||
{
|
||||
@@ -101,7 +96,6 @@ HWTEST_F(UtilTest, ItTestUtil005, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_UTIL_006
|
||||
* @tc.desc: function for UtilTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(UtilTest, ItTestUtil006, TestSize.Level0)
|
||||
{
|
||||
@@ -112,7 +106,6 @@ HWTEST_F(UtilTest, ItTestUtil006, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_UTIL_007
|
||||
* @tc.desc: function for UtilTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(UtilTest, ItTestUtil007, TestSize.Level0)
|
||||
{
|
||||
@@ -123,7 +116,6 @@ HWTEST_F(UtilTest, ItTestUtil007, TestSize.Level0)
|
||||
* @tc.name: IT_TEST_UTIL_101
|
||||
* @tc.desc: function for UtilTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(UtilTest, ItTestUtil101, TestSize.Level0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user