bug-gnulib
[Top][All Lists]
Advanced

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

Re: test failures on Haiku


From: Bruno Haible
Subject: Re: test failures on Haiku
Date: Sun, 29 Oct 2017 21:42:51 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-97-generic; KDE/5.18.0; x86_64; ; )

The attached patches fix some of these failures.

The remaining failures are:

> FAIL: test-areadlinkat
> ======================
> 
> ../../gltests/test-areadlinkat.c:78: assertion 'errno == EBADF' failed
> Abort
> FAIL test-areadlinkat (exit status: 134)
> 
> FAIL: test-cloexec
> ==================
> 
> ../../gltests/test-cloexec.c:102: assertion '!is_inheritable (fd2)' failed
> Abort
> FAIL test-cloexec (exit status: 134)
> 
> FAIL: test-dup2
> ===============
> 
> ../../gltests/test-dup2.c:192: assertion '!is_inheritable (fd + 1)' failed
> Abort
> FAIL test-dup2 (exit status: 134)
> 
> FAIL: test-faccessat
> ====================
> 
> ../../gltests/test-faccessat.c:36: assertion 'errno == EBADF' failed
> Abort
> FAIL test-faccessat (exit status: 134)
> 
> FAIL: test-fchdir
> =================
> 
> ../../gltests/test-fchdir.c:51: assertion 'errno == EBADF' failed
> Abort
> FAIL test-fchdir (exit status: 134)
> 
> FAIL: test-fchmodat
> ===================
> 
> ../../gltests/test-fchmodat.c:36: assertion 'errno == EBADF' failed
> Abort
> FAIL test-fchmodat (exit status: 134)
> 
> FAIL: test-fchownat
> ===================
> 
> ../../gltests/test-fchownat.c:73: assertion 'errno == EBADF' failed
> Abort
> FAIL test-fchownat (exit status: 134)
> 
> FAIL: test-fcntl
> ================
> 
> ../../gltests/test-fcntl.c:266: assertion 'errno == EINVAL' failed
> Abort
> FAIL test-fcntl (exit status: 134)
> 
> FAIL: test-fdopendir
> ====================
> 
> ../../gltests/test-fdopendir.c:51: assertion 'errno == EBADF' failed
> Abort
> FAIL test-fdopendir (exit status: 134)
> 
> FAIL: test-fpurge
> =================
> 
> ../../gltests/test-fpurge.c:91: assertion 'ftell (fp) == 8' failed
> Abort
> FAIL test-fpurge (exit status: 134)
> 
> FAIL: test-fstatat
> ==================
> 
> ../../gltests/test-fstatat.c:83: assertion 'errno == EBADF' failed
> Abort
> FAIL test-fstatat (exit status: 134)
> 
> FAIL: test-ftruncate.sh
> =======================
> 
> ../../gltests/test-ftruncate.c:52: assertion 'ftruncate (fd, 0) == -1' failed
> Abort
> FAIL test-ftruncate.sh (exit status: 134)
> 
> FAIL: test-futimens
> ===================
> 
> ../../gltests/test-futimens.h:121: assertion 'get_stat_atime_ns (&st1) == 
> get_stat_atime_ns (&st2)' failed
> Abort
> FAIL test-futimens (exit status: 134)
> 
> FAIL: test-getlogin_r
> =====================
> 
> ../../gltests/test-getlogin_r.c:47: assertion 'err == ERANGE || err == 
> EINVAL' failed
> Abort
> FAIL test-getlogin_r (exit status: 134)
> 
> FAIL: test-linkat
> =================
> 
> ../../gltests/test-linkat.c:102: assertion 'errno == EBADF' failed
> Abort
> FAIL test-linkat (exit status: 134)
> 
> FAIL: test-mkdirat
> ==================
> 
> ../../gltests/test-mkdirat.c:60: assertion 'mkdirat (-1, "foo", 0700) == -1' 
> failed
> Abort
> FAIL test-mkdirat (exit status: 134)
> 
> FAIL: test-mkfifoat
> ===================
> 
> ../../gltests/test-mkfifo.h:55: assertion 'func (BASE "fifo/", 0600) == -1' 
> failed
> Abort
> FAIL test-mkfifoat (exit status: 134)
> 
> FAIL: test-nonblocking-socket.sh
> ================================
> 
> ../../gltests/test-nonblocking-writer.h:101: assertion 'spent_time < 1.5' 
> failed
> Abort
> ../../gltests/test-nonblocking-socket.sh: line 4: 121456 Abort                
>    ./test-nonblocking-socket-main${EXEEXT} 
> ./test-nonblocking-socket-child${EXEEXT} 0
> ../../gltests/test-nonblocking-reader.h:164: assertion 'spent_time < 0.5' 
> failed
> Abort
> 
> FAIL: test-openat
> =================
> 
> ../../gltests/test-openat.c:68: assertion 'openat (-1, "foo", O_RDONLY) == 
> -1' failed
> Abort
> FAIL test-openat (exit status: 134)
> 
> FAIL: test-poll
> ===============
> 
> Unconnected socket test... test-poll hangs
> 
> FAIL test-poll (exit status: 143)
> 
> FAIL: test-posix_openpt
> =======================
> 
> ../../gltests/test-posix_openpt.c:58: assertion '0 <= slave' failed
> Abort
> FAIL test-posix_openpt (exit status: 134)
> 
> FAIL: test-readlinkat
> =====================
> 
> ../../gltests/test-readlinkat.c:66: assertion 'errno == EBADF' failed
> Abort
> FAIL test-readlinkat (exit status: 134)
> 
> FAIL: test-renameat
> ===================
> 
> ../../gltests/test-renameat.c:67: assertion 'renameat (-1, "foo", AT_FDCWD, 
> "bar") == -1' failed
> Abort
> FAIL test-renameat (exit status: 134)
> 
> FAIL: test-renameat2
> ====================
> 
> ../../gltests/test-renameat2.c:71: assertion 'errno == EBADF' failed
> Abort
> FAIL test-renameat2 (exit status: 134)
> 
> FAIL: test-statat
> =================
> 
> ../../gltests/test-fstatat.c:83: assertion 'errno == EBADF' failed
> Abort
> FAIL test-statat (exit status: 134)
> 
> FAIL: test-symlinkat
> ====================
> 
> ../../gltests/test-symlinkat.c:67: assertion 'errno == EBADF || errno == 
> ENOSYS' failed
> Abort
> FAIL test-symlinkat (exit status: 134)
> 
> FAIL: test-truncate
> ===================
> 
> ../../gltests/test-truncate.c:95: assertion 'truncate (BASE "file/", 0) == 
> -1' failed
> Abort
> FAIL test-truncate (exit status: 134)
> 
> FAIL: test-unlinkat
> ===================
> 
> ../../gltests/test-unlinkat.c:72: assertion 'errno == EBADF' failed
> Abort
> FAIL test-unlinkat (exit status: 134)
> 
> FAIL: test-unlockpt
> ===================
> 
> ../../gltests/test-unlockpt.c:36: assertion 'unlockpt (-1) == -1' failed
> Abort
> FAIL test-unlockpt (exit status: 134)
> 
> FAIL: test-utime
> ================
> 
> ../../gltests/test-utime.c:76: assertion 'utime (BASE "file/", &ts) == -1' 
> failed
> Abort
> FAIL test-utime (exit status: 134)
> 
> FAIL: test-utimens
> ==================
> 
> ../../gltests/test-utimens.h:94: assertion 'func (BASE "file/", ts) == -1' 
> failed
> Abort
> FAIL test-utimens (exit status: 134)
> 
> FAIL: test-utimensat
> ====================
> 
> ../../gltests/test-utimensat.c:76: assertion 'errno == EBADF' failed
> Abort
> FAIL test-utimensat (exit status: 134)

Attachment: 0001-math-Fix-test-failure-on-Haiku.patch
Description: Text Data

Attachment: 0002-expl-Ensure-replacement-on-Haiku.patch
Description: Text Data

Attachment: 0003-ilogbl-Ensure-replacement-on-Haiku.patch
Description: Text Data

Attachment: 0004-get-rusage-as-Avoid-crash-on-Haiku.patch
Description: Text Data

Attachment: 0005-get-rusage-data-Avoid-crash-on-Haiku.patch
Description: Text Data

Attachment: 0006-strerror_r-posix-Fix-behaviour-and-test-failure-on-H.patch
Description: Text Data

Attachment: 0007-Avoid-several-test-failures-with-traditional-locales.patch
Description: Text Data


reply via email to

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