5 Oct 05:28
Re: [GNU Bison 2.4.1] testsuite: 51 failed (i686-cygwin)
Joel E. Denny <jdenny <at> clemson.edu>
2009-10-05 03:28:21 GMT
2009-10-05 03:28:21 GMT
On Thu, 17 Sep 2009, Michael Raskin wrote:
> Hello.
> The test claims to create file with name `~!@#$%^&*()-=_+{}[]|\:;<>,
> .' . It looks like this simply shouldn't succeed on i686-cygwin platform
> because of ":" and "\". "/", which is directory separator on most
> platforms, is not included in the test file name. Should the test be
> corrected?
Thanks for the report. To fix that, I pushed this to branch-2.4.2,
branch-2.5, and master.
>From 2ceb8c617cac934b45f101ab44508d72239c894b Mon Sep 17 00:00:00 2001
From: Joel E. Denny <jdenny <at> clemson.edu>
Date: Sun, 4 Oct 2009 22:59:18 -0400
Subject: [PATCH] tests: skip tests of file names that platform does not support.
Reported by Michael Raskin at
<http://lists.gnu.org/archive/html/bug-bison/2009-09/msg00001.html>.
* THANKS (Michael Raskin): Add.
* tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Fix. Cygwin used
to fail at least for file names containing ":" or "\".
---
ChangeLog | 9 +++++++++
THANKS | 1 +
tests/output.at | 4 ++++
3 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index fc20bf9..8073454 100644
(Continue reading)
RSS Feed