]> Savannah Git Hosting - gnulib.git/commitdiff
sigprocmask tests: Avoid failure due to known NetBSD 10.0 bug.
authorBruno Haible <bruno@clisp.org>
Fri, 7 Jun 2024 20:41:07 +0000 (22:41 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 7 Jun 2024 20:41:07 +0000 (22:41 +0200)
* modules/sigprocmask-tests (Depends-on): Add test-xfail.
(Makefile.am): Don't test test-sigprocmask on NetBSD.

ChangeLog
modules/sigprocmask-tests

index 8c1f5b319ac78435e2084eff20a8e6f5ff7e1634..4966f48f4ce00ed0ec11a963b9f2145c03e14678 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-06-07  Bruno Haible  <bruno@clisp.org>
+
+       sigprocmask tests: Avoid failure due to known NetBSD 10.0 bug.
+       * modules/sigprocmask-tests (Depends-on): Add test-xfail.
+       (Makefile.am): Don't test test-sigprocmask on NetBSD.
+
 2024-06-07  Bruno Haible  <bruno@clisp.org>
 
        Update HACKING.
index aba383e20af6b8d83fb3e74873b30c32e320e10e..8e6523e78503bc3a99daf0a5f1e98b1b0d62af8c 100644 (file)
@@ -6,9 +6,13 @@ tests/macros.h
 Depends-on:
 inttypes
 sleep
+test-xfail
 
 configure.ac:
 
 Makefile.am:
+# Work around https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=57213
+if !OS_IS_NETBSD
 TESTS += test-sigprocmask
+endif
 check_PROGRAMS += test-sigprocmask