From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id AC4DE3858D32 for ; Sat, 29 Oct 2022 07:43:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AC4DE3858D32 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 DB1A41F9FF for ; Sat, 29 Oct 2022 07:43:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1667029437; 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=4zuVz/+3nLv18EGRmUGRs3gIxiB6HUXoDNmLzGhXtnI=; b=mVQq+gn1gbrUKLxyTzzq/wVHrTQaEB+9iYuClSaix43rXHkbNysgLbkrJ1WoyAawNytS6e 7uGvomEivOef5iqEQjIcJtfJzY525reImGG6AYeGH8oFNsiGNjb1BtTew6H5PukcY12uLh 4EoIzxixFUPmnxL4h8WqClov8sEBUSw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1667029437; 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=4zuVz/+3nLv18EGRmUGRs3gIxiB6HUXoDNmLzGhXtnI=; b=UPFdVKnqjH19WJxPsQGBteTyvrd0kx0UE2vwxLxF7u90QfYofxXzU7RnRYxCOYqdpJldhr fBI4VL/kk5719IDQ== 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 BEDE913AA4 for ; Sat, 29 Oct 2022 07:43:57 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id cgyuLL3ZXGO+VgAAMHmgww (envelope-from ) for ; Sat, 29 Oct 2022 07:43:57 +0000 From: Tom de Vries To: gdb-patches@sourceware.org Subject: [pushed 0/3] [gdb/testsuite] Various fixes for gdb.server/multi-ui-errors.exp Date: Sat, 29 Oct 2022 09:43:54 +0200 Message-Id: <20221029074357.12305-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.6 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: I ran test-case gdb.server/multi-ui-errors.exp with a few host/target boards from gdb/testsuite/boards and fixed a few problems in the test-case and some target boards. Because the last patch changes target boards remote-gdbserver-on-localhost.exp and remote-stdio-gdbserver.exp, I did a full test run with both of them. Progressions (so, complete pass or less or later failures) in either or both boards in test-cases: - gdb.base/interrupt.exp (remote-stdio-gdbserver only) - gdb.server/multi-ui-errors.exp - gdb.server/server-kill-python.exp - gdb.server/server-kill.exp - gdb.arch/amd64-stap-special-operands.exp (remote-gdbserver-on-localhost only) I ran into one regression, which I filed as https://sourceware.org/bugzilla/show_bug.cgi?id=29731 and decided it's a duplicate of PR18717, so unrelated to the series. Tested on x86_64-linux. Tom de Vries (3): [gdb/testsuite] Consume output asap in gdb.server/multi-ui-errors.exp [gdb/testsuite] Fix gdb.server/multi-ui-errors.exp with local-remote-host-notty [gdb/testsuite] Use ssh -t in remote-*.exp .../boards/remote-gdbserver-on-localhost.exp | 12 ++++++++++++ gdb/testsuite/boards/remote-stdio-gdbserver.exp | 12 ++++++++++++ gdb/testsuite/gdb.server/multi-ui-errors.exp | 16 +++++++++++++++- 3 files changed, 39 insertions(+), 1 deletion(-) base-commit: 488ed354c8514ba93286f8676a64b7841bb1fda4 -- 2.35.3