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 | source [file join [file dirname [info script]] handle-arguments.inc] |
| 10 | |
Govindraj Raja | 9ca5184 | 2023-02-25 13:08:22 +0000 | [diff] [blame] | 11 | expect_string "Unhandled Exception from lower EL." |
Manish V Badarkhe | b0802ac | 2023-01-09 11:24:58 +0000 | [diff] [blame] | 12 | |
Manish V Badarkhe | 8e7ff2c | 2023-01-12 09:12:14 +0000 | [diff] [blame] | 13 | source [file join [file dirname [info script]] exception_gp_regs.inc] |
Paul Sokolovsky | 41241d2 | 2023-02-26 21:28:32 +0700 | [diff] [blame] | 14 | expect_string "x30" |
Manish V Badarkhe | 8e7ff2c | 2023-01-12 09:12:14 +0000 | [diff] [blame] | 15 | source [file join [file dirname [info script]] exception_sys_regs.inc] |