blob: 4b6a95d517e11fedfcfa541dd8e09dbfaf876cba [file] [log] [blame]
Govindraj Rajac9223052023-01-24 17:22:45 +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
11expect_string "BACKTRACE: START: bl31_main"
12expect_string "BACKTRACE: END: bl31_main"
13expect_string "PANIC in EL3."
14
15expect_string "x30"
16source [file join [file dirname [info script]] exception_gp_regs.inc]
17source [file join [file dirname [info script]] exception_sys_regs.inc]