From: Bruno Haible Date: Sat, 27 Apr 2019 23:00:42 +0000 (+0200) Subject: Add comments about tests that fail on Alpine Linux. X-Git-Tag: v0.20~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0a7aa5d9b595b7d924e2635638356fcab6beb20;p=thirdparty%2Fgettext.git Add comments about tests that fail on Alpine Linux. Reported by Nelson H. F. Beebe. * gettext-tools/tests/msgconv-2: Add comment about musl libc. * gettext-tools/tests/msgmerge-compendium-6: Likewise. * gettext-tools/tests/xgettext-python-3: Likewise. --- diff --git a/gettext-tools/tests/msgconv-2 b/gettext-tools/tests/msgconv-2 index 5e4e027d6..d286cdae5 100755 --- a/gettext-tools/tests/msgconv-2 +++ b/gettext-tools/tests/msgconv-2 @@ -4,6 +4,9 @@ # Test conversion from UTF-8 to BIG5. # Test that encoding names are case insensitive. +# Note: This test fails on Linux with musl libc versions that don't support +# the BIG5 encoding in 'iconv'. + cat <<\EOF > mco-test2.po # Chinese translation for GNU gettext messages. # diff --git a/gettext-tools/tests/msgmerge-compendium-6 b/gettext-tools/tests/msgmerge-compendium-6 index 7be7f9343..0afbe1e32 100755 --- a/gettext-tools/tests/msgmerge-compendium-6 +++ b/gettext-tools/tests/msgmerge-compendium-6 @@ -7,6 +7,9 @@ # mm-ko.ascii.pot mm-ko.euc-kr.po mm-ko-comp.euc-kr.po # mm-ko.utf-8.pot mm-ko.utf-8.po mm-ko-comp.utf-8.po +# Note: This test fails on Linux with musl libc versions that don't support +# the EUC-KR encoding in 'iconv'. + : ${MSGCONV=msgconv} ${MSGCONV} --to-code=UTF-8 -o mm-ko.utf-8.pot "$wabs_srcdir"/mm-ko.ascii.pot diff --git a/gettext-tools/tests/xgettext-python-3 b/gettext-tools/tests/xgettext-python-3 index b004b0925..ca0926dc8 100755 --- a/gettext-tools/tests/xgettext-python-3 +++ b/gettext-tools/tests/xgettext-python-3 @@ -3,6 +3,9 @@ # Test Python support: --from-code option and encoding recognition. +# Note: This test fails on Linux with musl libc versions that don't support +# the EUC-JP encoding in 'iconv'. + cat <<\EOF > xg-py-3a.py #!/usr/bin/env python # TRANSLATORS: Fran«®ois Pinard is a hero.