* 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>
+
+ 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.
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