From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 054943858423 for ; Fri, 17 Mar 2023 09:34:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 054943858423 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 18C3D21A6E for ; Fri, 17 Mar 2023 09:34:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1679045670; 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=AVBlYI6M8emK8Zrum1bHBTPChjSUl9oplicPhJ+izCg=; b=slbep/qXGhP9WU26l+WJ3iNN3mdmmDk7Rg/JYY7kaTY6TYz1NKGJtsWgu8s5291sjoQ12O 1lZWeBYR7CxyG1yakhnkFsDX1rkTWqy/rdNnW8E3AbnSQBIfzQzu+xCLAag8hMjPP6treD /0Mdp+JVTVzG3PmKXJsCRiyiZJ7LisM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1679045670; 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=AVBlYI6M8emK8Zrum1bHBTPChjSUl9oplicPhJ+izCg=; b=PljT6/J0aa3KeqlUjtj67ZPnNC28BU0pRJD6FeYo2dEmTcm5A7phAAo/9/mTrne8vMk3q5 86dsEbM8gH1X1xCg== 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 056C81346F for ; Fri, 17 Mar 2023 09:34:30 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id wUQWACY0FGQLVAAAMHmgww (envelope-from ) for ; Fri, 17 Mar 2023 09:34:29 +0000 From: Tom de Vries To: gdb-patches@sourceware.org Subject: [pushed 0/1] [gdb/testsuite] Declare ada unsupported for remote host Date: Fri, 17 Mar 2023 10:34:27 +0100 Message-Id: <20230317093428.19018-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: I ran the gdb.ada test-cases on x86_64-linux with various host/target boards from gdb/testsuite/boards. There seems to be only one issue: gdb_ada_compile is not supported for remote host. Results after we make that explicit: ... $ ./test-all.sh HOST/TARGET: local # of expected failures 8 # of expected passes 1713 # of known failures 6 # of unsupported tests 2 HOST: local, TARGET: native-gdbserver # of expected failures 8 # of expected passes 1698 # of known failures 6 # of unsupported tests 4 HOST: local, TARGET: native-extended-gdbserver # of expected failures 8 # of expected passes 1713 # of known failures 6 # of unsupported tests 2 HOST: local, TARGET: native-stdio-gdbserver # of expected failures 8 # of expected passes 1698 # of known failures 6 # of unsupported tests 4 HOST: local, TARGET: remote-gdbserver-on-localhost # of expected failures 8 # of expected passes 1699 # of known failures 6 # of unsupported tests 4 HOST: local, TARGET: remote-stdio-gdbserver # of expected failures 8 # of expected passes 1699 # of known failures 6 # of unsupported tests 4 HOST: local, TARGET: remote-stdio-gdbserver-remotedir # of expected failures 8 # of expected passes 1699 # of known failures 6 # of unsupported tests 4 HOST: local-remote-host-notty, TARGET: native-gdbserver # of unsupported tests 206 HOST: local-remote-host-notty, TARGET: native-extended-gdbserver # of unsupported tests 206 HOST: local-remote-host-notty, TARGET: native-stdio-gdbserver # of unsupported tests 206 HOST: local-remote-host-notty, TARGET: remote-gdbserver-on-localhost # of unsupported tests 206 HOST: local-remote-host-notty, TARGET: remote-stdio-gdbserver # of unsupported tests 206 HOST: local-remote-host-notty, TARGET: remote-stdio-gdbserver-remotedir # of unsupported tests 206 HOST: local-remote-host, TARGET: native-gdbserver # of unsupported tests 206 HOST: local-remote-host, TARGET: native-extended-gdbserver # of unsupported tests 206 HOST: local-remote-host, TARGET: native-stdio-gdbserver # of unsupported tests 206 HOST: local-remote-host, TARGET: remote-gdbserver-on-localhost # of unsupported tests 206 HOST: local-remote-host, TARGET: remote-stdio-gdbserver # of unsupported tests 206 HOST: local-remote-host, TARGET: remote-stdio-gdbserver-remotedir # of unsupported tests 206 HOST/TARGET: local-remote-host-native # of unsupported tests 206 ... Tested on x86_64-linux. Tom de Vries (1): [gdb/testsuite] Declare ada unsupported for remote host gdb/testsuite/lib/gdb.exp | 4 ++++ 1 file changed, 4 insertions(+) base-commit: 14317f7f05d0290586f456d02176dd77a81aee69 -- 2.35.3