From patchwork Mon Mar 27 11:58:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom de Vries X-Patchwork-Id: 55619 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6F29E3855580 for ; Mon, 27 Mar 2023 11:59:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6F29E3855580 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679918371; bh=+E7GpT25piWOi3wKuiqH/ORPPSZM1AEBzDAJIzOQGMM=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=tVo+UPq44dJ8WaMer645nDooFKgaS2KmMFnC/1JgdGzRg7bqcrmeurVQ2J/QiidDd TTbLvQCsQ7De18kWP9ouSMoIniIB7AdUuXydagnplZJUBuDK8iF8fxe/fLTNXf8aup gY+McNkyQd+lFZ6Mbc9Ub9ndHSIekW8GlhWOroTs= X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org 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 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) 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 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 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 X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Tom de Vries via Gdb-patches From: Tom de Vries Reply-To: Tom de Vries Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org Sender: "Gdb-patches" 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