Home
last modified time | relevance | path

Searched refs:testcase (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.81.4/osfmk/tests/
H A Dktest.h51 void T_SYM(testcase)(int expr);
139 T_SYM(testcase)(T_SYM(temp1).type cmp T_SYM(temp2).type);\
217 T_SYM(testcase)(T_SUCCESS);\
224 T_SYM(testcase)(T_FAILURE);\
232 T_SYM(testcase)(T_FAILURE);\
243 T_SYM(testcase)(T_SYM(temp1)._int);\
267 T_SYM(testcase)(T_SYM(temp1)._int);\
279 T_SYM(testcase)(T_SYM(temp1)._int);\
304 T_SYM(testcase)(strcmp(T_SYM(temp1)._ptr, T_SYM(temp2)._ptr) == 0);\
316 T_SYM(testcase)(strcmp(T_SYM(temp1)._ptr, T_SYM(temp2)._ptr) != 0);\
/xnu-12377.81.4/tools/lldbmacros/tests/lldb_tests/
H A Dtest_examples.py40 from lldbtest.testcase import LLDBTestCase
H A Dtest_process.py37 from lldbtest.testcase import LLDBTestCase
H A Dtest_scripted_process.py37 from lldbtest.testcase import LLDBTestCase
/xnu-12377.81.4/san/coverage/
H A Dkcov_ksancov.c1219 ksancov_serialized_testcase_t *testcase = &dev->testcases->list[testcase_idx]; in ksancov_testcases_serial_log() local
1220 size_t size = testcase->size % KSANCOV_SERIALIZED_TESTCASE_BYTES; in ksancov_testcases_serial_log()
1223 ksancov_base64_serial_print(testcase->buffer, size); in ksancov_testcases_serial_log()
/xnu-12377.81.4/tools/lldbmacros/tests/lldbtest/
H A Dunittest.py44 from lldbtest.testcase import LLDBTestCase