Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/vm/
H A Dvm_allocation.c240 typedef unit_test_t UnitTests[]; typedef
242 void _run_suite(int numoftests, test_fn_t set_up, UnitTests tests, test_fn_t tear_down, const char …
246 _run_suite(int numoftests, test_fn_t set_up, UnitTests tests, test_fn_t tear_down, const char * for… in _run_suite()
3537 UnitTests allocate_main_tests = { in run_allocate_test_suites()
3548 UnitTests allocate_address_error_tests = { in run_allocate_test_suites()
3554 UnitTests allocate_argument_error_tests = { in run_allocate_test_suites()
3557 UnitTests allocate_fixed_size_tests = { in run_allocate_test_suites()
3563 UnitTests allocate_invalid_large_size_test = { in run_allocate_test_suites()
3566 UnitTests mach_vm_map_protection_inheritance_error_test = { in run_allocate_test_suites()
3571 UnitTests mach_vm_map_large_mask_overflow_error_test = { in run_allocate_test_suites()
[all …]