blob: 9bba62ce4ff292150d481a23df838a66dd0bad9d [file] [log] [blame]
Manish V Badarkheb0802ac2023-01-09 11:24:58 +00001#
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
9source [file join [file dirname [info script]] handle-arguments.inc]
10
Govindraj Raja9ca51842023-02-25 13:08:22 +000011expect_string "Unhandled Exception from lower EL."
Manish V Badarkheb0802ac2023-01-09 11:24:58 +000012
Manish V Badarkhe8e7ff2c2023-01-12 09:12:14 +000013source [file join [file dirname [info script]] exception_gp_regs.inc]
Paul Sokolovsky41241d22023-02-26 21:28:32 +070014expect_string "x30"
Manish V Badarkhe8e7ff2c2023-01-12 09:12:14 +000015source [file join [file dirname [info script]] exception_sys_regs.inc]