bug-gnulib
[Top][All Lists]
Advanced

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

Re: wcwidth failure on RedHat Linux 7.3 (coreutils-6.9.91)


From: Peter Fales
Subject: Re: wcwidth failure on RedHat Linux 7.3 (coreutils-6.9.91)
Date: Mon, 31 Dec 2007 00:46:05 -0600
User-agent: Mutt/1.4.2.2i

This change fixes the problem in in test-wcwidth.  There is one other 
failure in test-fseeko.sh when building on RedHat 7.3.



On Sat, Dec 29, 2007 at 05:36:18PM +0100, Bruno Haible wrote:
> Peter Fales wrote:
> > I'm seeing the following gnulib test failure while building 
> > coreutils-6.9.91 on RedHat Linux 7.3.  ... the failure
> > is at line 63 of gnulib-tests/test-wcwidth.c which says:
> > 
> > 63         ASSERT (wcwidth (0x2060) == 0);
> > 
> > The value that is actually being returned is -1.
> 
> When you replace that line with
> 
>              ASSERT (wcwidth (0x2060) <= 0);
> 
> does the test then pass, or are there other failures?
> 
> Bruno

-- 
Peter Fales
Alcatel-Lucent
Member of Technical Staff
2000 Lucent Lane
Room: 1C-436
Naperville, IL 60566-7033
Email: address@hidden
Phone: 630 979 8031




reply via email to

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