blob: 395713479b47961069ab16f6bd092c95ea67242b [file] [log] [blame]
Zelalemfd529af2020-08-04 15:09:53 -05001#
Manish V Badarkheb0802ac2023-01-09 11:24:58 +00002# Copyright (c) 2019-2023 Arm Limited. All rights reserved.
Zelalemfd529af2020-08-04 15:09:53 -05003#
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
11expect_string "Unhandled External Abort received"
Govindraj Raja7e5a8892023-01-24 15:04:39 +000012expect_string "Unhandled Exception from lower EL"
Manish V Badarkheb0802ac2023-01-09 11:24:58 +000013
Manish V Badarkhe8e7ff2c2023-01-12 09:12:14 +000014source [file join [file dirname [info script]] exception_gp_regs.inc]
Manish V Badarkhe4ec48202023-01-11 11:48:31 +000015expect_string "x30"
Manish V Badarkhe8e7ff2c2023-01-12 09:12:14 +000016source [file join [file dirname [info script]] exception_sys_regs.inc]