Searched refs:tests (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/iokit/Tests/
H A DTests.cpp103 const char * tests[] = { local
127 for( unsigned int i = 0; i < sizeof(tests)/sizeof(tests[0]); i++) {
130 entry = IORegistryEntry::fromPath( tests[i], 0, str, &len );
131 IOLog("\"%s\" ", tests[i] );
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmakefile74 $(OBJROOT)/socket_tests.o $(OBJROOT)/tests.o \
142 $(OBJROOT)/main.o : main.c tests.h
145 $(OBJROOT)/memory_tests.o : memory_tests.c tests.h
149 $(OBJROOT)/misc.o : misc.c tests.h
156 $(OBJROOT)/sema_tests.o : sema_tests.c tests.h
159 $(OBJROOT)/shared_memory_tests.o : shared_memory_tests.c tests.h
162 $(OBJROOT)/socket_tests.o : socket_tests.c tests.h
165 $(OBJROOT)/tests.o : tests.c tests
[all...]
H A Dpipes_tests.c1 /* Mach virtual memory unit tests
6 * unit tests, each running as a separate process to isolate its
74 unit_test_t *tests; member in struct:__anon1429
117 test_fn_t set_up, unit_test_t *tests,
126 suite->tests = tests;
139 logr("Number of tests: %d\n\n", suite->numoftests);
247 &(suite->tests[i]));
265 /* Include in tests whose expected outcome is a specific signal. */
274 #define run_suite(set_up, tests, tear_dow
116 create_suite(const char *name, int numoftests, test_fn_t set_up, unit_test_t *tests, test_fn_t tear_down) argument
302 _run_suite(int numoftests, test_fn_t set_up, UnitTests tests, test_fn_t tear_down, const char *format, ...) argument
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Ddhcp_options.c617 struct test tests[] = { variable in typeref:struct:test
638 for (i = 0; tests[i].name; i++) {
640 bcopy(tests[i].data, pkt->dp_options, tests[i].len);
642 sizeof(*pkt) + tests[i].len)
643 != tests[i].result) {
644 printf("test '%s' FAILED\n", tests[i].name);
647 printf("test '%s' PASSED\n", tests[i].name);
/darwin-on-arm/xnu/libkern/kxld/
H A DMakefile55 TESTSRC=$(SRCROOT)/tests
56 TESTDST=./BUILD/tests
118 tests: OPTIM=-O0 -DDEBUG
119 tests: kxld_array_test kxld_dict_test copyrighttest
186 @$(CLANG_ANALYZER) -I. tests/*.c
/darwin-on-arm/xnu/
H A DMakefile83 /usr/bin/make MORECFLAGS="-D RUN_UNDER_TESTBOTS=1" testbots -C ./tools/tests/xnu_quick_test/

Completed in 31 milliseconds