2024-05-20 Collin Funk <collin.funk1@gmail.com>
+ tests: Update expected tests results on NetBSD.
+ These tests were fixed by the previous commit.
+ * modules/fdutimensat-tests (Depends-on): Remove test-xfail.
+ (Makefile.am): Expect that test-fdutimensat succeeds on NetBSD.
+ * modules/futimens-tests (Depends-on): Remove test-xfail.
+ (Makefile.am): Expect that test-futimens succeeds on NetBSD.
+ * modules/utimens-tests (Depends-on): Remove test-xfail.
+ (Makefile.am): Expect that test-utimens succeeds on NetBSD.
+ * modules/utimensat-tests (Depends-on): Remove test-xfail.
+ (Makefile.am): Expect that test-utimensat succeeds on NetBSD.
+
utimensat, utimens: Work around NetBSD 10.0 bugs.
* lib/utimens.c (fdutimens): Work around a NetBSD 10.0 UTIME_OMIT bug in
the same way as Linux kernel 2.6.32 and Solaris 11.1.
timespec
dup
utimecmp
-test-xfail
configure.ac:
check_PROGRAMS += test-fdutimensat
test_fdutimensat_LDADD = $(LDADD) $(CLOCK_TIME_LIB) \
$(NANOSLEEP_LIB) @LIBINTL@
-
-if OS_IS_NETBSD
-XFAIL_TESTS += test-fdutimensat
-endif
timespec
dup
utimecmp
-test-xfail
configure.ac:
TESTS += test-futimens
check_PROGRAMS += test-futimens
test_futimens_LDADD = $(LDADD) $(CLOCK_TIME_LIB) $(NANOSLEEP_LIB) @LIBINTL@
-
-if OS_IS_NETBSD
-XFAIL_TESTS += test-futimens
-endif
symlink
timespec
utimecmp
-test-xfail
configure.ac:
TESTS += test-utimens
check_PROGRAMS += test-utimens
test_utimens_LDADD = $(LDADD) $(CLOCK_TIME_LIB) $(NANOSLEEP_LIB) @LIBINTL@
-
-if OS_IS_NETBSD
-XFAIL_TESTS += test-utimens
-endif
stdckdint
timespec
utimecmp
-test-xfail
configure.ac:
TESTS += test-utimensat
check_PROGRAMS += test-utimensat
test_utimensat_LDADD = $(LDADD) $(CLOCK_TIME_LIB) $(NANOSLEEP_LIB) @LIBINTL@
-
-if OS_IS_NETBSD
-XFAIL_TESTS += test-utimensat
-endif