[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
utimens test failures
From: |
Bruno Haible |
Subject: |
utimens test failures |
Date: |
Sun, 20 Nov 2011 15:24:49 +0100 |
User-agent: |
KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; ) |
Hi Eric, Jim,
In a testdir created through
./gnulib-tool --create-testdir --dir=/tmp/testdir --with-tests \
--single-configure futimens
I can see these test failures:
* AIX 5.1, HP-UX 11.00, IRIX 6.5, Solaris 7..9
test-utimens.h:83: assertion failed
FAIL: test-utimens
{
struct timespec ts[2] = { { Y2K, 0 }, { Y2K, 0 } };
errno = 0;
ASSERT (func (BASE "file/", ts) == -1); /* <====== HERE */
ASSERT (errno == ENOTDIR || errno == EINVAL);
}
* FreeBSD 6.4
test-utimens.h:127: assertion failed
FAIL: test-utimens
ASSERT (st3.st_mtime == st2.st_mtime); /* <====== HERE */
* MacOS X 10.5
test-utimens.h:145: assertion failed
FAIL: test-utimens
errno = 0;
ASSERT (func (BASE "link/", NULL) == -1); /* <====== HERE */
ASSERT (errno == ENOTDIR);
Bruno
--
In memoriam Kerem Yılmazer <http://en.wikipedia.org/wiki/Kerem_Yılmazer>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- utimens test failures,
Bruno Haible <=