From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 64d46ba4 for ; Mon, 6 May 2019 05:05:57 +0000 (UTC) Received: (qmail 10429 invoked by alias); 6 May 2019 05:05:38 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44273 Received: (qmail 9797 invoked by uid 1010); 6 May 2019 05:05:38 -0000 X-Qmail-Scanner-Diagnostics: from mail-it1-f179.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25440. spamassassin: 3.4.2. Clear:RC:0(209.85.166.179):SA:0(-1.9/5.0):. Processed in 3.89652 secs); 06 May 2019 05:05:38 -0000 X-Envelope-From: dana@dana.is X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.166.179 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=4Xj7vARFWVVqS+T1cORb766xynInPrSNcW7Z+jxldZg=; b=YEvGekwBfRkcZBonUw1LGGx6nbLIqZpEt0si8Wq1VHw6WReGtQU8SN6InmhBLbBiOp O32gmj5LEvk+LLWLBXaVaplMcwJehLEXHxKgKLBbxwkuYdvL3qheXeteHM8Y9X/g61qo t2Dk1phxNDG0/4ekZ2R7JfaZRS5tY3lA1doOfpcku0E7qU4kd49RELRrwZVhtIZ4wzcj Bs0uQsK9UqAz1j4xQfVr++K6ewqOqK8rT0H15aNRFD3PyShpLLZCIaF8k2oOGDPRGIyi 4KnQLngjkwT/OqjeRMnfWujB9bGDDgfnMnb9P5SP82mR1a+KnRk3u6WnlIN1Qy3RspAd ICeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=4Xj7vARFWVVqS+T1cORb766xynInPrSNcW7Z+jxldZg=; b=fG4vwry8DqgugsaOMFXxD9SQlNvr88oXay4hPj/GpsK2/H45tXGAKeSWb5hK2epw4h ADrsCF3/yhCA7LJnbMO/YY0VFNfParYEnf14jyHI9QZ1IVOCe8DOjw+c4b22c/ABO/Wd DCaGUy63MFAFxQIMkQbWRHISldd6kEtzK8qR33Mz0mXAQAWC9JfV9WDxxXtxBu24lcUl CJ3S/MXOvNApeEL31G0JIf1MNdGwnOmHoO3lJIN3gB6KURuw9fSjnwDxhYUfjvviG6Z4 d0j5U7ApDaL6XQhV5H3fZL4StIIgX+cDy6jDWtuz/V/i1QkML4B7S9/KVIxflM/Uy/U1 7LHQ== X-Gm-Message-State: APjAAAWrHSuOEtuMlfNr3jxYpYDJgOk5+78XoU2kLdwhR0S46WOc7PzU FyqPynC9EidfC1ykgLCIcFP4DecL1ieH0g== X-Google-Smtp-Source: APXvYqxn9971nDPWI2scbAYxTsNc+4FmqpvLDEfBiSghrHXi3r85dXhZuhA6N97QwZgYl8c+mTEtqg== X-Received: by 2002:a24:f34a:: with SMTP id t10mr16613683iti.173.1557119098980; Sun, 05 May 2019 22:04:58 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.8\)) Subject: Re: zsh fails 7 tests on ppc when built with --disable-unicode9 --disable-multibyte From: dana In-Reply-To: <20190504224734.39ff64ff@supah> Date: Mon, 6 May 2019 00:06:42 -0500 Cc: zsh-workers@zsh.org Content-Transfer-Encoding: quoted-printable Message-Id: <049B61FC-A15F-4206-B3C3-29C5B54FBDB1@dana.is> References: <20190504224734.39ff64ff@supah> To: "Erhard F." X-Mailer: Apple Mail (2.3445.104.8) On 4 May 2019, at 15:47, Erhard F. wrote: >I found the testsuite fail the following tests when zsh 5.7.1 is built = with >--disable-unicode9 --disable-multibyte: Most of these failures are the result of a deliberate choice, mentioned = in workers/37304, not to apply fancy quoting when the shell has no = multi-byte support. The affected tests don't account for this difference. (Also, it = isn't documented under e.g. Parameter Expansion Flags) I'm not sure how much effort is meant to be expended on tests for = uncommon configurations, but we do account for non-multi-byte shells in a few = test files already; i suppose we could do the same for these. If we do, maybe = we should build a multi-byte detection function into ztst rather than = copy/paste it into each individual file. I can look into it later if there are no = other ideas/preferences dana