Searched refs:expected_exception_code (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/tests/ |
| H A D | reply_port_defense.c | 158 … thirdparty_hardened, int test_index, mach_exception_data_type_t expected_exception_code, bool tri… in reply_port_defense() argument 229 … Received code = 0x%llx Expected code = 0x%llx", received_exception_code, expected_exception_code); in reply_port_defense() 230 …T_EXPECT_EQ(received_exception_code, expected_exception_code, "Exception code: Received == Expecte… in reply_port_defense() 245 mach_exception_data_type_t expected_exception_code = kGUARD_EXC_INVALID_RIGHT; variable 247 reply_port_defense(true, i, expected_exception_code, triggers_exception); 248 reply_port_defense(false, i, expected_exception_code, triggers_exception); 258 mach_exception_data_type_t expected_exception_code = 0; variable 261 reply_port_defense(true, test_num, expected_exception_code, triggers_exception); 262 reply_port_defense(false, test_num, expected_exception_code, triggers_exception); 270 mach_exception_data_type_t expected_exception_code = kGUARD_EXC_EXCEPTION_BEHAVIOR_ENFORCE; variable [all …]
|
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skywalk_test_driver.c | 52 static mach_exception_data_type_t expected_exception_code; variable 88 if ((exception_code ^ expected_exception_code) in catch_mach_exception_raise() 238 expected_exception_code = skt->skt_expected_exception_code; in skywalk_test_driver_run()
|