# | |
# Copyright (c) 2021-2023 Arm Limited. All rights reserved. | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# | |
# Expect script for Trusted Firmware Test Framework | |
# | |
expect_string+=('i;Unhandled External Abort received') | |
expect_string+=('i;Unhandled Exception from lower EL') | |
source $ci_root/expect-lava/exception_gp_regs.inc | |
expect_string+=("i;x30") | |
source $ci_root/expect-lava/exception_sys_regs.inc |