]> Savannah Git Hosting - gnulib.git/commitdiff
tests: Update expected tests results on NetBSD.
authorCollin Funk <collin.funk1@gmail.com>
Mon, 20 May 2024 21:34:11 +0000 (14:34 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Mon, 20 May 2024 21:34:11 +0000 (14:34 -0700)
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.

ChangeLog
modules/fdutimensat-tests
modules/futimens-tests
modules/utimens-tests
modules/utimensat-tests

index 5dd7fe7e69a130b9042e08e326a07c26e9b83266..dd5b0c4c66c3a3d935280c72020c347fc9a71b96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 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.
index 29113f0cdb36b24f8afe7775c0ea9e0115258583..c2f0d59f3dea289525bc509872592f3eb58cb91f 100644 (file)
@@ -16,7 +16,6 @@ stdckdint
 timespec
 dup
 utimecmp
-test-xfail
 
 configure.ac:
 
@@ -25,7 +24,3 @@ TESTS += test-fdutimensat
 check_PROGRAMS += test-fdutimensat
 test_fdutimensat_LDADD = $(LDADD) $(CLOCK_TIME_LIB) \
   $(NANOSLEEP_LIB) @LIBINTL@
-
-if OS_IS_NETBSD
-XFAIL_TESTS += test-fdutimensat
-endif
index 7364321cb587a3dbbaced62705814edb0d70f2d6..c6f62d9d3cd02ff073f62ad7728dee44daf51332 100644 (file)
@@ -15,7 +15,6 @@ stdckdint
 timespec
 dup
 utimecmp
-test-xfail
 
 configure.ac:
 
@@ -23,7 +22,3 @@ Makefile.am:
 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
index 3ef54ce36d4742b28f49dfabb8efcad1484b681b..381139c8ddd3c33e6467e4e434b8e78551dee6c7 100644 (file)
@@ -16,7 +16,6 @@ stdckdint
 symlink
 timespec
 utimecmp
-test-xfail
 
 configure.ac:
 
@@ -24,7 +23,3 @@ Makefile.am:
 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
index 720f46e1c7016f7b1bea2d1f1956a1192bbee3da..0ba5e09e02389812e1b6fadc7648f5f29005bca3 100644 (file)
@@ -13,7 +13,6 @@ nanosleep
 stdckdint
 timespec
 utimecmp
-test-xfail
 
 configure.ac:
 
@@ -21,7 +20,3 @@ Makefile.am:
 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