/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
D | It_posix_pthread_057.cpp | 39 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/ |
D | signal_test_017.cpp | 47 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 …]
|
D | signal_test_016.cpp | 47 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/ |
D | sigset_test_002.cpp | 48 ICUNIT_ASSERT_EQUAL_NULL(errno, EINVAL, errno); in PthreadSigsetSigSetError() 53 ICUNIT_ASSERT_EQUAL_NULL(errno, EINVAL, errno); in PthreadSigsetSigSetError()
|
D | sigset_test_001.cpp | 49 ICUNIT_ASSERT_EQUAL_NULL(errno, EINVAL, errno); in PthreadSigsetSigHold()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/ |
D | process_test_006.cpp | 42 ICUNIT_ASSERT_EQUAL_NULL(ret, pid, ret); in ThreadFunc2() 43 … ICUNIT_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/ |
D | pthread_test_019.cpp | 46 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()
|
D | pthread_test_018.cpp | 46 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()
|
D | pthread_test_010.cpp | 43 ICUNIT_ASSERT_EQUAL_NULL(ret, 0, (void *)(uintptr_t)ret); in ThreadFuncTest0()
|
D | pthread_test_016.cpp | 36 ICUNIT_ASSERT_EQUAL_NULL(ret, 0, (void *)(intptr_t)ret); in PthreadTest115()
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
D | IO_test_ppoll_003.cpp | 76 ICUNIT_ASSERT_EQUAL_NULL(retVal, 0, retVal); in pthread_01() 85 ICUNIT_ASSERT_EQUAL_NULL(count, 2, count); /* 2, 2nd step */ in pthread_01()
|
D | IO_test_ppoll_002.cpp | 64 ICUNIT_ASSERT_EQUAL_NULL(retVal, 0, retVal); in pthread_01()
|
D | IO_test_ppoll_001.cpp | 68 ICUNIT_ASSERT_EQUAL_NULL(retVal, 0, retVal); in pthread_01()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
D | It_posix_queue_041.cpp | 49 ICUNIT_ASSERT_EQUAL_NULL(g_testCount, 3, g_testCount); // 3, Here, assert the g_testCount. in PthreadF01()
|
/kernel/liteos_a/testsuites/unittest/common/include/ |
D | iCunit.h | 107 #define ICUNIT_ASSERT_EQUAL_NULL(param, value, retcode) \ macro
|
/kernel/liteos_a/testsuites/kernel/include/ |
D | iCunit.h | 263 #define ICUNIT_ASSERT_EQUAL_NULL(param, g_value, retcode) \ macro
|