[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
- new snapshot available: grep-3.3.42-088f, Jim Meyering, 2019/12/23
- grep-3.3.42-088f testing on Hurd and IRIX, Bruno Haible, 2019/12/24
- grep-3.3.42-088f test results on CentOS 5, Mac OS X 10.5.8, Solaris 10, HP-UX/ia64, Bruno Haible, 2019/12/24
- grep-3.3.42-088f test results on AIX, Bruno Haible, 2019/12/24
- Re: grep-3.3.42-088f test results on AIX,
Jim Meyering <=
- Re: grep-3.3.42-088f test results on AIX, Paul Eggert, 2019/12/25
- Re: grep-3.3.42-088f test results on AIX, Jim Meyering, 2019/12/25
- Re: grep-3.3.42-088f test results on AIX, Paul Eggert, 2019/12/26
- Re: grep-3.3.42-088f test results on AIX, Bruno Haible, 2019/12/26
- Re: grep-3.3.42-088f test results on AIX, Paul Eggert, 2019/12/26
- Re: grep-3.3.42-088f test results on AIX, Bruno Haible, 2019/12/26
- Re: grep-3.3.42-088f test results on AIX, Jim Meyering, 2019/12/26
- Re: grep-3.3.42-088f test results on AIX, Bruno Haible, 2019/12/26
- Re: grep-3.3.42-088f test results on AIX, Jim Meyering, 2019/12/26
- Re: grep-3.3.42-088f test results on AIX, Bruno Haible, 2019/12/26