From: Bruno Haible Date: Sun, 25 Aug 2019 17:00:26 +0000 (+0200) Subject: tests: Remove comments about GCJ. X-Git-Tag: v0.21~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a55b0194e3768fc27b8ec6f098f21759f2aa4f4e;p=thirdparty%2Fgettext.git tests: Remove comments about GCJ. We don't support GCJ any more since 2017-05-04. * gettext-tools/tests/lang-java: Remove comment about failure with GCJ. * gettext-tools/tests/msgunfmt-java-1: Likewise. --- diff --git a/gettext-tools/tests/lang-java b/gettext-tools/tests/lang-java index 558211453..6cc2079e4 100755 --- a/gettext-tools/tests/lang-java +++ b/gettext-tools/tests/lang-java @@ -5,9 +5,6 @@ # 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. - # Test whether we can build and test Java programs. test "${JAVA_CHOICE}" != no || { echo "Skipping test: configured with --disable-java" diff --git a/gettext-tools/tests/msgunfmt-java-1 b/gettext-tools/tests/msgunfmt-java-1 index 2cb95dd0a..e0c3bdcad 100755 --- a/gettext-tools/tests/msgunfmt-java-1 +++ b/gettext-tools/tests/msgunfmt-java-1 @@ -3,9 +3,6 @@ # 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. - # Test whether we can compile and execute Java programs. test "${JAVA_CHOICE}" != no || { echo "Skipping test: configured with --disable-java"