Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Test failure on OpenBSD
- X-seq: zsh-workers 40135
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Re: Test failure on OpenBSD
- Date: Fri, 09 Dec 2016 09:49:23 +0000
- Cms-type: 201P
- In-reply-to: <CAH+w=7bPxg2MeiLK9ieMkq7Dqa57ycxF3_rex7CZzBSXCcQf+w@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Organization: Samsung Cambridge Solution Centre
- References: <CGME20161208033159epcas3p47d871ed70505af5cb760591e5cff6a00@epcas3p4.samsung.com> <20161208032652.GA38087@CptOrmolo.darkstar> <20161208094455.5c62555c@pwslap01u.europe.root.pri> <20161209051326.GA48609@CptOrmolo.darkstar> <CAH+w=7bPxg2MeiLK9ieMkq7Dqa57ycxF3_rex7CZzBSXCcQf+w@mail.gmail.com>
On Fri, 9 Dec 2016 00:24:33 -0800
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> According to http://man.openbsd.org/regex.3 --
>
> There is one known functionality bug. The implementation of
> internationalization
> is incomplete: the locale is always assumed to be the default one of IEEE
> Std
> 1003.2 (“POSIX.2”), and only the collating elements etc. of that locale
> are available.
>
> Wouldn't that mean this test should be expected to fail on openbsd?
diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst
index 3a6e955..9a246ca 100644
--- a/Test/D07multibyte.ztst
+++ b/Test/D07multibyte.ztst
@@ -511,6 +511,8 @@
>OK
>OK
>OK
+F:A failure here may indicate the system regex library does not
+F:support character sets outside the portable 7-bit range.
() {
emulate -L zsh
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author