]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add comments about tests that fail on Alpine Linux.
authorBruno Haible <bruno@clisp.org>
Thu, 15 Jun 2023 15:03:19 +0000 (17:03 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 15 Jun 2023 22:08:07 +0000 (00:08 +0200)
* gettext-tools/tests/format-c-5: Add comment about musl libc.

gettext-tools/tests/format-c-5

index 2f70335e9ac589d8989154facbc3c22ee1173af5..3c64c8794a47158ec5998b0da59d4fed469978f6 100755 (executable)
@@ -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