On 07/03/19 15:50, Assaf Gordon wrote:
> Hello Pádraig,
> 
> On 2019-03-06 11:54 p.m., Pádraig Brady wrote:
>>    cd coreutils-8.30.87-66e2d/
> 
> Some improvements, and some persistent bugs...
> 
> These no longer fail:
>    Debian 8.11 (mips64)
>    FreeBSD 11.1-RELEASE-p7 (amd64)

> AIX 7.2 with "xlc -q64" now builds fine, but these fail:
>    FAIL: tests/misc/help-version
>    FAIL: [
>    FAIL: tests/misc/wc-nbsp
>    FAIL: tests/install/basic-1
>    FAIL: tests/mkdir/p-3
>    FAIL: tests/tail-2/pipe-f
>    FAIL: tests/touch/trailing-slash
> 
> 
> On Solaris, various (but similar) fails,
> I'm attaching all logs in case there are differences:
> 
> Oracle_SunOS_5.10_i86pc
>    FAIL: tests/misc/wc-nbsp
>    FAIL: tests/misc/test-N
>    FAIL: tests/cp/no-deref-link1
>    FAIL: tests/cp/no-deref-link2
>    FAIL: tests/ln/backup-1
>    FAIL: tests/ln/hard-backup
>    FAIL: tests/ln/misc
>    FAIL: tests/tail-2/pipe-f
> 
> Oracle_SunOS_5.10_sun4v
>    FAIL: tests/misc/wc-nbsp
>    FAIL: tests/cp/no-deref-link1
>    FAIL: tests/cp/no-deref-link2
>    FAIL: tests/ln/backup-1
>    FAIL: tests/ln/hard-backup
>    FAIL: tests/ln/misc
>    FAIL: tests/tail-2/pipe-f
> 
> Oracle_SunOS_5.11_i86pc
>    FAIL: tests/misc/wc-nbsp
>    FAIL: tests/misc/test-N
>    FAIL: tests/cp/no-deref-link1
>    FAIL: tests/cp/no-deref-link2
>    FAIL: tests/tail-2/pipe-f
> 
> Oracle_SunOS_5.11_sun4u
>    FAIL: tests/misc/wc-nbsp
>    FAIL: tests/misc/test-N
>    FAIL: tests/tail-2/pipe-f
> 
> 
> NetBSD 7.1 few remaining failures:
>    FAIL: tests/misc/wc-nbsp
>    FAIL: tests/misc/date-debug
>    FAIL: tests/misc/date-tz
>    FAIL: tests/misc/expr-multibyte
>    FAIL: tests/misc/numfmt
>    FAIL: tests/misc/printf-cov
>    FAIL: tests/tail-2/retry
>    FAIL: tests/cp/file-perm-race
>    FAIL: tests/cp/parent-perm-race
>    FAIL: tests/tail-2/follow-stdin
>    FAIL: tests/tail-2/pipe-f2
>    FAIL: tests/touch/not-owner
> 
> 
> OS X: only two failures remain (two eliminated):
>    FAIL: tests/misc/wc-nbsp
>    FAIL: tests/touch/trailing-slash

The tail-2/pipe-f failures are due to those systems
not returning an error in poll() or select() against
a pipe where the reader has closed. We'll have to
look into a more general solution. Anyway this isn't
a regression in this release.

I can't repro the test-N failures, on solaris 10 or 11,
on tmpfs or nfs. What file system are you running those
SunOS tests on? Should we restrict the test to local file systems.
I'm guessing the stat(1) is updating atime.

thanks for all the testing!
Pádraig


Reply via email to