]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Test is known to fail on mingw.
authorBruno Haible <bruno@clisp.org>
Sat, 15 Aug 2009 16:27:24 +0000 (18:27 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 16 Aug 2009 00:31:13 +0000 (02:31 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/msgunfmt-tcl-1

index aadc631e9352cd7de4982d7b6a274cd98d02db5c..f96b1f573ebeb5e79cabfd8bea073dc3bc6c3c06 100644 (file)
@@ -1,3 +1,7 @@
+2009-08-15  Bruno Haible  <bruno@clisp.org>
+
+       * msgunfmt-tcl-1: Explain that this test fails on mingw.
+
 2009-08-14  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (update-expected): New target.
index 679404d0bc404700ef953a3675ed705fb585b535..5d2e2202319a346c0f55a6bbd782b0ec8d81f2e8 100755 (executable)
@@ -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