[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grep-3.3.42-088f test results on AIX
From: |
Paul Eggert |
Subject: |
Re: grep-3.3.42-088f test results on AIX |
Date: |
Thu, 26 Dec 2019 01:11:12 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 |
On 12/25/19 3:08 PM, Paul Eggert wrote:
> The remaining test failure on AIX 7.2 is surrogate-pair; perhaps I'll be able
> to
> suss that one out too.
This was because AIX 7.2 wchar_t has only 16 bits, so it cannot represent the
Unicode character in that test case. Grep master mishandled such data, by
ignoring the high-order bits of the characters in some cases. To fix the Gnulib
problem I found, I installed this patch to Gnulib master:
https://lists.gnu.org/r/bug-gnulib/2019-12/msg00218.html
and installed the attached patches to Grep master.
0001-maint-adjust-surrogate-pair-for-16-bit-wchar_t.patch
Description: Text Data
0002-build-update-gnulib-submodule-to-latest.patch
Description: Text Data
- 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, 2019/12/24
- 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 <=
- 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
- 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/27
- Re: grep-3.3.42-088f test results on AIX, Paul Eggert, 2019/12/26