Commit 2196efe1 authored by Aastha Grover's avatar Aastha Grover Committed by Anas Nashif
Browse files

tests: kernel: cpu_exception: Make expected reason code generic.



Change expected reason code for cpu exception to be generic and
in compliance with a3774fd5

Fixes #54335

Signed-off-by: default avatarAastha Grover <aastha.grover@intel.com>
parent a2f203dd
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -29,11 +29,7 @@ void k_sys_fatal_error_handler(unsigned int reason, const z_arch_esf_t *pEsf)

static void entry_cpu_exception(void)
{
#if defined(CONFIG_ARMV7_M_ARMV8_M_MAINLINE)
	expected_reason = K_ERR_ARM_USAGE_ILLEGAL_EPSR;
#else
	expected_reason = K_ERR_CPU_EXCEPTION;
#endif

	TC_PRINT("cpu exception\n");
#if defined(CONFIG_X86)