From c2acdf133b296181efb107d424b45d123c07464d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 15 Aug 2009 18:27:24 +0200 Subject: [PATCH] Test is known to fail on mingw. --- gettext-tools/tests/ChangeLog | 4 ++++ gettext-tools/tests/msgunfmt-tcl-1 | 7 +++++++ 2 files changed, 11 insertions(+) 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 -- 2.47.3