Leonardo Sandoval | 6eff3f7 | 2021-05-03 11:12:37 -0500 | [diff] [blame] | 1 | # |
Manish V Badarkhe | b0802ac | 2023-01-09 11:24:58 +0000 | [diff] [blame] | 2 | # Copyright (c) 2021-2023 Arm Limited. All rights reserved. |
Leonardo Sandoval | 6eff3f7 | 2021-05-03 11:12:37 -0500 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | # Expect script for Trusted Firmware Test Framework |
| 7 | # |
| 8 | |
Leonardo Sandoval | 5cfc11f | 2021-09-08 16:08:13 -0500 | [diff] [blame] | 9 | expect_string+=('i;Unhandled External Abort received') |
Govindraj Raja | 7e5a889 | 2023-01-24 15:04:39 +0000 | [diff] [blame] | 10 | expect_string+=('i;Unhandled Exception from lower EL') |
Manish V Badarkhe | 8e7ff2c | 2023-01-12 09:12:14 +0000 | [diff] [blame] | 11 | source $ci_root/expect-lava/exception_gp_regs.inc |
Manish V Badarkhe | 4ec4820 | 2023-01-11 11:48:31 +0000 | [diff] [blame] | 12 | expect_string+=("i;x30") |
Manish V Badarkhe | 8e7ff2c | 2023-01-12 09:12:14 +0000 | [diff] [blame] | 13 | source $ci_root/expect-lava/exception_sys_regs.inc |