grep-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grep-3.3.42-088f test results on AIX


From: Jim Meyering
Subject: Re: grep-3.3.42-088f test results on AIX
Date: Tue, 24 Dec 2019 14:39:53 -0800

On Tue, Dec 24, 2019 at 2:06 AM Bruno Haible <address@hidden> wrote:
>
> Test results on AIX 7.2 (the machine listed at
> https://gitlab.com/ghwiki/gnow-how/-/wikis/Platforms/Machines ):
>
> FAIL: backslash-s-vs-invalid-multitype
> FAIL: encoding-error

Thanks. This summarizes the problems on that system:
# An invalid multibyte-sequence *is* matched by "." (it should not be):
$ printf '\351' |LC_ALL=en_US.UTF-8 src/grep .; echo $?
1

backslash-s-vs-invalid-multitype fails because \S matches \202
(invalid multibyte seq) in a UTF8 locale.

I don't understand why yet, but making the tests use /usr/bin/bash
makes this one pass:
make SHELL=/usr/bin/bash check SUBDIRS=tests
TESTS=backslash-s-vs-invalid-multitype



reply via email to

[Prev in Thread] Current Thread [Next in Thread]