[V2,0/5] gdb/testsuite: Miscelleanous fixes

Message ID 20230423193159.576300-1-sandra@codesourcery.com
Headers
Series gdb/testsuite: Miscelleanous fixes |

Message

Sandra Loosemore April 23, 2023, 7:31 p.m. UTC
  Reposting this series, which now incorporates minor tweaks suggested by
Tom Tromey to parts 2, 3, and 4.  Parts 1 and 5 are unchanged.

OK for trunk?

-Sandra

Sandra Loosemore (5):
  gdb/testsuite: Fix style.exp failures on targets without argc/argv
    support
  gdb/testsuite: Fix style.exp failures on targets without libopcodes
    styling
  gdb/testsuite: Adjust some testcases to allow Windows pathnames
  gdb/testsuite: Disable some tests that are broken on remote Windows
    host
  gdb/testsuite: Make hook-stop.exp ignore termination message from GDB
    stub

 gdb/testsuite/gdb.base/bad-file.exp           |  3 ++
 gdb/testsuite/gdb.base/early-init-file.exp    |  3 ++
 .../gdb.base/empty-host-env-vars.exp          |  3 ++
 gdb/testsuite/gdb.base/hook-stop.exp          |  2 +-
 .../maint-expand-symbols-header-file.exp      |  4 +-
 gdb/testsuite/gdb.base/setshow.exp            | 17 +++++--
 gdb/testsuite/gdb.base/style.exp              | 49 ++++++++++++++++---
 gdb/testsuite/gdb.dwarf2/dw2-filename.exp     |  2 +-
 gdb/testsuite/gdb.mi/mi-info-sources.exp      | 32 ++++++------
 9 files changed, 86 insertions(+), 29 deletions(-)
  

Comments

Tom Tromey April 24, 2023, 5:16 p.m. UTC | #1
>>>>> "Sandra" == Sandra Loosemore <sandra@codesourcery.com> writes:

Sandra> Reposting this series, which now incorporates minor tweaks suggested by
Sandra> Tom Tromey to parts 2, 3, and 4.  Parts 1 and 5 are unchanged.

Sandra> OK for trunk?

Thank you.  This looks good to me.
Reviewed-By: Tom Tromey <tom@tromey.com>

Tom