From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id 38B213858C2C for ; Mon, 27 Mar 2023 11:59:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 38B213858C2C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 706CC1FDBD for ; Mon, 27 Mar 2023 11:58:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1679918339; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=+E7GpT25piWOi3wKuiqH/ORPPSZM1AEBzDAJIzOQGMM=; b=Gr050uqq6AGFiJDzWJHFMeE1A7T992SIuUJ8X97oKsrVcUnaFmbyDuxGwQ3zON0xtgAB3b OezirmmzrC0ARhw8UCiq4N8XIY9s9lqz/qxikg3NMyTcC8qRPFlmEE9I7mIvLu9bPbtinD qzKUGmPQ1kuvoKKN72FWOsAc7C25yrw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1679918339; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=+E7GpT25piWOi3wKuiqH/ORPPSZM1AEBzDAJIzOQGMM=; b=JG6JOtmaBbA/mscjYL3jtHYOkwOjw2EDbMwluyibP9+DgWAvt1PxTdMkKBGndwl/K4w+Ki 4HfOfdxEVsLd+3BA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 599F013482 for ; Mon, 27 Mar 2023 11:58:59 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id D2jTFAOFIWTCOgAAMHmgww (envelope-from ) for ; Mon, 27 Mar 2023 11:58:59 +0000 From: Tom de Vries To: gdb-patches@sourceware.org Subject: [pushed 00/10] [gdb/testsuite] Fix gdb.dwarf2 for remote host Date: Mon, 27 Mar 2023 13:58:48 +0200 Message-Id: <20230327115858.5950-1-tdevries@suse.de> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Fix gdb.dwarf2/*.exp with a variaty of remote host/target boards. Result: ... $ ./test-all.sh HOST/TARGET: local # of expected passes 2199 # of known failures 3 # of unsupported tests 11 HOST: local, TARGET: native-gdbserver # of expected passes 2192 # of known failures 3 # of unsupported tests 13 HOST: local, TARGET: native-extended-gdbserver # of expected passes 2199 # of known failures 3 # of unsupported tests 11 HOST: local, TARGET: native-stdio-gdbserver # of expected passes 2192 # of known failures 3 # of unsupported tests 13 HOST: local, TARGET: remote-gdbserver-on-localhost # of expected passes 2196 # of known failures 3 # of unsupported tests 13 HOST: local, TARGET: remote-stdio-gdbserver # of expected passes 2196 # of known failures 3 # of unsupported tests 13 HOST: local, TARGET: remote-stdio-gdbserver-remotedir # of expected passes 2196 # of known failures 3 # of unsupported tests 13 HOST: local-remote-host-notty, TARGET: native-gdbserver # of expected passes 1904 # of known failures 3 # of unsupported tests 23 HOST: local-remote-host-notty, TARGET: native-extended-gdbserver # of expected passes 1911 # of known failures 3 # of unsupported tests 21 HOST: local-remote-host-notty, TARGET: remote-gdbserver-on-localhost # of expected passes 1904 # of known failures 3 # of unsupported tests 23 HOST: local-remote-host-notty, TARGET: remote-stdio-gdbserver # of expected passes 1904 # of known failures 3 # of unsupported tests 23 HOST: local-remote-host-notty, TARGET: remote-stdio-gdbserver-remotedir # of expected passes 1904 # of known failures 3 # of unsupported tests 23 HOST: local-remote-host, TARGET: native-gdbserver # of expected passes 1904 # of known failures 3 # of unsupported tests 23 HOST: local-remote-host, TARGET: native-extended-gdbserver # of expected passes 1911 # of known failures 3 # of unsupported tests 21 HOST: local-remote-host, TARGET: remote-gdbserver-on-localhost # of expected passes 1904 # of known failures 3 # of unsupported tests 23 HOST: local-remote-host, TARGET: remote-stdio-gdbserver # of expected passes 1904 # of known failures 3 # of unsupported tests 23 HOST: local-remote-host, TARGET: remote-stdio-gdbserver-remotedir # of expected passes 1904 # of known failures 3 # of unsupported tests 23 HOST/TARGET: local-remote-host-native # of expected passes 1911 # of known failures 3 # of unsupported tests 21 ... Tom de Vries (10): [gdb/testsuite] Add missing include_file in gdb.dwarf/*.exp [gdb/testsuite] Fix have_index for remote host [gdb/testsuite] Fix quoting issues in gdb.dwarf2 for remote host [gdb/testsuite] Fix quoting issue in gdb.base/index-cache.exp [gdb/testsuite] Fix gdb.dwarf2/per-bfd-sharing.exp for remote host [gdb/testsuite] Fix gdb.dwarf2/gdb-index.exp on remote host [gdb/testsuite] Fix gdb.dwarf2/enqueued-cu-base-addr.exp for remote host [gdb/testsuite] Fix gdb.dwarf2/gdb-index-cxx.exp for remote host [gdb/testsuite] Unsupport gdb.dwarf2/gdb-add-index-symlink.exp for remote host [gdb/testsuite] Fix gdb.dwarf2/imported-unit-bp-c.exp for remote host gdb/testsuite/gdb.base/index-cache.exp | 2 +- gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.exp | 17 +++++---- gdb/testsuite/gdb.dwarf2/dw2-error.exp | 6 ++-- .../gdb.dwarf2/dw2-missing-cu-tag.exp | 4 ++- .../gdb.dwarf2/dw2-objfile-overlap.exp | 4 ++- .../gdb.dwarf2/dw2-ref-missing-frame.exp | 18 ++++++---- .../gdb.dwarf2/dw2-stack-boundary.exp | 11 ++---- .../gdb.dwarf2/dw2-using-debug-str.exp | 10 +++--- gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp | 2 ++ .../gdb.dwarf2/enqueued-cu-base-addr.exp | 2 +- gdb/testsuite/gdb.dwarf2/fission-mix.exp | 2 ++ .../gdb.dwarf2/gdb-add-index-symlink.exp | 3 ++ gdb/testsuite/gdb.dwarf2/gdb-index-cxx.exp | 2 +- gdb/testsuite/gdb.dwarf2/gdb-index.exp | 36 +++++++++++++------ .../gdb.dwarf2/imported-unit-bp.exp.tcl | 5 +++ .../locexpr-data-member-location.exp | 1 + gdb/testsuite/gdb.dwarf2/per-bfd-sharing.exp | 11 +++--- gdb/testsuite/lib/gdb.exp | 27 +++++++++++++- 18 files changed, 114 insertions(+), 49 deletions(-) base-commit: 2b3f4c0616abffb2a1a29543cb649483b1722db4 -- 2.35.3