From: Bruno Haible Date: Sat, 15 Aug 2009 16:27:24 +0000 (+0200) Subject: Test is known to fail on mingw. X-Git-Tag: v0.18~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2acdf133b296181efb107d424b45d123c07464d;p=thirdparty%2Fgettext.git Test is known to fail on mingw. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index aadc631e9..f96b1f573 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,7 @@ +2009-08-15 Bruno Haible + + * msgunfmt-tcl-1: Explain that this test fails on mingw. + 2009-08-14 Bruno Haible * Makefile.am (update-expected): New target. diff --git a/gettext-tools/tests/msgunfmt-tcl-1 b/gettext-tools/tests/msgunfmt-tcl-1 index 679404d0b..5d2e22023 100755 --- a/gettext-tools/tests/msgunfmt-tcl-1 +++ b/gettext-tools/tests/msgunfmt-tcl-1 @@ -2,6 +2,13 @@ # Test of --tcl option. +# This test fails on mingw, in the Cygwin environment: tclsh exists as +# tclsh.exe from Cygwin. When msgunfmt invokes it, it crashes, presenting +# a dialog "16 bit MS-DOS subsystem - The NTVDM CPU has encountered an +# illegal instruction." When this dialog is closed, msgunfmt continues, +# reads empty output, and refrains from creating a PO file because +# --force-po was not specified. + tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15