Home
last modified time | relevance | path

Searched refs:testcase_module (Results 1 – 7 of 7) sorted by relevance

/kernel/liteos_m/testsuites/src/
DiCunit.c67 iCunit_CaseArray[idx].testcase_module = testcaseModule; in ICunitAddCase()
125 … g_strModule[psubCaseArray->testcase_module], g_strLevel[psubCaseArray->testcase_level], in ICunitRunF()
131 … g_strLayer[psubCaseArray->testcase_layer], g_strModule[psubCaseArray->testcase_module], in ICunitRunF()
/kernel/liteos_a/testsuites/kernel/src/
DiCunit.c168 g_iCunitCaseArray[idx].testcase_module = testcaseModule; in ICunitAddCase()
205 if ((g_isSpinorInit == FALSE) && (psubCase->testcase_module == TEST_JFFS)) { in ICunitRunSingle()
319 g_strModule[psubCase->testcase_module], g_strLevel[psubCase->testcase_level], in ICunitRunF()
404 g_executModelNum[psubCase->testcase_module]++; in ICunitRunF()
411 g_passModelResult[psubCase->testcase_module]++; in ICunitRunF()
416 g_strLayer[psubCase->testcase_layer], g_strModule[psubCase->testcase_module], in ICunitRunF()
424 g_failModelResult[psubCase->testcase_module]++; in ICunitRunF()
430 g_strLayer[psubCase->testcase_layer], g_strModule[psubCase->testcase_module], in ICunitRunF()
636 ((testCase->testcase_module == testcaseModule) || (testcaseModule == TEST_MODULE_ALL)) && in ICunitRunTestcaseSatisfied()
DosTest.c462 if (i == g_errorCase[j].testcase_module) { in TestTaskEntry()
465 … g_strLayer[g_errorCase[j].testcase_layer], g_strModule[g_errorCase[j].testcase_module], in TestTaskEntry()
/kernel/liteos_m/testsuites/include/
DiCunit.h79 iUINT16 testcase_module; member
359 #define TEST_ADD_CASE(name, casefunc, testcase_layer, testcase_module, testcase_level, testcase_typ… argument
362 …uwRet = ICunitAddCase(name, (CASE_FUNCTION)casefunc, testcase_layer, testcase_module, testcase_lev…
/kernel/liteos_a/testsuites/kernel/include/
DiCunit.h85 iUINT16 testcase_module; member
443 #define TEST_ADD_CASE(name, casefunc, testcase_layer, testcase_module, testcase_level, testcase_typ… argument
446 …uwRet = ICunitAddCase(name, (CASE_FUNCTION)casefunc, testcase_layer, testcase_module, testcase_lev…
DosTest.h353 CHAR testcase_module[32]; member
/kernel/liteos_a/testsuites/unittest/common/include/
DosTest.h365 CHAR testcase_module[32]; member