Searched refs:should_fail (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/tests/vm/ |
| H A D | upl.c | 57 bool should_fail; member 73 .copy_expected = false, .should_fail = false, .upl_rw = false }; 110 .copy_expected = false, .should_fail = false, .upl_rw = false }; 145 .copy_expected = false, .should_fail = false, .upl_rw = true }; 207 .copy_expected = false, .should_fail = true, .upl_rw = true }; 256 .copy_expected = copy_expected, .should_fail = false, .upl_rw = false }; 275 .copy_expected = true, .should_fail = true, .upl_rw = true }; 312 .copy_expected = copy_expected, .should_fail = false, .upl_rw = false }; 348 bool should_fail = sptm_enabled(); variable 353 .copy_expected = false, .should_fail = should_fail, .upl_rw = true }; [all …]
|
| H A D | mach_vm_map.c | 99 bool should_fail = false; in mach_vm_map_unaligned_test() local 127 should_fail = true; in mach_vm_map_unaligned_test() 132 should_fail = true; in mach_vm_map_unaligned_test() 150 if (should_fail) { in mach_vm_map_unaligned_test() 183 if (!should_fail) { in mach_vm_map_unaligned_test()
|
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_tests.c | 2519 bool should_fail; /* Is UPL creation expected to fail due to permissions checking? */ in vm_upl_test() member 2543 if (args.should_fail && (kr == KERN_PROTECTION_FAILURE)) { in vm_upl_test() 2545 } else if (args.should_fail && (kr == KERN_SUCCESS)) { in vm_upl_test() 2815 bool should_fail; /* Is UPL creation expected to fail due to permissions checking? */ in vm_upl_object_test() member 2880 if (args.should_fail && (kr == KERN_PROTECTION_FAILURE)) { in vm_upl_object_test() 2882 } else if (args.should_fail && (kr == KERN_SUCCESS)) { in vm_upl_object_test()
|
| /xnu-12377.1.9/tests/ |
| H A D | stackshot_tests.m | 154 bool should_fail; field 220 if (scenario->should_fail) { 482 .should_fail = true,
|