public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed 0/3] [gdb/testsuite] Fix gdb.cp/*.exp for remote host/target
@ 2023-03-22  8:38 Tom de Vries
  2023-03-22  8:38 ` [pushed 1/3] [gdb/testsuite] Fix gdb.cp/*.exp for remote host Tom de Vries
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Tom de Vries @ 2023-03-22  8:38 UTC (permalink / raw)
  To: gdb-patches

Fix a few test-cases in gdb.cp/*.exp for various remote host/target boards.

Results:
...
 $ ./test-all.sh
 HOST/TARGET: local
 # of expected failures          14
 # of expected passes            8576
 # of known failures             21
 HOST: local, TARGET: native-gdbserver
 # of expected failures          14
 # of expected passes            8552
 # of known failures             21
 # of unsupported tests          2
 HOST: local, TARGET: native-extended-gdbserver
 # of expected failures          14
 # of expected passes            8576
 # of known failures             21
 HOST: local, TARGET: native-stdio-gdbserver
 # of expected failures          14
 # of expected passes            8552
 # of known failures             21
 # of unsupported tests          2
 HOST: local, TARGET: remote-gdbserver-on-localhost
 # of expected failures          14
 # of expected passes            8560
 # of known failures             21
 # of unsupported tests          2
 HOST: local, TARGET: remote-stdio-gdbserver
 # of expected failures          14
 # of expected passes            8560
 # of known failures             21
 # of unsupported tests          2
 HOST: local, TARGET: remote-stdio-gdbserver-remotedir
 # of expected failures          14
 # of expected passes            8560
 # of known failures             21
 # of unsupported tests          2
 HOST: local-remote-host-notty, TARGET: native-gdbserver
 # of expected failures          14
 # of expected passes            8540
 # of known failures             21
 # of unsupported tests          2
 # of untested testcases         1
 HOST: local-remote-host-notty, TARGET: native-extended-gdbserver
 # of expected failures          14
 # of expected passes            8564
 # of known failures             21
 # of untested testcases         1
 HOST: local-remote-host-notty, TARGET: remote-gdbserver-on-localhost
 # of expected failures          14
 # of expected passes            8540
 # of known failures             21
 # of unsupported tests          2
 # of untested testcases         1
 HOST: local-remote-host-notty, TARGET: remote-stdio-gdbserver
 # of expected failures          14
 # of expected passes            8540
 # of known failures             21
 # of unsupported tests          2
 # of untested testcases         1
 HOST: local-remote-host-notty, TARGET: remote-stdio-gdbserver-remotedir
 # of expected failures          14
 # of expected passes            8540
 # of known failures             21
 # of unsupported tests          2
 # of untested testcases         1
 HOST: local-remote-host, TARGET: native-gdbserver
 # of expected failures          14
 # of expected passes            8560
 # of known failures             21
 # of unsupported tests          2
 HOST: local-remote-host, TARGET: native-extended-gdbserver
 # of expected failures          14
 # of expected passes            8584
 # of known failures             21
 HOST: local-remote-host, TARGET: remote-gdbserver-on-localhost
 # of expected failures          14
 # of expected passes            8560
 # of known failures             21
 # of unsupported tests          2
 HOST: local-remote-host, TARGET: remote-stdio-gdbserver
 # of expected failures          14
 # of expected passes            8560
 # of known failures             21
 # of unsupported tests          2
 HOST: local-remote-host, TARGET: remote-stdio-gdbserver-remotedir
 # of expected failures          14
 # of expected passes            8560
 # of known failures             21
 # of unsupported tests          2
 HOST/TARGET: local-remote-host-native
 # of expected failures          14
 # of expected passes            8584
 # of known failures             21
...

Tom de Vries (3):
  [gdb/testsuite] Fix gdb.cp/*.exp for remote host
  [gdb/testsuite] Fix gdb.cp/annota{2,3}.exp for
    native-extended-gdbserver
  [gdb/testsuite] Fix gdb.cp/cp-relocate.exp for remote host

 gdb/testsuite/gdb.cp/annota2.exp         | 15 ++++++++++++--
 gdb/testsuite/gdb.cp/annota3.exp         | 25 ++++++++++++++++--------
 gdb/testsuite/gdb.cp/breakpoint-locs.exp |  2 ++
 gdb/testsuite/gdb.cp/cp-relocate.exp     |  4 +++-
 gdb/testsuite/gdb.cp/filename.exp        |  2 ++
 gdb/testsuite/gdb.cp/gdb2384.exp         |  2 ++
 gdb/testsuite/gdb.cp/hang.exp            |  2 ++
 gdb/testsuite/gdb.cp/m-static.exp        |  8 +++++++-
 gdb/testsuite/gdb.cp/mb-inline.exp       |  1 +
 gdb/testsuite/gdb.cp/minsym-fallback.exp |  3 +++
 gdb/testsuite/gdb.cp/ovsrch.exp          |  2 ++
 gdb/testsuite/gdb.cp/pr10728.exp         |  2 ++
 gdb/testsuite/gdb.cp/rtti.exp            |  2 ++
 gdb/testsuite/gdb.cp/stub-array-size.exp |  2 ++
 gdb/testsuite/gdb.cp/subtypes.exp        |  2 ++
 gdb/testsuite/lib/gdb.exp                | 12 ++++++++++++
 16 files changed, 74 insertions(+), 12 deletions(-)


base-commit: 100f993c53a50352fd91554927142a2558f3481c
-- 
2.35.3


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

end of thread, other threads:[~2023-03-23 13:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22  8:38 [pushed 0/3] [gdb/testsuite] Fix gdb.cp/*.exp for remote host/target Tom de Vries
2023-03-22  8:38 ` [pushed 1/3] [gdb/testsuite] Fix gdb.cp/*.exp for remote host Tom de Vries
2023-03-22 15:05   ` Simon Marchi
2023-03-23  0:18     ` Tom de Vries
2023-03-23 13:49       ` Tom de Vries
2023-03-22  8:38 ` [pushed 2/3] [gdb/testsuite] Fix gdb.cp/annota{2,3}.exp for native-extended-gdbserver Tom de Vries
2023-03-22  8:38 ` [pushed 3/3] [gdb/testsuite] Fix gdb.cp/cp-relocate.exp for remote host Tom de Vries

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).