From: Bruno Haible Date: Mon, 19 May 2003 10:50:43 +0000 (+0000) Subject: Add a note about this test's failure. X-Git-Tag: v0.12.1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da8d69b4ac406536e1690d62308ba98f5e649f6b;p=thirdparty%2Fgettext.git Add a note about this test's failure. --- diff --git a/gettext-tools/tests/lang-java b/gettext-tools/tests/lang-java index 7ab038d73..b6a0a3a35 100755 --- a/gettext-tools/tests/lang-java +++ b/gettext-tools/tests/lang-java @@ -4,6 +4,9 @@ # Assumes an fr_FR locale is installed. # Assumes the following packages are installed: java. +# Note: This test fails when using gcj from GCC 3.1 and GCC 3.2, due to a bug +# (libgcj/6576). It is fixed in GCC 3.3. + tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15 diff --git a/gettext-tools/tests/msgunfmt-2 b/gettext-tools/tests/msgunfmt-2 index cde03f70a..031c9b9c9 100755 --- a/gettext-tools/tests/msgunfmt-2 +++ b/gettext-tools/tests/msgunfmt-2 @@ -2,6 +2,9 @@ # Test of --java option. +# Note: This test fails when using gcj from GCC 3.1 and GCC 3.2, due to a bug +# (libgcj/6576). It is fixed in GCC 3.3. + tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15