bug-grep
[Top][All Lists]
Advanced

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

Re: dfa.c problems on MirBSD...


From: Paolo Bonzini
Subject: Re: dfa.c problems on MirBSD...
Date: Sat, 01 May 2010 13:34:57 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.4

On 04/30/2010 11:10 AM, Aharon Robbins wrote:
Hi All.

As part of testing gawk, Nelson Beebe builds it on a bunch of systems.
On MirBSD (which is some fringe BSD variant), the regx8bit test fails.
When gawk is run to bypass dfa, the test passes.

Grep 2.6.3 does not pass all its tests on that system. The ones that
fail are:

FAIL: test-mbrtowc3.sh
FAIL: test-mbsrtowcs3.sh
FAIL: test-wcrtomb.sh

The following is a good way to reproduce the failure with grep:

bash4.1$ echo -e 'a\xe5b' | grep $'\xe5'

This prints nothing on MirBSD and prints the line on Linux.

What's LC_ALL or LC_CTYPE or LANG on the two systems? Can you try git grep's dfa?

Paolo




reply via email to

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