From a55b0194e3768fc27b8ec6f098f21759f2aa4f4e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 25 Aug 2019 19:00:26 +0200 Subject: [PATCH] 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. --- gettext-tools/tests/lang-java | 3 --- gettext-tools/tests/msgunfmt-java-1 | 3 --- 2 files changed, 6 deletions(-) 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" -- 2.47.3