From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id kFnFKl/sKmQwNiIAWB0awg (envelope-from ) for ; Mon, 03 Apr 2023 11:10:23 -0400 Received: by simark.ca (Postfix, from userid 112) id A3E871E15D; Mon, 3 Apr 2023 11:10:23 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=kQCm2kCc; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 45E421E110 for ; Mon, 3 Apr 2023 11:10:23 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E02103858C5E for ; Mon, 3 Apr 2023 15:10:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E02103858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680534622; bh=Uh0BYUo/MTrRb/kKxRIqg8ULhQ8anRVw5RRw+N4MWVs=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=kQCm2kCcpcUcy5z90Z74dCSSeZ2zklyTIh2K819aVagWTcLI5Fb2ACrOBL2toeMx+ xnwCYqJV20+EAF5NThtCtOhKPrXIdMincT7VqXnImYAxbfSS/cEoE99R4z7eXNN7RR jd5nu6b70hVUmwgR9yEync4GKNv4V7Bg1TXznbDg= Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id C76743858D39 for ; Mon, 3 Apr 2023 15:10:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C76743858D39 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 074D821E3B for ; Mon, 3 Apr 2023 15:10:01 +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 E99B013A2F for ; Mon, 3 Apr 2023 15:10:00 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id eELvN0jsKmTiMQAAMHmgww (envelope-from ) for ; Mon, 03 Apr 2023 15:10:00 +0000 To: gdb-patches@sourceware.org Subject: [PATCH 1/1] [gdb/contrib] Add make-check-all.sh Date: Mon, 3 Apr 2023 17:09:57 +0200 Message-Id: <20230403150957.28921-2-tdevries@suse.de> X-Mailer: git-send-email 2.35.3 In-Reply-To: <20230403150957.28921-1-tdevries@suse.de> References: <20230403150957.28921-1-tdevries@suse.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , From: Tom de Vries via Gdb-patches Reply-To: Tom de Vries Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" Add script gdb/contrib/make-check-all.sh, that's intended to function as a drop-in replacement of make check, but excercising all host/target boards in gdb/testsuite/boards. Shell-checked and tested on x86_64-linux. --- gdb/contrib/make-check-all.sh | 255 ++++++++++++++++++++++++++++++++++ 1 file changed, 255 insertions(+) create mode 100755 gdb/contrib/make-check-all.sh diff --git a/gdb/contrib/make-check-all.sh b/gdb/contrib/make-check-all.sh new file mode 100755 index 00000000000..1befe418b81 --- /dev/null +++ b/gdb/contrib/make-check-all.sh @@ -0,0 +1,255 @@ +#!/bin/bash + +# Copyright (C) 2023 Free Software Foundation, Inc. +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# Run make check with all boards from gdb/testsuite/boards. + +host_boards=( + local-remote-host + local-remote-host-notty +) + +gdbserver_boards=( + native-extended-gdbserver + native-gdbserver + native-stdio-gdbserver +) + +remote_gdbserver_boards=( + remote-gdbserver-on-localhost + remote-stdio-gdbserver +) + +host_target_boards=( + local-remote-host-native +) + +target_boards=( + cc-with-gdb-index + cc-with-debug-names + cc-with-dwz + cc-with-dwz-m + cc-with-gnu-debuglink + debug-types + dwarf4-gdb-index + dwarf64 + fission + fission-dwp + gold + gold-gdb-index + readnow + stabs +) + +rtf_for_board () +{ + local b + b="$1" + + case $b in + local-remote-host-native) + mkdir -p "$tmpdir/$b" + rtf=( + "${rtf[@]}" + "HOST_DIR=$tmpdir/$b" + ) + ;; + remote-stdio-gdbserver) + rtf=( + "${rtf[@]}" + "REMOTE_HOSTNAME=localhost" + ) + if [ "$target_user" != "" ]; then + rtf=( + "${rtf[@]}" + "REMOTE_USERNAME=$target_user" + ) + else + rtf=( + "${rtf[@]}" + "REMOTE_USERNAME=$USER" + ) + fi + ;; + remote-gdbserver-on-localhost) + if [ "$target_user" != "" ]; then + rtf=( + "${rtf[@]}" + "REMOTE_TARGET_USERNAME=$target_user" + ) + fi + ;; + local-remote-host|local-remote-host-notty) + if [ "$host_user" != "" ]; then + rtf=( + "${rtf[@]}" + "REMOTE_HOST_USERNAME=$host_user" + ) + else + rtf=( + "${rtf[@]}" + "REMOTE_HOST_USERNAME=$USER" + ) + fi + ;; + *) + ;; + esac +} + +summary () +{ + if $verbose; then + cat + else + grep -E "^(#|FAIL:|ERROR:|WARNING:)" \ + | sort -u + fi +} + +do_tests () +{ + if $debug; then + echo "RTF: ${rtf[*]}" + fi + + if $dry_run; then + return + fi + + make check \ + RUNTESTFLAGS="${rtf[*]} ${tests[*]}" \ + 2>&1 \ + | summary +} + +parse_args () +{ + debug=false + keep=false + verbose=false + dry_run=false + + host_user="" + target_user="" + + while [ $# -gt 0 ]; do + case "$1" in + --debug) + debug=true + ;; + --keep) + keep=true + ;; + --verbose) + verbose=true + ;; + --dry-run) + dry_run=true + ;; + --host-user) + shift + host_user="$1" + ;; + --target-user) + shift + target_user="$1" + ;; + *) + break + ;; + esac + shift + done + + tests=("$@") +} + +main () +{ + local b + local h + + parse_args "$@" + + tmpdir=$(mktemp -d) + + if $debug; then + echo "TESTS: ${tests[*]}" + fi + + if true; then + echo "LOCAL:" + rtf=() + do_tests + fi + + if true; then + for b in "${target_boards[@]}"; do + echo "TARGET BOARD: $b" + rtf=( + --target_board="$b" + ) + rtf_for_board "$b" + do_tests + done + fi + + if true; then + for b in "${gdbserver_boards[@]}" "${remote_gdbserver_boards[@]}"; do + echo "TARGET BOARD: $b" + rtf=( + --target_board="$b" + ) + rtf_for_board "$b" + do_tests + done + fi + + if true; then + for h in "${host_boards[@]}"; do + for b in "${remote_gdbserver_boards[@]}"; do + echo "HOST BOARD: $h, TARGET BOARD: $b" + rtf=( + --host_board="$h" + --target_board="$b" + ) + rtf_for_board "$h" + rtf_for_board "$b" + do_tests + done + done + fi + + if true; then + for b in "${host_target_boards[@]}"; do + echo "HOST/TARGET BOARD: $b" + rtf=( + --host_board="$b" + --target_board="$b" + ) + rtf_for_board "$b" + do_tests + done + fi + + if $keep; then + echo "keeping tmp dir $tmpdir" + else + rm -Rf "$tmpdir" + fi +} + +main "$@" -- 2.35.3