public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] clang inspired testsuite fixups.
@ 2024-10-15 14:38 Guinevere Larsen
  2024-10-15 14:38 ` [PATCH v2 1/3] gdb/testsuite: fix XPASSes when testing with clang Guinevere Larsen
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Guinevere Larsen @ 2024-10-15 14:38 UTC (permalink / raw)
  To: gdb-patches; +Cc: Guinevere Larsen

I decided to check out the 95 XPASSes in the clang buildbot and this is
the series that resulted.  The first 2 patches turn 86 XPASSes into
regular passes.

The third patch adds a generic way to request that a test be compiled
with DWARF5 debug information.

Changes for v2:
* rebased on master

Guinevere Larsen (3):
  gdb/testsuite: fix XPASSes when testing with clang
  gdb/testsuite: ask for DWARF5 in gdb.cp/pass-by-ref.exp
  gdb/testsuite: introduce dwarf5 option to gdb_compile

 .../amd64-entry-value-param-dwarf5.exp        |  2 +-
 gdb/testsuite/gdb.cp/classes.exp              | 16 +++---
 gdb/testsuite/gdb.cp/pass-by-ref.exp          |  6 ++-
 gdb/testsuite/gdb.cp/ptype-flags.exp          | 11 ++--
 gdb/testsuite/gdb.dwarf2/dw5-rnglist-test.exp |  3 +-
 .../gdb.dwarf2/gdb-index-types-dwarf5.exp     |  2 +-
 gdb/testsuite/gdb.fortran/assumedrank.exp     |  2 +-
 gdb/testsuite/lib/gdb.exp                     | 51 +++++++++++++++++++
 8 files changed, 74 insertions(+), 19 deletions(-)

-- 
2.47.0


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-10-23 17:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-15 14:38 [PATCH v2 0/3] clang inspired testsuite fixups Guinevere Larsen
2024-10-15 14:38 ` [PATCH v2 1/3] gdb/testsuite: fix XPASSes when testing with clang Guinevere Larsen
2024-10-15 14:50   ` Keith Seitz
2024-10-15 18:46     ` Guinevere Larsen
2024-10-15 14:38 ` [PATCH v2 2/3] gdb/testsuite: ask for DWARF5 in gdb.cp/pass-by-ref.exp Guinevere Larsen
2024-10-16 17:02   ` Keith Seitz
2024-10-17 13:00     ` Guinevere Larsen
2024-10-17 19:30   ` Tom Tromey
2024-10-15 14:38 ` [PATCH v2 3/3] gdb/testsuite: introduce dwarf5 option to gdb_compile Guinevere Larsen
2024-10-16 17:06   ` Keith Seitz
2024-10-17 19:35   ` Tom Tromey
2024-10-17 19:51     ` Guinevere Larsen
2024-10-17 20:13       ` Tom Tromey
2024-10-23 17:17         ` Guinevere Larsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).