]> Savannah Git Hosting - gnulib.git/commitdiff
flock tests: Don't expect a failure on native Windows.
authorBruno Haible <bruno@clisp.org>
Mon, 3 Jun 2024 20:16:43 +0000 (22:16 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 3 Jun 2024 20:16:43 +0000 (22:16 +0200)
* modules/flock-tests (Depends-on): Add test-xfail.
(Makefile.am): Don't augment XFAIL_TESTS on native Windows.

ChangeLog
modules/flock-tests

index bbb3fa1e6093d542322e82a26aaab7382db16d0b..2426bb9cf8901e95acdeb020542ea84408a35b2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-06-03  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        nstrftime, c-nstrftime tests: Avoid some failures on native Windows.
index c5cd8f05cd7661493d12335bb95b1d3eb3baf02d..27670e92aa43dca81ee406d13db9176348f437b1 100644 (file)
@@ -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