From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 From: "Frank Ch. Eigler" To: Carl Love Cc: Mark Wielaard , gdb@sourceware.org, buildbot@sourceware.org, Will Schmidt , Luis Machado 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-Spam-Status: No, score=-100.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, SHORT_SHORTNER, SPF_HELO_PASS, SPF_PASS, TXREP, T_PDS_SHORTFWD_URISHRT_FP, T_SCC_BODY_TEXT_LINE, USER_IN_WELCOMELIST, USER_IN_WHITELIST autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org 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: , X-List-Received-Date: Fri, 10 Jun 2022 22:23:56 -0000 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