]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add a note about this test's failure.
authorBruno Haible <bruno@clisp.org>
Mon, 19 May 2003 10:50:43 +0000 (10:50 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:35 +0000 (12:10 +0200)
gettext-tools/tests/lang-java
gettext-tools/tests/msgunfmt-2

index 7ab038d73c82fcedbc1c046f4a5ce1a88e6e70ce..b6a0a3a359b84589e2407dae0445076869032d50 100755 (executable)
@@ -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
 
index cde03f70aea9f5bf1888524bcd56cb239c3ec61d..031c9b9c9f38edd64ee0cee2365a5f5cae12e1ac 100755 (executable)
@@ -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