Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh fails 7 tests on ppc when built with --disable-unicode9 --disable-multibyte
- X-seq: zsh-workers 44273
- From: dana <dana@xxxxxxx>
- To: "Erhard F." <erhard_f@xxxxxxxxxxx>
- Subject: Re: zsh fails 7 tests on ppc when built with --disable-unicode9 --disable-multibyte
- Date: Mon, 6 May 2019 00:06:42 -0500
- Cc: zsh-workers@xxxxxxx
- 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==
- In-reply-to: <20190504224734.39ff64ff@supah>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20190504224734.39ff64ff@supah>
On 4 May 2019, at 15:47, Erhard F. <erhard_f@xxxxxxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author