From: Bruno Haible Date: Thu, 15 Jun 2023 15:03:19 +0000 (+0200) Subject: Add comments about tests that fail on Alpine Linux. X-Git-Tag: v0.22~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c94f2633b0e057069af487c78632ade93aa2e5df;p=thirdparty%2Fgettext.git Add comments about tests that fail on Alpine Linux. * gettext-tools/tests/format-c-5: Add comment about musl libc. --- diff --git a/gettext-tools/tests/format-c-5 b/gettext-tools/tests/format-c-5 index 2f70335e9..3c64c8794 100755 --- a/gettext-tools/tests/format-c-5 +++ b/gettext-tools/tests/format-c-5 @@ -3,6 +3,11 @@ # Test 'I' format directive flag. +# Note: As part of the system-tests, this test fails on Linux with musl libc +# versions, because its *gettext() implementation in libc does not support +# system dependent strings and our workaround in write-mo.c does not cover +# this case. + : ${XGETTEXT=xgettext} ${XGETTEXT} -o fc5.tmp --omit-header --no-location "$wabs_srcdir"/format-c-5-prg.c || Exit 1 LC_ALL=C tr -d '\r' < fc5.tmp > fc5.pot || Exit 1