blob: 918b3f3b7bfa2aaee3f8091ee0d5d3ba50f4f6d0 [file] [log] [blame]
Zelalemfd529af2020-08-04 15:09:53 -05001#
Manish V Badarkheb0802ac2023-01-09 11:24:58 +00002# Copyright (c) 2020-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 "Translation tables are now read-only at EL3."
12expect_string "Unhandled Exception in EL3."
Manish V Badarkhe4ec48202023-01-11 11:48:31 +000013expect_string "x30"
Manish V Badarkheb0802ac2023-01-09 11:24:58 +000014
15source [file join [file dirname [info script]] exception_regs.inc]