| commit | 14662762048c2519af25b0028a091097d7610ccc | [log] [tgz] |
|---|---|---|
| author | Tom de Vries <tdevries@suse.de> | Wed Mar 22 09:37:41 2023 +0100 |
| committer | Tom de Vries <tdevries@suse.de> | Wed Mar 22 09:37:41 2023 +0100 |
| tree | 95b130a8cfac1da13b13464a547c611248ab09db | |
| parent | 722c45960343adfadb41c0d154c4d43611828e32 [diff] |
[gdb/testsuite] Fix gdb.cp/annota{2,3}.exp for native-extended-gdbserver
When running test-cases gdb.cp/annota{2,3}.exp with target board
native-extended-gdbserver, we run into a few FAILs, due to the test-cases
trying to match inferior output together with gdb output.
Fix this by ignoring the inferior output in this case.
Tested on x86_64-linux.