From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id tqZ2ApXEo2LjQQEAWB0awg (envelope-from ) for ; Fri, 10 Jun 2022 18:24:21 -0400 Received: by simark.ca (Postfix, from userid 112) id EDC971E223; Fri, 10 Jun 2022 18:24:20 -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=f7is5lZH; 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=-0.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,PDS_SHORTFWD_URISHRT_FP, RDNS_DYNAMIC,SHORT_SHORTNER,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.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 9CB751E15C for ; Fri, 10 Jun 2022 18:24:20 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2EA963856DF5 for ; Fri, 10 Jun 2022 22:24:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2EA963856DF5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1654899860; bh=NXcTT5fbODGTVHeNKj3pZNPzXTppoQvLQ+46TC4THIY=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=f7is5lZHjLDK2EqDt/mYxLaQ0/D4DbcIfl/WIsqZDYDHl9XZGG4SDVzbpXQBWAvi9 vnzzJAE+wQ0Yl9cXX9FtSPPdBZCo7VmBten4ERALe+h0IJ1gYI7M6sarg++a500TNo f6M7WuJV9DMExjOXF0hRXYJzcSpNRSx94s2ueU48= Received: from elastic.org (elastic.org [96.126.110.187]) by sourceware.org (Postfix) with ESMTPS id B3E3E3858407; Fri, 10 Jun 2022 22:23:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B3E3E3858407 Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nzn2k-0002gQ-W7; Fri, 10 Jun 2022 22:23:51 +0000 Received: from fche by elastic.org with local (Exim 4.94.2) (envelope-from ) id 1nzn2k-000SBQ-De; Fri, 10 Jun 2022 18:23:50 -0400 Date: Fri, 10 Jun 2022 18:23:50 -0400 To: Carl Love Subject: Re: [builder] gdb_check_step: remove gdb.gdb/selftest.exp Message-ID: References: <20220608185138.675964-1-mark@klomp.org> <2281be8e-8920-7ba5-9e96-ffd713462b9c@arm.com> <8bfa7ec63758afc45bde1f10b0e4ab91e21e9d06.camel@klomp.org> <85fa6e2d-caf5-8afe-a7ec-40cc62ff347a@arm.com> <4649417b632758c6822214b19f04ce70146c43cb.camel@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: "Frank Ch. Eigler via Gdb" Reply-To: "Frank Ch. Eigler" Cc: gdb@sourceware.org, Mark Wielaard , buildbot@sourceware.org Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" Hi - As an aside: now that these triplicated test results are starting to flow properly into bunsen, you can try having it do some comparisons for you: https://tinyurl.com/bdz4xyv8 to show the list of recent test/build runs from this batch. Can click on any subset's checkbox, hit "diff", and from there go to the respective runs' logfile extracts. - FChE