Manish V Badarkhe | b0802ac | 2023-01-09 11:24:58 +0000 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2023, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | # Expect script for Trusted Firmware Test Framework |
| 7 | # |
| 8 | |
Govindraj Raja | 9ca5184 | 2023-02-25 13:08:22 +0000 | [diff] [blame] | 9 | expect_string+=("i;Unhandled Exception from lower EL.") |
Manish V Badarkhe | 8e7ff2c | 2023-01-12 09:12:14 +0000 | [diff] [blame] | 10 | source $ci_root/expect-lava/exception_gp_regs.inc |
Paul Sokolovsky | 41241d2 | 2023-02-26 21:28:32 +0700 | [diff] [blame] | 11 | expect_string+=("i;x30") |
Manish V Badarkhe | 8e7ff2c | 2023-01-12 09:12:14 +0000 | [diff] [blame] | 12 | source $ci_root/expect-lava/exception_sys_regs.inc |