* 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.
This commit is contained in:
Paul Eggert 2006-11-17 09:17:38 +00:00
parent 7f650f671a
commit df2784c436
2 changed files with 9 additions and 2 deletions

View File

@ -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

View 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],
# [\\], [:])
## ----------------- ##