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 | |
| 9 | expect_string+=("i;PANIC in EL3.") |
Manish V Badarkhe | 4ec4820 | 2023-01-11 11:48:31 +0000 | [diff] [blame] | 10 | expect_string+=("i;x30") |
Manish V Badarkhe | 8e7ff2c | 2023-01-12 09:12:14 +0000 | [diff] [blame^] | 11 | source $ci_root/expect-lava/exception_gp_regs.inc |
| 12 | source $ci_root/expect-lava/exception_sys_regs.inc |