coreutils
[Top][All Lists]
Advanced

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

Re: coreutils-8.12.178-df9cd on IRIX 6.5


From: Bruno Haible
Subject: Re: coreutils-8.12.178-df9cd on IRIX 6.5
Date: Fri, 2 Sep 2011 20:22:03 +0200
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; )

Pádraig Brady wrote:
> In that context this line might need some casts to int?
> 
>   tmp = tmpb - tmpa;

I changed this to
    tmp = (int) tmpb - (int) tmpa;
but the 4 tests still fail:

$ gmake check TESTS="misc/shuf misc/sort-month misc/sort-rand misc/sort-version"
gmake  check-TESTS
gmake[1]: Entering directory 
`/home/haible/multibuild-1209/irix65-cc/coreutils-8.12.178-df9cd/tests'
gmake[2]: Entering directory 
`/home/haible/multibuild-1209/irix65-cc/coreutils-8.12.178-df9cd/tests'
FAIL: misc/shuf
FAIL: misc/sort-month
FAIL: misc/sort-rand
FAIL: misc/sort-version
======================================
4 of 4 tests failed
See tests/test-suite.log
Please report to address@hidden
======================================
gmake[2]: *** [test-suite.log] Error 1

Bruno
-- 
In memoriam Robert Mensah <http://en.wikipedia.org/wiki/Robert_Mensah>



reply via email to

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