Lines Matching refs:run_suite

237 #define run_suite(set_up, tests, tear_down, ...) \  macro
3640 run_suite(set_up_allocator_and_vm_variables, allocate_argument_error_tests, do_nothing, in run_allocate_test_suites()
3650run_suite(set_up_allocator_and_vm_variables, mach_vm_map_protection_inheritance_error_test, do_not… in run_allocate_test_suites()
3661 run_suite(set_up_allocator_and_vm_variables_and_allocate, allocate_main_tests, deallocate, in run_allocate_test_suites()
3672 run_suite(set_up_allocator_and_vm_size, allocate_address_error_tests, do_nothing, in run_allocate_test_suites()
3678run_suite(set_up_allocator, allocate_fixed_size_tests, do_nothing, "%s fixed size allocation tests… in run_allocate_test_suites()
3687run_suite(set_up_allocator, allocate_invalid_large_size_test, do_nothing, "%s invalid large size a… in run_allocate_test_suites()
3693 run_suite(set_up_vm_size, mach_vm_map_large_mask_overflow_error_test, do_nothing, in run_allocate_test_suites()
3744 run_suite(set_up_vm_variables_and_allocate, access_deallocated_memory_tests, do_nothing, in run_deallocate_test_suites()
3753 run_suite(set_up_vm_variables_and_allocate, deallocate_reallocate_tests, do_nothing, in run_deallocate_test_suites()
3760 run_suite(set_up_vm_variables, deallocate_null_map_test, do_nothing, in run_deallocate_test_suites()
3770 run_suite(do_nothing, deallocate_edge_case_tests, do_nothing, "Edge case deallocation tests"); in run_deallocate_test_suites()
3773run_suite(do_nothing, deallocate_suicide_test, do_nothing, "Whole address space deallocation test"… in run_deallocate_test_suites()
3816 run_suite(set_up_vm_variables_allocate_read_deallocate, read_main_tests, deallocate, in run_read_test_suites()
3823 run_suite(set_up_vm_variables_and_allocate_extra_page, read_pattern_tests, deallocate, in run_read_test_suites()
3830run_suite(set_up_vm_variables_and_allocate_extra_page, read_null_map_test, deallocate_extra_page, in run_read_test_suites()
3839run_suite(set_up_vm_variables_and_allocate_extra_page, read_inaccessible_tests, deallocate_extra_p… in run_read_test_suites()
3850 run_suite(do_nothing, read_edge_case_tests, do_nothing, "mach_vm_read() fixed size tests"); in run_read_test_suites()
3889 run_suite(set_up_vm_and_buffer_variables_allocate_for_writing, write_edge_case_tests, in run_write_test_suites()
3902 run_suite(set_up_vm_and_buffer_variables_allocate_for_writing, write_inaccessible_tests, in run_write_test_suites()
3919run_suite(set_up_vm_and_buffer_variables_allocate_write, write_main_tests, deallocate_vm_and_buffe… in run_write_test_suites()
3929 run_suite(set_up_vm_and_buffer_variables_allocate_for_writing, write_pattern_tests, in run_write_test_suites()
3991run_suite(set_up_vm_variables_allocate_readprotect, readprotection_main_tests, deallocate_extra_pa… in run_protect_test_suites()
3998run_suite(set_up_vm_variables_allocate_writeprotect, writeprotection_main_tests, deallocate_extra_… in run_protect_test_suites()
4010run_suite(set_up_vm_variables_allocate_readprotect, access_readprotected_memory_tests, deallocate_… in run_protect_test_suites()
4019run_suite(set_up_vm_variables_allocate_writeprotect, write_writeprotected_memory_tests, deallocate… in run_protect_test_suites()
4031 run_suite(do_nothing, protect_edge_case_tests, do_nothing, "Edge case protection tests"); in run_protect_test_suites()
4082run_suite(set_up_copy_shared_mode_variables, copy_shared_mode_tests, do_nothing, "Copy shared mode… in run_copy_test_suites()
4095 run_suite(set_up_vm_and_buffer_variables_allocate_for_copying, copy_edge_case_tests, in run_copy_test_suites()
4113 run_suite(set_up_vm_and_buffer_variables_allocate_for_copying, copy_inaccessible_tests, in run_copy_test_suites()
4126run_suite(set_up_source_and_dest_variables_allocate_copy, copy_main_tests, deallocate_vm_and_buffe… in run_copy_test_suites()
4136run_suite(set_up_source_and_dest_variables_allocate_copy, copy_pattern_tests, deallocate_vm_and_bu… in run_copy_test_suites()