* 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>
+
+ 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.
Depends-on:
unistd
+test-xfail
configure.ac:
check_PROGRAMS += test-flock
if GL_COND_OBJ_FLOCK
+if !OS_IS_NATIVE_WINDOWS
XFAIL_TESTS += test-flock
endif
+endif