flock tests: Mark as expected failure on Solaris 11.
authorBruno Haible <bruno@clisp.org>
Tue, 21 May 2024 17:52:42 +0000 (19:52 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 21 May 2024 17:52:42 +0000 (19:52 +0200)
* modules/flock-tests (Makefile.am): Expect that test-flock fails with
the Gnulib fallback.

ChangeLog
modules/flock-tests

index 93ff17d15da48ff39ea97f385cd69fd9e8bc72b5..2935af0691e7fb62ee6e86169ef81c9f36f1fe66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-05-21  Bruno Haible  <bruno@clisp.org>
+
+       flock tests: Mark as expected failure on Solaris 11.
+       * modules/flock-tests (Makefile.am): Expect that test-flock fails with
+       the Gnulib fallback.
+
 2024-05-21  Bruno Haible  <bruno@clisp.org>
 
        Fix "'gl_CHECK_HEADER_SYS_CDEFS_H' was expanded before it was required".
index ece4b482633b62ea3790cbb5ea210664f0657c44..c5cd8f05cd7661493d12335bb95b1d3eb3baf02d 100644 (file)
@@ -11,3 +11,7 @@ configure.ac:
 Makefile.am:
 TESTS += test-flock
 check_PROGRAMS += test-flock
+
+if GL_COND_OBJ_FLOCK
+XFAIL_TESTS += test-flock
+endif