From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5879 invoked from network); 6 Apr 2021 09:54:15 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 6 Apr 2021 09:54:15 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20200801; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Message-ID:Date:Content-ID: Content-Type:MIME-Version:Subject:To:References:From:In-reply-to:cc:Reply-To: Content-Transfer-Encoding:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=oS2z4YQrAhbH59fjXO04HGiiRobgC4t4Oyi2Hf4VUl4=; b=Ly+pJzMhX8FJ13banEDra9ktNG Dqw0X78Yz4tgjX9AVsSzE3DVxOY8HHPqLg5eTgW+9YYrzIeFr7WhFMd3k2KBsfIqzAlmzcsbv7uVK r5ejOSvnzRFoSk2cyN5i5HZOMNQ9KZKAvQBY+ncJXSEv5pub1w6zNJ8qi3D8O2Luffy7VZKExx1aa Pffl9FVHQTSEC2pxfirT2yddN/Iv48QsVL6PXGJCEGKhRkP8FyLre/wUtQAoBeYVcdW8bNHnYhV9u plprUwTdr5LnYXr7eoD54MT97jhAW1dyGvgGLZOeYLs2jnH0olcFOtsLrV29pyJcKSgP53bKHQ/1d iIug67Jg==; Received: from authenticated user by zero.zsh.org with local id 1lTiPT-000Fw5-TP; Tue, 06 Apr 2021 09:54:11 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1lTiP0-000Fhd-7D; Tue, 06 Apr 2021 09:53:42 +0000 Received: from [192.168.178.21] (helo=hydra) by mail.kiddle.eu with esmtp(Exim 4.93.0.4) (envelope-from ) id 1lTiOy-000Giy-OT; Tue, 06 Apr 2021 11:53:40 +0200 cc: "Zsh Hackers' List" In-reply-to: From: Oliver Kiddle References: To: Marlon Richert Subject: Re: Y01 Test Failure on Arch MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <64290.1617702820.1@hydra> Date: Tue, 06 Apr 2021 11:53:40 +0200 Message-ID: <64291-1617702820.756145@91Fg.wJnS.BOw-> X-Seq: 48412 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: Marlon Richert wrote: > My original patch included the necessary changes to `comptest` to make > the tests work correctly. See > Oliver, what was the reason you did not commit the changes below in 07a30613f? I think that was a consequence of gmail word-wrapping the patch. I must have have missed the malformed-patch error and because it only affected the last file, it wasn't obvious that anything was missing. But as Jun T points out, even with the patched comptest file, the test still fails. Oliver