diff options
author | Bruno Haible <bruno@clisp.org> | 2003-05-19 10:50:43 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:35 +0200 |
commit | da8d69b4ac406536e1690d62308ba98f5e649f6b (patch) | |
tree | af1a40aacce3f3cd3b788417ddcd094b00ad7eb4 /gettext-tools | |
parent | 1d0f72312fbb539eda1dcaa0f7fbc10649df2fcc (diff) | |
download | external_gettext-da8d69b4ac406536e1690d62308ba98f5e649f6b.zip external_gettext-da8d69b4ac406536e1690d62308ba98f5e649f6b.tar.gz external_gettext-da8d69b4ac406536e1690d62308ba98f5e649f6b.tar.bz2 |
Add a note about this test's failure.
Diffstat (limited to 'gettext-tools')
-rwxr-xr-x | gettext-tools/tests/lang-java | 3 | ||||
-rwxr-xr-x | gettext-tools/tests/msgunfmt-2 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gettext-tools/tests/lang-java b/gettext-tools/tests/lang-java index 7ab038d..b6a0a3a 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 cde03f7..031c9b9 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 |