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