From: Bruno Haible Date: Mon, 3 Jun 2024 20:16:43 +0000 (+0200) Subject: flock tests: Don't expect a failure on native Windows. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=2443f0caead8da61e25467fefcaceb164692e834;p=gnulib.git flock tests: Don't expect a failure on native Windows. * modules/flock-tests (Depends-on): Add test-xfail. (Makefile.am): Don't augment XFAIL_TESTS on native Windows. --- diff --git a/ChangeLog b/ChangeLog index bbb3fa1e60..2426bb9cf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-06-03 Bruno Haible + + flock tests: Don't expect a failure on native Windows. + * modules/flock-tests (Depends-on): Add test-xfail. + (Makefile.am): Don't augment XFAIL_TESTS on native Windows. + 2024-06-03 Bruno Haible nstrftime, c-nstrftime tests: Avoid some failures on native Windows. diff --git a/modules/flock-tests b/modules/flock-tests index c5cd8f05cd..27670e92aa 100644 --- a/modules/flock-tests +++ b/modules/flock-tests @@ -5,6 +5,7 @@ tests/macros.h Depends-on: unistd +test-xfail configure.ac: @@ -13,5 +14,7 @@ TESTS += test-flock check_PROGRAMS += test-flock if GL_COND_OBJ_FLOCK +if !OS_IS_NATIVE_WINDOWS XFAIL_TESTS += test-flock endif +endif