Home
last modified time | relevance | path

Searched refs:ICUNIT_ASSERT_EQUAL_NULL (Results 1 – 16 of 16) sorted by relevance

/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
DIt_posix_pthread_057.cpp39 ICUNIT_ASSERT_EQUAL_NULL(g_testCount, 1, (void *)g_testCount); in pthread_f01()
44 ICUNIT_ASSERT_EQUAL_NULL(ret, 0, (void *)ret); in pthread_f01()
45 ICUNIT_ASSERT_EQUAL_NULL(oldstate, PTHREAD_CANCEL_DEFERRED, (void *)oldstate); in pthread_f01()
58 ICUNIT_ASSERT_EQUAL_NULL(g_testCount, 3, (void *)g_testCount); in pthread_f02()
61 ICUNIT_ASSERT_EQUAL_NULL(ret, 0, (void *)ret); in pthread_f02()
62 ICUNIT_ASSERT_EQUAL_NULL(oldstate, PTHREAD_CANCEL_DEFERRED, (void *)oldstate); in pthread_f02()
66 ICUNIT_ASSERT_EQUAL_NULL(g_testCount, 7, (void *)g_testCount); in pthread_f02()
74 ICUNIT_ASSERT_EQUAL_NULL(g_testCount, 5, (void *)g_testCount); in PthreadF03()
81 ICUNIT_ASSERT_EQUAL_NULL(ret, 0, (void *)ret); in PthreadF03()
82 ICUNIT_ASSERT_EQUAL_NULL(uwtemp, (UINTPTR)PTHREAD_CANCELED, (void *)uwtemp); in PthreadF03()
[all …]
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
Dsignal_test_017.cpp47 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetFunc2()
49 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetFunc2()
51 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetFunc2()
54 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetFunc2()
66 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetDfl()
68 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetDfl()
70 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetDfl()
73 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetDfl()
85 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadKill()
87 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadKill()
[all …]
Dsignal_test_016.cpp47 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetFunc2()
49 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetFunc2()
51 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetFunc2()
54 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetFunc2()
65 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetDfl()
67 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetDfl()
69 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetDfl()
72 ICUNIT_ASSERT_EQUAL_NULL(retValue, 0, retValue); in ThreadSetDfl()
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/
Dsigset_test_002.cpp48 ICUNIT_ASSERT_EQUAL_NULL(errno, EINVAL, errno); in PthreadSigsetSigSetError()
53 ICUNIT_ASSERT_EQUAL_NULL(errno, EINVAL, errno); in PthreadSigsetSigSetError()
Dsigset_test_001.cpp49 ICUNIT_ASSERT_EQUAL_NULL(errno, EINVAL, errno); in PthreadSigsetSigHold()
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/
Dprocess_test_006.cpp42 ICUNIT_ASSERT_EQUAL_NULL(ret, pid, ret); in ThreadFunc2()
43ICUNIT_ASSERT_EQUAL_NULL(status, 12, status); // 12, assert that function Result is equal to this. in ThreadFunc2()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
Dpthread_test_019.cpp46 ICUNIT_ASSERT_EQUAL_NULL(ret, 0, (void *)(intptr_t)ret); in PthreadTest115()
49 ICUNIT_ASSERT_EQUAL_NULL(ret, 0, (void *)(intptr_t)ret); in PthreadTest115()
Dpthread_test_018.cpp46 ICUNIT_ASSERT_EQUAL_NULL(ret, 0, (void *)(intptr_t)ret); in PthreadTest115()
49 ICUNIT_ASSERT_EQUAL_NULL(ret, 0, (void *)(intptr_t)ret); in PthreadTest115()
Dpthread_test_010.cpp43 ICUNIT_ASSERT_EQUAL_NULL(ret, 0, (void *)(uintptr_t)ret); in ThreadFuncTest0()
Dpthread_test_016.cpp36 ICUNIT_ASSERT_EQUAL_NULL(ret, 0, (void *)(intptr_t)ret); in PthreadTest115()
/kernel/liteos_a/testsuites/unittest/libc/io/full/
DIO_test_ppoll_003.cpp76 ICUNIT_ASSERT_EQUAL_NULL(retVal, 0, retVal); in pthread_01()
85 ICUNIT_ASSERT_EQUAL_NULL(count, 2, count); /* 2, 2nd step */ in pthread_01()
DIO_test_ppoll_002.cpp64 ICUNIT_ASSERT_EQUAL_NULL(retVal, 0, retVal); in pthread_01()
DIO_test_ppoll_001.cpp68 ICUNIT_ASSERT_EQUAL_NULL(retVal, 0, retVal); in pthread_01()
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
DIt_posix_queue_041.cpp49 ICUNIT_ASSERT_EQUAL_NULL(g_testCount, 3, g_testCount); // 3, Here, assert the g_testCount. in PthreadF01()
/kernel/liteos_a/testsuites/unittest/common/include/
DiCunit.h107 #define ICUNIT_ASSERT_EQUAL_NULL(param, value, retcode) \ macro
/kernel/liteos_a/testsuites/kernel/include/
DiCunit.h263 #define ICUNIT_ASSERT_EQUAL_NULL(param, g_value, retcode) \ macro