Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/
H A Dconfigurator_mmap.c91 return TestFailed; in successful_mmap_anon_fixed()
95 return TestFailed; in successful_mmap_anon_fixed()
115 return TestFailed; in successful_mmap_anon_fixed_with_tag()
119 return TestFailed; in successful_mmap_anon_fixed_with_tag()
139 if (TestFailed == successful_mmap_anon_fixed_with_tag( in successful_mmap_anon_fixed_with_neighbor_tags()
141 return TestFailed; in successful_mmap_anon_fixed_with_neighbor_tags()
149 if (TestFailed == successful_mmap_anon_fixed_with_tag( in successful_mmap_anon_fixed_with_neighbor_tags()
151 return TestFailed; in successful_mmap_anon_fixed_with_neighbor_tags()
202 return TestFailed; in test_permanent_entry_fixed()
225 return TestFailed; in test_permanent_before_permanent_fixed()
[all …]
H A Dconfigurator_vm_allocate.c173 return TestFailed; in successful_vm_allocate_fixed()
196 return TestFailed; in test_permanent_entry_fixed_overwrite()
220 return TestFailed; in test_permanent_before_permanent_fixed_overwrite()
245 return TestFailed; in test_permanent_before_allocation_fixed_overwrite()
273 return TestFailed; in test_permanent_before_allocation_fixed_overwrite_rdar144128567()
301 return TestFailed; in test_permanent_before_hole_fixed_overwrite()
329 return TestFailed; in test_permanent_after_allocation_fixed_overwrite()
357 return TestFailed; in test_permanent_after_hole_fixed_overwrite()
392 return TestFailed; in test_permanent_entry_fixed_overwrite_with_neighbor_tags()
422 return TestFailed; in test_permanent_before_permanent_fixed_overwrite_with_neighbor_tags()
[all …]
H A Dconfigurator_vm_deallocate.c117 return TestFailed; in successful_vm_deallocate()
131 return TestFailed; in successful_vm_deallocate_guarded()
145 return TestFailed; in vm_deallocate_holes_guarded()
163 return TestFailed; in vm_deallocate_permanent_entry()
182 return TestFailed; in vm_deallocate_permanent_before_permanent()
201 return TestFailed; in vm_deallocate_permanent_before_allocation()
220 return TestFailed; in vm_deallocate_permanent_before_hole()
239 return TestFailed; in vm_deallocate_permanent_after_allocation()
258 return TestFailed; in vm_deallocate_permanent_after_hole()
273 return TestFailed; in vm_deallocate_permanent_entry_guarded()
[all …]
H A Dconfigurator_vm_wire.c214 return TestFailed; in successful_vm_wire_read_not_cow()
218 return TestFailed; in successful_vm_wire_read_not_cow()
225 return TestFailed; in successful_vm_wire_read_not_cow()
229 return TestFailed; in successful_vm_wire_read_not_cow()
247 return TestFailed; in failed_vm_wire_read_not_cow()
450 return TestFailed; in vm_unwire_holes()
458 return TestFailed; in vm_unwire_holes()
462 return TestFailed; in vm_unwire_holes()
H A Dconfigurator_vm_protect.c90 return TestFailed; in vm_protect_successfully()
117 return TestFailed; in vm_protect_with_holes()
146 return TestFailed; in vm_protect_beyond_max_prot()
H A Dconfigurator_vm_inherit.c91 return TestFailed; in successful_vm_inherit()
H A Dconfigurator_vm_behavior_set.c110 return TestFailed; in vm_behavior_common_no_cow()
140 return TestFailed; in vm_behavior_common_no_cow()
388 return TestFailed; in vm_behavior_zero_once()
H A Dconfigurator_mincore.c113 return TestFailed; in successful_mincore_nested()
H A Dconfigurator_fault.c218 return TestFailed; in test_fault_common()
/xnu-12377.61.12/tests/vm/configurator/
H A Dvm_configurator.c3227 return good ? TestSucceeded : TestFailed; in verify_vm_state_nested()
3485 return good ? TestSucceeded : TestFailed; in verify_vm_faultability_nested()
4221 return TestFailed; in test_is_unimplemented()
4296 case TestFailed: in run_one_vm_test()
4307 if (result == TestFailed) { in run_one_vm_test()
H A Dvm_configurator.h121 TestFailed, enumerator