diff options
author | Tom de Vries <tdevries@suse.de> | 2023-04-25 08:33:57 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2023-04-25 08:33:57 +0200 |
commit | 538edc49dc610b987f8929434f883c8bbc211be8 (patch) | |
tree | fd42aa740b3bbecf20c55e266a6b852dfcc2db4b /bfd | |
parent | 9d00d9eac6020be1be09adcc14deb72ddac485fe (diff) | |
download | gdb-538edc49dc610b987f8929434f883c8bbc211be8.zip gdb-538edc49dc610b987f8929434f883c8bbc211be8.tar.gz gdb-538edc49dc610b987f8929434f883c8bbc211be8.tar.bz2 |
[gdb/testsuite] Fix timeout in gdb.tui/empty.exp
In test-case gdb.tui/empty.exp we run into:
...
WARNING: timeout in accept_gdb_output
PASS: gdb.tui/empty.exp: src: 90x40: box 1
...
We timeout here in Term::resize:
...
# Due to the strange column resizing behavior, and because we
# don't care about this intermediate resize, we don't check
# the size here.
wait_for "@@ resize done $_resize_count"
...
because the string we're trying to match is split over two lines:
...
25 -----------------------------------------------------------------------------+No
26 ne No process In: L?? PC: ?? @@
27 resize done 0, size = 79x40
28 (gdb)
...
Fix this by dropping the "@@ " prefix.
Tested on x86_64-linux.
Diffstat (limited to 'bfd')
0 files changed, 0 insertions, 0 deletions