Searched refs:do_test (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/tests/ |
| H A D | debug_enable_syscall_rejection.c | 119 do_test(char const *msg, int expectation, ...) in do_test() function 164 do_test("default is disallow all", DEAD, NULL); 165 do_test("disallow all dies", DEAD, DENY(0, 1), NULL); 166 do_test("allow all lives", ALIVE, ALLOW(0, 1), NULL); 167 do_test("allow testmask lives", ALIVE, ALLOW(0, 12), NULL); 189 do_test("non-fatal: default is disallow all", ALIVE, NULL); 190 do_test("non-fatal: disallow all", ALIVE, DENY(0, 1), NULL); 191 do_test("non-fatal: allow all", ALIVE, ALLOW(0, 1), NULL); 192 do_test("non-fatal: allow testmask", ALIVE, ALLOW(0, 12), NULL); 200 do_test("force-fatal: default is disallow all", DEAD, "-F", NULL); [all …]
|
| H A D | host_notifications.c | 12 do_test(int notify_type, void (^trigger_block)(void)) 39 do_test(HOST_NOTIFY_CALENDAR_CHANGE, ^{ 49 do_test(HOST_NOTIFY_CALENDAR_SET, ^{
|