From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 8FEA83858C2F for ; Mon, 13 Mar 2023 16:20:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8FEA83858C2F 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-out1.suse.de (Postfix) with ESMTPS id C850922A3B for ; Mon, 13 Mar 2023 16:20:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1678724451; 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=rdwhmKuSp8Y217/81c/5/5oQ04pCamVsi1cn0CMO+ys=; b=rNNhT+jT4t+yafyixVz2a5zAldVFnzBvd+3jBWG5TjYlWUW4GTVCyPd8Ef2VgzgKNeVFqH GNtRsews75O0RvHCWTdypEyhH7dELti7rfzGOsTG57liBbiDJKE1Ocquvn1Ox3jHquzKoU 0ft0g61GkUWzTmn+KlVOMj4hv7NsHbY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1678724451; 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=rdwhmKuSp8Y217/81c/5/5oQ04pCamVsi1cn0CMO+ys=; b=TXvJmb2YRlZyP7sqLgiUtO85hVgOXcJilAvtGdVkVb1HUBpevHix+53S0hqUFBtc0hi+yR cxvOxLNbCOWisbBA== 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 B4CD313517 for ; Mon, 13 Mar 2023 16:20:51 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id RXTuKmNND2QbDAAAMHmgww (envelope-from ) for ; Mon, 13 Mar 2023 16:20:51 +0000 From: Tom de Vries To: gdb-patches@sourceware.org Subject: [pushed 0/8] [gdb/testsuite] Fix remote host issues in TUI tests Date: Mon, 13 Mar 2023 17:20:43 +0100 Message-Id: <20230313162051.488-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.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,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: I ran the gdb.tui/*.exp and gdb.pyton/tui-*.exp test-cases with various host/target boards from gdb/testsuite/boards and fixed issues, most of which had to do with remote host testing. Results after the fixes: ... $ ./test-all.sh HOST/TARGET: local # of expected passes 724 HOST: local, TARGET: native-gdbserver # of expected passes 709 # of unsupported tests 2 HOST: local, TARGET: native-extended-gdbserver # of expected passes 717 # of unsupported tests 1 HOST: local, TARGET: native-stdio-gdbserver # of expected passes 709 # of unsupported tests 2 HOST: local, TARGET: remote-gdbserver-on-localhost # of expected passes 709 # of unsupported tests 2 HOST: local, TARGET: remote-stdio-gdbserver # of expected passes 709 # of unsupported tests 2 HOST: local, TARGET: remote-stdio-gdbserver-remotedir # of expected passes 709 # of unsupported tests 2 HOST: local-remote-host-notty, TARGET: native-gdbserver # of expected passes 336 # of unsupported tests 33 HOST: local-remote-host-notty, TARGET: native-extended-gdbserver # of expected passes 337 # of unsupported tests 33 HOST: local-remote-host-notty, TARGET: native-stdio-gdbserver # of expected passes 336 # of unsupported tests 33 HOST: local-remote-host-notty, TARGET: remote-gdbserver-on-localhost # of expected passes 336 # of unsupported tests 33 HOST: local-remote-host-notty, TARGET: remote-stdio-gdbserver # of expected passes 336 # of unsupported tests 33 HOST: local-remote-host-notty, TARGET: remote-stdio-gdbserver-remotedir # of expected passes 336 # of unsupported tests 33 HOST: local-remote-host, TARGET: native-gdbserver # of expected passes 340 # of unsupported tests 33 HOST: local-remote-host, TARGET: native-extended-gdbserver # of expected passes 341 # of unsupported tests 33 HOST: local-remote-host, TARGET: native-stdio-gdbserver # of expected passes 340 # of unsupported tests 33 HOST: local-remote-host, TARGET: remote-gdbserver-on-localhost # of expected passes 340 # of unsupported tests 33 HOST: local-remote-host, TARGET: remote-stdio-gdbserver # of expected passes 340 # of unsupported tests 33 HOST: local-remote-host, TARGET: remote-stdio-gdbserver-remotedir # of expected passes 340 # of unsupported tests 33 HOST/TARGET: local-remote-host-native # of expected passes 333 # of unsupported tests 31 # of untested testcases 1 ... Tested on x86_64-linux. Tom de Vries (8): [gdb/testsuite] Fix untested message in gdb.tui/corefile-run.exp [gdb/testsuite] Handle USE_TUI in gdb.tui/corefile-run.exp [gdb/testsuite] Require ![is_remote host] for TUI [gdb/testsuite] Fix gdb.tui/tui-nl-filtered-output.exp for remote host [gdb/testsuite] Fix gdb.tui/tui-layout.exp for remote host [gdb/testsuite] Fix gdb.tui/completion.exp for local-remote-host-notty [gdb/testsuite] Fix gdb.python/tui-window.exp for remote host [gdb/testsuite] Fix gdb.python/tui-window-factory.exp for remote host .../gdb.python/tui-window-factory.exp | 5 +++- gdb/testsuite/gdb.python/tui-window.exp | 1 + gdb/testsuite/gdb.tui/completion.exp | 13 ++++++---- gdb/testsuite/gdb.tui/corefile-run.exp | 24 ++++++++++++------- gdb/testsuite/gdb.tui/tui-layout.exp | 4 ++++ .../gdb.tui/tui-nl-filtered-output.exp | 5 +++- gdb/testsuite/lib/gdb.exp | 22 ++++++++++++++++- gdb/testsuite/lib/tuiterm.exp | 8 +++++++ 8 files changed, 66 insertions(+), 16 deletions(-) base-commit: 275589d9a0fda6fe898aae678588bb3841d3fed1 -- 2.35.3