Lines Matching refs:run_suite

237 #define run_suite(set_up, tests, tear_down, ...) \  macro
3590 run_suite(set_up_allocator_and_vm_variables, allocate_argument_error_tests, do_nothing, in run_allocate_test_suites()
3600run_suite(set_up_allocator_and_vm_variables, mach_vm_map_protection_inheritance_error_test, do_not… in run_allocate_test_suites()
3611 run_suite(set_up_allocator_and_vm_variables_and_allocate, allocate_main_tests, deallocate, in run_allocate_test_suites()
3622 run_suite(set_up_allocator_and_vm_size, allocate_address_error_tests, do_nothing, in run_allocate_test_suites()
3628run_suite(set_up_allocator, allocate_fixed_size_tests, do_nothing, "%s fixed size allocation tests… in run_allocate_test_suites()
3637run_suite(set_up_allocator, allocate_invalid_large_size_test, do_nothing, "%s invalid large size a… in run_allocate_test_suites()
3643 run_suite(set_up_vm_size, mach_vm_map_large_mask_overflow_error_test, do_nothing, in run_allocate_test_suites()
3694 run_suite(set_up_vm_variables_and_allocate, access_deallocated_memory_tests, do_nothing, in run_deallocate_test_suites()
3703 run_suite(set_up_vm_variables_and_allocate, deallocate_reallocate_tests, do_nothing, in run_deallocate_test_suites()
3710 run_suite(set_up_vm_variables, deallocate_null_map_test, do_nothing, in run_deallocate_test_suites()
3720 run_suite(do_nothing, deallocate_edge_case_tests, do_nothing, "Edge case deallocation tests"); in run_deallocate_test_suites()
3723run_suite(do_nothing, deallocate_suicide_test, do_nothing, "Whole address space deallocation test"… in run_deallocate_test_suites()
3766 run_suite(set_up_vm_variables_allocate_read_deallocate, read_main_tests, deallocate, in run_read_test_suites()
3773 run_suite(set_up_vm_variables_and_allocate_extra_page, read_pattern_tests, deallocate, in run_read_test_suites()
3780run_suite(set_up_vm_variables_and_allocate_extra_page, read_null_map_test, deallocate_extra_page, in run_read_test_suites()
3789run_suite(set_up_vm_variables_and_allocate_extra_page, read_inaccessible_tests, deallocate_extra_p… in run_read_test_suites()
3800 run_suite(do_nothing, read_edge_case_tests, do_nothing, "mach_vm_read() fixed size tests"); in run_read_test_suites()
3839 run_suite(set_up_vm_and_buffer_variables_allocate_for_writing, write_edge_case_tests, in run_write_test_suites()
3852 run_suite(set_up_vm_and_buffer_variables_allocate_for_writing, write_inaccessible_tests, in run_write_test_suites()
3869run_suite(set_up_vm_and_buffer_variables_allocate_write, write_main_tests, deallocate_vm_and_buffe… in run_write_test_suites()
3879 run_suite(set_up_vm_and_buffer_variables_allocate_for_writing, write_pattern_tests, in run_write_test_suites()
3941run_suite(set_up_vm_variables_allocate_readprotect, readprotection_main_tests, deallocate_extra_pa… in run_protect_test_suites()
3948run_suite(set_up_vm_variables_allocate_writeprotect, writeprotection_main_tests, deallocate_extra_… in run_protect_test_suites()
3960run_suite(set_up_vm_variables_allocate_readprotect, access_readprotected_memory_tests, deallocate_… in run_protect_test_suites()
3969run_suite(set_up_vm_variables_allocate_writeprotect, write_writeprotected_memory_tests, deallocate… in run_protect_test_suites()
3981 run_suite(do_nothing, protect_edge_case_tests, do_nothing, "Edge case protection tests"); in run_protect_test_suites()
4032run_suite(set_up_copy_shared_mode_variables, copy_shared_mode_tests, do_nothing, "Copy shared mode… in run_copy_test_suites()
4045 run_suite(set_up_vm_and_buffer_variables_allocate_for_copying, copy_edge_case_tests, in run_copy_test_suites()
4063 run_suite(set_up_vm_and_buffer_variables_allocate_for_copying, copy_inaccessible_tests, in run_copy_test_suites()
4076run_suite(set_up_source_and_dest_variables_allocate_copy, copy_main_tests, deallocate_vm_and_buffe… in run_copy_test_suites()
4086run_suite(set_up_source_and_dest_variables_allocate_copy, copy_pattern_tests, deallocate_vm_and_bu… in run_copy_test_suites()