Lines Matching refs:run_suite

237 #define run_suite(set_up, tests, tear_down, ...) \  macro
3584 run_suite(set_up_allocator_and_vm_variables, allocate_argument_error_tests, do_nothing, in run_allocate_test_suites()
3594run_suite(set_up_allocator_and_vm_variables, mach_vm_map_protection_inheritance_error_test, do_not… in run_allocate_test_suites()
3605 run_suite(set_up_allocator_and_vm_variables_and_allocate, allocate_main_tests, deallocate, in run_allocate_test_suites()
3616 run_suite(set_up_allocator_and_vm_size, allocate_address_error_tests, do_nothing, in run_allocate_test_suites()
3622run_suite(set_up_allocator, allocate_fixed_size_tests, do_nothing, "%s fixed size allocation tests… in run_allocate_test_suites()
3631run_suite(set_up_allocator, allocate_invalid_large_size_test, do_nothing, "%s invalid large size a… in run_allocate_test_suites()
3637 run_suite(set_up_vm_size, mach_vm_map_large_mask_overflow_error_test, do_nothing, in run_allocate_test_suites()
3688 run_suite(set_up_vm_variables_and_allocate, access_deallocated_memory_tests, do_nothing, in run_deallocate_test_suites()
3697 run_suite(set_up_vm_variables_and_allocate, deallocate_reallocate_tests, do_nothing, in run_deallocate_test_suites()
3704 run_suite(set_up_vm_variables, deallocate_null_map_test, do_nothing, in run_deallocate_test_suites()
3714 run_suite(do_nothing, deallocate_edge_case_tests, do_nothing, "Edge case deallocation tests"); in run_deallocate_test_suites()
3717run_suite(do_nothing, deallocate_suicide_test, do_nothing, "Whole address space deallocation test"… in run_deallocate_test_suites()
3760 run_suite(set_up_vm_variables_allocate_read_deallocate, read_main_tests, deallocate, in run_read_test_suites()
3767 run_suite(set_up_vm_variables_and_allocate_extra_page, read_pattern_tests, deallocate, in run_read_test_suites()
3774run_suite(set_up_vm_variables_and_allocate_extra_page, read_null_map_test, deallocate_extra_page, in run_read_test_suites()
3783run_suite(set_up_vm_variables_and_allocate_extra_page, read_inaccessible_tests, deallocate_extra_p… in run_read_test_suites()
3794 run_suite(do_nothing, read_edge_case_tests, do_nothing, "mach_vm_read() fixed size tests"); in run_read_test_suites()
3833 run_suite(set_up_vm_and_buffer_variables_allocate_for_writing, write_edge_case_tests, in run_write_test_suites()
3846 run_suite(set_up_vm_and_buffer_variables_allocate_for_writing, write_inaccessible_tests, in run_write_test_suites()
3863run_suite(set_up_vm_and_buffer_variables_allocate_write, write_main_tests, deallocate_vm_and_buffe… in run_write_test_suites()
3873 run_suite(set_up_vm_and_buffer_variables_allocate_for_writing, write_pattern_tests, in run_write_test_suites()
3935run_suite(set_up_vm_variables_allocate_readprotect, readprotection_main_tests, deallocate_extra_pa… in run_protect_test_suites()
3942run_suite(set_up_vm_variables_allocate_writeprotect, writeprotection_main_tests, deallocate_extra_… in run_protect_test_suites()
3954run_suite(set_up_vm_variables_allocate_readprotect, access_readprotected_memory_tests, deallocate_… in run_protect_test_suites()
3963run_suite(set_up_vm_variables_allocate_writeprotect, write_writeprotected_memory_tests, deallocate… in run_protect_test_suites()
3975 run_suite(do_nothing, protect_edge_case_tests, do_nothing, "Edge case protection tests"); in run_protect_test_suites()
4026run_suite(set_up_copy_shared_mode_variables, copy_shared_mode_tests, do_nothing, "Copy shared mode… in run_copy_test_suites()
4039 run_suite(set_up_vm_and_buffer_variables_allocate_for_copying, copy_edge_case_tests, in run_copy_test_suites()
4057 run_suite(set_up_vm_and_buffer_variables_allocate_for_copying, copy_inaccessible_tests, in run_copy_test_suites()
4070run_suite(set_up_source_and_dest_variables_allocate_copy, copy_main_tests, deallocate_vm_and_buffe… in run_copy_test_suites()
4080run_suite(set_up_source_and_dest_variables_allocate_copy, copy_pattern_tests, deallocate_vm_and_bu… in run_copy_test_suites()