Leonardo Sandoval | 6eff3f7 | 2021-05-03 11:12:37 -0500 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2021 Arm Limited. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | # Expect script | ||||
7 | # | ||||
8 | |||||
9 | # If we exit from the uart, and if that had lots of prints, then the model | ||||
10 | # will stall. This may also occur even when the uart does not have any print. | ||||
11 | # See: https://jira.arm.com/browse/SDDKW-43675. So, we wait here expect for | ||||
12 | # something that never arrives. | ||||
13 | |||||
14 | # TODO |