From 82b7ed95c772c71bc4a63cd0140bb1c6c6915897 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 7 Jun 2024 22:41:07 +0200 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ modules/sigprocmask-tests | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8c1f5b319a..4966f48f4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-06-07 Bruno Haible + + 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 Update HACKING. diff --git a/modules/sigprocmask-tests b/modules/sigprocmask-tests index aba383e20a..8e6523e785 100644 --- a/modules/sigprocmask-tests +++ b/modules/sigprocmask-tests @@ -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 -- 2.39.5