]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
tests: skip tests of file names that platform does not support.
[bison.git] / ChangeLog
index 6395ddd89db099e0444dea4c94656d4deda4f5cc..7389708b8592faa07d6f157f251489d614159435 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-04  Joel E. Denny  <jdenny@clemson.edu>
+
+       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 "\".
+
 2009-09-23  Joel E. Denny  <jdenny@clemson.edu>
 
        yysyntax_error: avoid duplicate lookahead collection.