Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vm/
H A Dvm_allocation.c276 typedef unit_test_t UnitTests[]; typedef
278 void _run_suite(int numoftests, test_fn_t set_up, UnitTests tests, test_fn_t tear_down, const char …
282 _run_suite(int numoftests, test_fn_t set_up, UnitTests tests, test_fn_t tear_down, const char * for… in _run_suite()
3556 UnitTests allocate_main_tests = { in run_allocate_test_suites()
3567 UnitTests allocate_address_error_tests = { in run_allocate_test_suites()
3573 UnitTests allocate_argument_error_tests = { in run_allocate_test_suites()
3578 UnitTests allocate_fixed_size_tests = { in run_allocate_test_suites()
3584 UnitTests allocate_invalid_large_size_test = { in run_allocate_test_suites()
3587 UnitTests mach_vm_map_protection_inheritance_error_test = { in run_allocate_test_suites()
3592 UnitTests mach_vm_map_large_mask_overflow_error_test = { in run_allocate_test_suites()
[all …]