From 9e2eaa09306df91fadb0df3b3d26f29433908d06 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 5 Feb 2025 22:04:02 +0100 Subject: [PATCH] test-xfail: Define a condition for Haiku. * modules/test-xfail (configure.ac): Define OS_IS_HAIKU conditional. --- ChangeLog | 5 +++++ modules/test-xfail | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0f03055688..ce8cc93125 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-02-05 Bruno Haible + + test-xfail: Define a condition for Haiku. + * modules/test-xfail (configure.ac): Define OS_IS_HAIKU conditional. + 2025-02-05 Bruno Haible xstring-buffer-reversed: New module. diff --git a/modules/test-xfail b/modules/test-xfail index 3eef613a8a..52344591e1 100644 --- a/modules/test-xfail +++ b/modules/test-xfail @@ -51,6 +51,8 @@ esac gl_CONDITIONAL([PLATFORM_IS_MINGW], [$is_mingw]) gl_CONDITIONAL([PLATFORM_IS_MSVC], [$is_msvc]) +gl_CONDITIONAL([OS_IS_HAIKU], + [case "$host_os" in haiku*) true ;; *) false ;; esac]) gl_CONDITIONAL([OS_IS_ANDROID], [case "$host_os" in linux-androideabi*) true ;; *) false ;; esac]) -- 2.39.5