Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Test failure on OpenBSD



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