* modules/pthread_sigmask-tests (Depends-on): Add test-xfail.
(Makefile.am): Don't test test-pthread_sigmask1 on NetBSD.
+2024-06-07 Bruno Haible <bruno@clisp.org>
+
+ pthread_sigmask tests: Avoid failure due to known NetBSD 10.0 bug.
+ * modules/pthread_sigmask-tests (Depends-on): Add test-xfail.
+ (Makefile.am): Don't test test-pthread_sigmask1 on NetBSD.
+
2024-06-07 Bruno Haible <bruno@clisp.org>
sigprocmask tests: Avoid failure due to known NetBSD 10.0 bug.
inttypes
sleep
pthread-thread
+test-xfail
configure.ac:
Makefile.am:
-TESTS += test-pthread_sigmask1 test-pthread_sigmask2
+# Work around https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=57214
+if !OS_IS_NETBSD
+TESTS += test-pthread_sigmask1
+endif
+TESTS += test-pthread_sigmask2
check_PROGRAMS += test-pthread_sigmask1 test-pthread_sigmask2
test_pthread_sigmask1_LDADD = $(LDADD) @PTHREAD_SIGMASK_LIB@
test_pthread_sigmask2_LDADD = $(LDADD) @PTHREAD_SIGMASK_LIB@ @LIBMULTITHREAD@