From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id qIsEE8IYyGNBlBkAWB0awg (envelope-from ) for ; Wed, 18 Jan 2023 11:05:22 -0500 Received: by simark.ca (Postfix, from userid 112) id 4B99C1E128; Wed, 18 Jan 2023 11:05:22 -0500 (EST) 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=JxxdfyiE; 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=-9.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_HI,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 041E11E110 for ; Wed, 18 Jan 2023 11:05:22 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 412D03858434 for ; Wed, 18 Jan 2023 16:05:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 412D03858434 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674057921; bh=Q9tDOSH1pd0o3ftgy9ILlxstbI+dImyItwNibqg0Fc8=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=JxxdfyiEBOd2SQQCwOj8BJo2Vt+PAvlUW5O0dikR4lSVKTcyHys0PSmes3KwGPSAX qHIyq+/ItrWAR6Njd/uPI+Iy3TtjNb5Z7/vjKRdCU0c1ynZtrfQ5gJtOM8vSXXTY5C aZRv7GNHK0g7ksPs5wfAQ/6+38fL/VL1MSvSKcBs= Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 7AF7C3858D28 for ; Wed, 18 Jan 2023 16:04:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7AF7C3858D28 Received: from [10.0.0.11] (unknown [217.28.27.60]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 088331E110; Wed, 18 Jan 2023 11:04:54 -0500 (EST) Message-ID: <164b7d9a-03a9-1256-56c5-48f1327bfe28@simark.ca> Date: Wed, 18 Jan 2023 11:04:54 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: CI scripts Content-Language: en-US To: Jan Vrany , GDB mailing list References: <591347cb638e9fcbc15478691e13e9c0664e3537.camel@vrany.io> <29aa46326e96d373dff8c20d0ad5d9c948d05a7c.camel@vrany.io> In-Reply-To: <29aa46326e96d373dff8c20d0ad5d9c948d05a7c.camel@vrany.io> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: Simon Marchi via Gdb Reply-To: Simon Marchi Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" > After updating the repo from your fork to upstream I do see loads of failures > as well. Once fixed, it should get back to normal for me too. Almost! Before that I had these failures: FAIL: gdb.dap/basic-dap.exp: disassemble one instruction success FAIL: gdb.dap/basic-dap.exp: instructions in disassemble output They would be fixed by that series: https://inbox.sourceware.org/gdb-patches/20230106185729.42372-1-simon.marchi@efficios.com/ And often some gdb.threads/detach-step-over.exp internal errors. Since gdb.threads/detach-step-over.exp is a new-ish test, I'd like to avoid marking it as "known fail", and actually fix the problem. The goal is for that list to shrink, not grow :). Simon