]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
tests: Remove comments about GCJ.
authorBruno Haible <bruno@clisp.org>
Sun, 25 Aug 2019 17:00:26 +0000 (19:00 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 25 Aug 2019 17:00:26 +0000 (19:00 +0200)
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
gettext-tools/tests/msgunfmt-java-1

index 558211453b7032e4c6a2f51cd92c0c04754be3f2..6cc2079e442e24c22a7c486bd06889a35adf866b 100755 (executable)
@@ -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"
index 2cb95dd0a82ea716020d1ba718d083fb88e51e58..e0c3bdcadf71f0355017d47527f33bd6dcc1ed90 100755 (executable)
@@ -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"