Lines Matching refs:run_suite
273 #define run_suite(set_up, tests, tear_down, ...) \ macro
3611 run_suite(set_up_allocator_and_vm_variables, allocate_argument_error_tests, do_nothing, in run_allocate_test_suites()
3621 …run_suite(set_up_allocator_and_vm_variables, mach_vm_map_protection_inheritance_error_test, do_not… in run_allocate_test_suites()
3632 run_suite(set_up_allocator_and_vm_variables_and_allocate, allocate_main_tests, deallocate, in run_allocate_test_suites()
3643 run_suite(set_up_allocator_and_vm_size, allocate_address_error_tests, do_nothing, in run_allocate_test_suites()
3649 …run_suite(set_up_allocator, allocate_fixed_size_tests, do_nothing, "%s fixed size allocation tests… in run_allocate_test_suites()
3651 …run_suite(set_up_allocator, allocate_invalid_large_size_test, do_nothing, "%s invalid large size a… in run_allocate_test_suites()
3656 run_suite(set_up_vm_size, mach_vm_map_large_mask_overflow_error_test, do_nothing, in run_allocate_test_suites()
3705 run_suite(set_up_vm_variables_and_allocate, access_deallocated_memory_tests, do_nothing, in run_deallocate_test_suites()
3719 run_suite(set_up_vm_variables_and_allocate, deallocate_reallocate_tests, do_nothing, in run_deallocate_test_suites()
3726 run_suite(set_up_vm_variables, deallocate_null_map_test, do_nothing, in run_deallocate_test_suites()
3736 run_suite(do_nothing, deallocate_edge_case_tests, do_nothing, "Edge case deallocation tests"); in run_deallocate_test_suites()
3737 …run_suite(do_nothing, deallocate_suicide_test, do_nothing, "Whole address space deallocation test"… in run_deallocate_test_suites()
3779 run_suite(set_up_vm_variables_allocate_read_deallocate, read_main_tests, deallocate, in run_read_test_suites()
3786 run_suite(set_up_vm_variables_and_allocate_extra_page, read_pattern_tests, deallocate, in run_read_test_suites()
3793 … run_suite(set_up_vm_variables_and_allocate_extra_page, read_null_map_test, deallocate_extra_page, in run_read_test_suites()
3802 …run_suite(set_up_vm_variables_and_allocate_extra_page, read_inaccessible_tests, deallocate_extra_p… in run_read_test_suites()
3813 run_suite(do_nothing, read_edge_case_tests, do_nothing, "mach_vm_read() fixed size tests"); in run_read_test_suites()
3852 run_suite(set_up_vm_and_buffer_variables_allocate_for_writing, write_edge_case_tests, in run_write_test_suites()
3865 run_suite(set_up_vm_and_buffer_variables_allocate_for_writing, write_inaccessible_tests, in run_write_test_suites()
3882 …run_suite(set_up_vm_and_buffer_variables_allocate_write, write_main_tests, deallocate_vm_and_buffe… in run_write_test_suites()
3892 run_suite(set_up_vm_and_buffer_variables_allocate_for_writing, write_pattern_tests, in run_write_test_suites()
3953 …run_suite(set_up_vm_variables_allocate_readprotect, readprotection_main_tests, deallocate_extra_pa… in run_protect_test_suites()
3960 …run_suite(set_up_vm_variables_allocate_writeprotect, writeprotection_main_tests, deallocate_extra_… in run_protect_test_suites()
3971 …run_suite(set_up_vm_variables_allocate_readprotect, access_readprotected_memory_tests, deallocate_… in run_protect_test_suites()
3980 …run_suite(set_up_vm_variables_allocate_writeprotect, write_writeprotected_memory_tests, deallocate… in run_protect_test_suites()
3991 run_suite(do_nothing, protect_edge_case_tests, do_nothing, "Edge case protection tests"); in run_protect_test_suites()
4042 …run_suite(set_up_copy_shared_mode_variables, copy_shared_mode_tests, do_nothing, "Copy shared mode… in run_copy_test_suites()
4055 run_suite(set_up_vm_and_buffer_variables_allocate_for_copying, copy_edge_case_tests, in run_copy_test_suites()
4073 run_suite(set_up_vm_and_buffer_variables_allocate_for_copying, copy_inaccessible_tests, in run_copy_test_suites()
4086 …run_suite(set_up_source_and_dest_variables_allocate_copy, copy_main_tests, deallocate_vm_and_buffe… in run_copy_test_suites()
4096 …run_suite(set_up_source_and_dest_variables_allocate_copy, copy_pattern_tests, deallocate_vm_and_bu… in run_copy_test_suites()