]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/autotest.at (Macro with backslash in a test title):
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Nov 2006 09:17:38 +0000 (09:17 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Nov 2006 09:17:38 +0000 (09:17 +0000)
Comment out for now, as this tests neither fails nor passes
reliably.  Problem reported by Ralf Wildenhues.

ChangeLog
tests/autotest.at

index 2e0855ef702806506236a2ef6cc6dde88247b6b6..c7c256a95fcb1d677f69a69c98aa5bf395c57ce2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * tests/autotest.at (Macro with backslash in a test title):
+       Comment out for now, as this tests neither fails nor passes
+       reliably.  Problem reported by Ralf Wildenhues.
+
 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
index 8c9b1a5d584cf5ebbfb9ef2719bd526e8f2abf7d..ee61c159ce330b8da552af2a06b03956c1de784e 100644 (file)
@@ -291,8 +291,9 @@ AT_CHECK_AT_TITLE_CHAR([Macro with backquote],       [macro_backquote],
 AT_CHECK_AT_TITLE_CHAR([Macro with single-quote], [macro_single_quote], ['])
 AT_CHECK_AT_TITLE_CHAR([Macro with double-quote], [macro_double_quote],
                                                                    ["], [:])
-AT_CHECK_AT_TITLE_CHAR([Macro with backslash],       [macro_backslash],
-                                                                  [\\], [:])
+# This test neither fails nor passes reliably.
+# AT_CHECK_AT_TITLE_CHAR([Macro with backslash],       [macro_backslash],
+#                                                                  [\\], [:])
 
 
 ## ----------------- ##