[0/5] gdb/testsuite: Miscellaneous fixes

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

Message

Sandra Loosemore April 19, 2023, 7:30 p.m. UTC
  I've had most of these patches in our local GDB tree for some time, to
fix some broken tests we've encountered in testing our nios2-elf
toolchains and others we've seen in other toolchains too when testing
on remote Windows host.  Is it OK to push these to mainline?

-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           |  6 +++
 gdb/testsuite/gdb.base/early-init-file.exp    |  6 +++
 .../gdb.base/empty-host-env-vars.exp          |  6 +++
 gdb/testsuite/gdb.base/hook-stop.exp          |  2 +-
 .../maint-expand-symbols-header-file.exp      |  4 +-
 gdb/testsuite/gdb.base/setshow.exp            | 14 +++--
 gdb/testsuite/gdb.base/style.exp              | 52 ++++++++++++++++---
 gdb/testsuite/gdb.dwarf2/dw2-filename.exp     |  2 +-
 gdb/testsuite/gdb.mi/mi-info-sources.exp      | 32 ++++++------
 9 files changed, 95 insertions(+), 29 deletions(-)