Autotest no longer caters to Ultrix redirection limitation.
[autoconf.git] / lib / autotest / general.m4
blob4be59a6a62736e3730fe6f9a7b7e02e77a4d60a0
1 # This file is part of Autoconf.                          -*- Autoconf -*-
2 # M4 macros used in building test suites.
4 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
5 # Software Foundation, Inc.
7 # This program is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation, either version 3 of the License, or
10 # (at your option) any later version.
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
20 # As a special exception, the Free Software Foundation gives unlimited
21 # permission to copy, distribute and modify the configure scripts that
22 # are the output of Autoconf.  You need not follow the terms of the GNU
23 # General Public License when using or distributing such scripts, even
24 # though portions of the text of Autoconf appear in them.  The GNU
25 # General Public License (GPL) does govern all other use of the material
26 # that constitutes the Autoconf program.
28 # Certain portions of the Autoconf source text are designed to be copied
29 # (in certain cases, depending on the input) into the output of
30 # Autoconf.  We call these the "data" portions.  The rest of the Autoconf
31 # source text consists of comments plus executable code that decides which
32 # of the data portions to output in any given case.  We call these
33 # comments and executable code the "non-data" portions.  Autoconf never
34 # copies any of the non-data portions into its output.
36 # This special exception to the GPL applies to versions of Autoconf
37 # released by the Free Software Foundation.  When you make and
38 # distribute a modified version of Autoconf, you may extend this special
39 # exception to the GPL to apply to your modified version as well, *unless*
40 # your modified version has the potential to copy into its output some
41 # of the text that was the non-data portion of the version that you started
42 # with.  (In other words, unless your change moves or copies text from
43 # the non-data portions to the data portions.)  If your modification has
44 # such potential, you must delete any notice of this special exception
45 # to the GPL from your modified version.
47 # _m4_divert(DIVERSION-NAME)
48 # --------------------------
49 # Convert a diversion name into its number.  Otherwise, return
50 # DIVERSION-NAME which is supposed to be an actual diversion number.
51 # Of course it would be nicer to use m4_case here, instead of zillions
52 # of little macros, but it then takes twice longer to run `autoconf'!
54 # From M4sugar:
55 #    -1. KILL
56 # 10000. GROW
58 # From M4sh:
59 #    0. BINSH
60 #    1. HEADER-REVISION
61 #    2. HEADER-COMMENT
62 #    3. HEADER-COPYRIGHT
63 #    4. M4SH-SANITIZE
64 #    5. M4SH-INIT
65 # 1000. BODY
67 # Defined below:
68 #  - DEFAULTS
69 #    Overall initialization, value of $at_groups_all.
70 #  - PARSE_ARGS_BEGIN
71 #    Setup defaults required for option processing.
72 #  - PARSE_ARGS
73 #    Option processing.  After AT_INIT, user options can be entered here as
74 #    cases of a case statement.
75 #  - PARSE_ARGS_END
76 #    Finish up the option processing.
78 #  - HELP
79 #    Start printing the help message.
80 #  - HELP_MODES
81 #    Modes help text.  Additional modes can be appended as self-contained
82 #    cat'd here-docs as generated by AS_HELP_STRING.
83 #  - HELP_TUNING
84 #    Tuning help text.  Additional tuning options can be appended as
85 #    self-contained cat'd here-docs as generated by AS_HELP_STRING.
86 #  - HELP_OTHER
87 #    User help can be appended to this as self-contained cat'd here-docs.
88 #  - HELP_END
89 #    Finish up the help texts.
91 #  - VERSION
92 #    Head of the handling of --version.
93 #  - VERSION_NOTICES
94 #    Copyright notices for --version.
95 #  - VERSION_END
96 #    Tail of the handling of --version.
98 #  - PREPARE_TESTS
99 #    Like DEFAULTS but run after argument processing for purposes of
100 #    optimization.  Do anything else that needs to be done to prepare for
101 #    tests.  Sets up verbose and log file descriptors.  Sets and logs PATH.
102 #  - TESTS
103 #    The core of the test suite.
104 #  - TESTS_END
105 #    tail of the core for;case, overall wrap up, generation of debugging
106 #    scripts and statistics.
107 #  - TEST_SCRIPT
108 #    The code for each test, the ``normal'' diversion
110 m4_define([_m4_divert(DEFAULTS)],           100)
111 m4_define([_m4_divert(PARSE_ARGS_BEGIN)],   200)
112 m4_define([_m4_divert(PARSE_ARGS)],         201)
113 m4_define([_m4_divert(PARSE_ARGS_END)],     202)
114 m4_define([_m4_divert(HELP)],               300)
115 m4_define([_m4_divert(HELP_MODES)],         301)
116 m4_define([_m4_divert(HELP_TUNING)],        302)
117 m4_define([_m4_divert(HELP_OTHER)],         303)
118 m4_define([_m4_divert(HELP_END)],           304)
119 m4_define([_m4_divert(VERSION)],            350)
120 m4_define([_m4_divert(VERSION_NOTICES)],    351)
121 m4_define([_m4_divert(VERSION_END)],        352)
122 m4_define([_m4_divert(PREPARE_TESTS)],      400)
123 m4_define([_m4_divert(TESTS)],              401)
124 m4_define([_m4_divert(TESTS_END)],          402)
125 m4_define([_m4_divert(TEST_SCRIPT)],        403)
128 # AT_LINE
129 # -------
130 # Return the current file sans directory, a colon, and the current
131 # line.  Be sure to return a _quoted_ file name, so if, for instance,
132 # the user is lunatic enough to have a file named `dnl' (and I, for
133 # one, love to be brainless and stubborn sometimes), then we return a
134 # quoted name.
136 # Gee, we can't use simply
138 #  m4_bpatsubst(__file__, [^.*/\(.*\)], [[\1]])
140 # since then, since `dnl' doesn't match the pattern, it is returned
141 # with once quotation level less, so you lose!  And since GNU M4
142 # is one of the biggest junk in the whole universe wrt regexp, don't
143 # even think about using `?' or `\?'.  Bah, `*' will do.
144 # Pleeeeeeeease, Gary, provide us with dirname and ERE!
145 m4_define([AT_LINE],
146 [m4_bpatsubst(__file__, [^\(.*/\)*\(.*\)], [[\2]]):__line__])
149 # _AT_NORMALIZE_TEST_GROUP_NUMBER(SHELL-VAR)
150 # ------------------------------------------
151 # Normalize SHELL-VAR so that its value has the same number of digits as
152 # all the other test group numbers.
153 m4_define([_AT_NORMALIZE_TEST_GROUP_NUMBER],
155   eval 'while :; do
156     case $$1 in #(
157     '"$at_format"'*) break;;
158     esac
159     $1=0$$1
160   done'
163 # _AT_CREATE_DEBUGGING_SCRIPT
164 # ---------------------------
165 # Create the debugging script $at_group_dir/run which will reproduce the
166 # current test group.
167 m4_define([_AT_CREATE_DEBUGGING_SCRIPT],
168 [         {
169             echo "#! /bin/sh"
170             echo 'test "${ZSH_VERSION+set}" = set && alias -g '\''${1+"$[@]"}'\''='\''"$[@]"'\'''
171             AS_ECHO(["cd '$at_dir'"])
172             AS_ECHO(["exec \${CONFIG_SHELL-$SHELL} $[0] -v -d $at_debug_args $at_group \${1+\"\$[@]\"}"])
173             echo 'exit 1'
174           } >$at_group_dir/run
175           chmod +x $at_group_dir/run
176 ])# _AT_CREATE_DEBUGGING_SCRIPT
179 # AT_INIT([TESTSUITE-NAME])
180 # -------------------------
181 # Begin test suite.
182 m4_define([AT_INIT],
183 [m4_pattern_forbid([^_?AT_])
184 m4_define([AT_TESTSUITE_NAME],
185           m4_defn([AT_PACKAGE_STRING])[ test suite]m4_ifval([$1], [: $1]))
186 m4_define([AT_ordinal], 0)
187 m4_define([AT_banner_ordinal], 0)
188 m4_define([AT_groups_all], [])
189 m4_define([AT_help_all], [])
190 AS_INIT
191 AT_COPYRIGHT(
192 [Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
193 Foundation, Inc.
194 This test suite is free software; the Free Software Foundation gives
195 unlimited permission to copy, distribute and modify it.])
196 AS_PREPARE
197 m4_divert_push([DEFAULTS])dnl
199 SHELL=${CONFIG_SHELL-/bin/sh}
201 # How were we run?
202 at_cli_args="$[@]"
204 # Load the config file.
205 for at_file in atconfig atlocal
207   test -r $at_file || continue
208   . ./$at_file || AS_ERROR([invalid content: $at_file])
209 done
211 # Autoconf <=2.59b set at_top_builddir instead of at_top_build_prefix:
212 : ${at_top_build_prefix=$at_top_builddir}
214 # atconfig delivers names relative to the directory the test suite is
215 # in, but the groups themselves are run in testsuite-dir/group-dir.
216 if test -n "$at_top_srcdir"; then
217   builddir=../..
218   for at_dir in srcdir top_srcdir top_build_prefix
219   do
220     at_val=AS_VAR_GET([at_$at_dir])
221     case $at_val in
222       [[\\/$]]* | ?:[[\\/]]* ) at_prefix= ;;
223       *) at_prefix=../../ ;;
224     esac
225     AS_VAR_SET([$at_dir], [$at_prefix$at_val])
226   done
229 # Not all shells have the 'times' builtin; the subshell is needed to make
230 # sure we discard the 'times: not found' message from the shell.
231 at_times_p=false
232 (times) >/dev/null 2>&1 && at_times_p=:
234 # CLI Arguments to pass to the debugging scripts.
235 at_debug_args=
236 # -e sets to true
237 at_errexit_p=false
238 # Shall we be verbose?  ':' means no, empty means yes.
239 at_verbose=:
240 at_quiet=
242 # Shall we keep the debug scripts?  Must be `:' when the suite is
243 # run by a debug script, so that the script doesn't remove itself.
244 at_debug_p=false
245 # Display help message?
246 at_help_p=false
247 # Display the version message?
248 at_version_p=false
249 # List test groups?
250 at_list_p=false
251 # Test groups to run
252 at_groups=
254 # The directory we are in.
255 at_dir=`pwd`
256 # The directory the whole suite works in.
257 # Should be absolutely to let the user `cd' at will.
258 at_suite_dir=$at_dir/$as_me.dir
259 # The file containing the suite.
260 at_suite_log=$at_dir/$as_me.log
261 # The file containing the location of the last AT_CHECK.
262 at_check_line_file=$at_suite_dir/at-check-line
263 # The file containing the exit status of the last command.
264 at_status_file=$at_suite_dir/at-status
265 # The files containing the output of the tested commands.
266 at_stdout=$at_suite_dir/at-stdout
267 at_stder1=$at_suite_dir/at-stder1
268 at_stderr=$at_suite_dir/at-stderr
269 # The file containing dates.
270 at_times_file=$at_suite_dir/at-times
271 m4_divert_pop([DEFAULTS])dnl
272 m4_wrap([m4_divert_text([DEFAULTS],
274 # List of the tested programs.
275 at_tested='m4_ifdef([AT_tested], [AT_tested])'
276 # List of the all the test groups.
277 at_groups_all='AT_groups_all'
278 # As many question marks as there are digits in the last test group number.
279 # Used to normalize the test group numbers so that `ls' lists them in
280 # numerical order.
281 at_format='m4_bpatsubst(m4_defn([AT_ordinal]), [.], [?])'
282 # Description of all the test groups.
283 at_help_all="AS_ESCAPE(m4_defn([AT_help_all]))"])])dnl
284 m4_divert_push([PARSE_ARGS])dnl
286 at_prev=
287 for at_option
289   # If the previous option needs an argument, assign it.
290   if test -n "$at_prev"; then
291     at_option=$at_prev=$at_option
292     at_prev=
293   fi
295   case $at_option in
296   *=*) at_optarg=`expr "x$at_option" : 'x[[^=]]*=\(.*\)'` ;;
297   *)   at_optarg= ;;
298   esac
300   # Accept the important Cygnus configure options, so we can diagnose typos.
302   case $at_option in
303     --help | -h )
304         at_help_p=:
305         ;;
307     --list | -l )
308         at_list_p=:
309         ;;
311     --version | -V )
312         at_version_p=:
313         ;;
315     --clean | -c )
316         test -d "$at_suite_dir" &&
317           find "$at_suite_dir" -type d ! -perm -700 -exec chmod u+rwx \{\} \;
318         rm -f -r "$at_suite_dir" "$at_suite_log"
319         exit $?
320         ;;
322     --debug | -d )
323         at_debug_p=:
324         ;;
326     --errexit | -e )
327         at_debug_p=:
328         at_errexit_p=:
329         ;;
331     --verbose | -v )
332         at_verbose=; at_quiet=:
333         ;;
335     --trace | -x )
336         at_traceon='set -x'; at_traceoff='set +x'
337         ;;
339     [[0-9] | [0-9][0-9] | [0-9][0-9][0-9] | [0-9][0-9][0-9][0-9]])
340         at_groups="$at_groups$at_option "
341         ;;
343     # Ranges
344     [[0-9]- | [0-9][0-9]- | [0-9][0-9][0-9]- | [0-9][0-9][0-9][0-9]-])
345         at_range_start=`echo $at_option |tr -d X-`
346         at_range=`AS_ECHO([" $at_groups_all "]) | \
347           sed -e 's/^.* \('$at_range_start' \)/\1/'`
348         at_groups="$at_groups$at_range "
349         ;;
351     [-[0-9] | -[0-9][0-9] | -[0-9][0-9][0-9] | -[0-9][0-9][0-9][0-9]])
352         at_range_end=`echo $at_option |tr -d X-`
353         at_range=`AS_ECHO([" $at_groups_all "]) | \
354           sed -e 's/\( '$at_range_end'\) .*$/\1/'`
355         at_groups="$at_groups$at_range "
356         ;;
358     [[0-9]-[0-9] | [0-9]-[0-9][0-9] | [0-9]-[0-9][0-9][0-9]] | \
359     [[0-9]-[0-9][0-9][0-9][0-9] | [0-9][0-9]-[0-9][0-9]] | \
360     [[0-9][0-9]-[0-9][0-9][0-9] | [0-9][0-9]-[0-9][0-9][0-9][0-9]] | \
361     [[0-9][0-9][0-9]-[0-9][0-9][0-9]] | \
362     [[0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]] | \
363     [[0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]] )
364         at_range_start=`expr $at_option : '\(.*\)-'`
365         at_range_end=`expr $at_option : '.*-\(.*\)'`
366         if test $at_range_start -gt $at_range_end; then
367           at_tmp=$at_range_end
368           at_range_end=$at_range_start
369           at_range_start=$at_tmp
370         fi
371         at_range=`AS_ECHO([" $at_groups_all "]) | \
372           sed -e 's/^.*\( '$at_range_start' \)/\1/' \
373               -e 's/\( '$at_range_end'\) .*$/\1/'`
374         at_groups="$at_groups$at_range "
375         ;;
377     # Keywords.
378     --keywords | -k )
379         at_prev=--keywords
380         ;;
381     --keywords=* )
382         at_groups_selected=$at_help_all
383         at_save_IFS=$IFS
384         IFS=,
385         set X $at_optarg
386         shift
387         IFS=$at_save_IFS
388         for at_keyword
389         do
390           at_invert=
391           case $at_keyword in
392           '!'*)
393             at_invert="-v"
394             at_keyword=`expr "X$at_keyword" : 'X!\(.*\)'`
395             ;;
396           esac
397           # It is on purpose that we match the test group titles too.
398           at_groups_selected=`AS_ECHO(["$at_groups_selected"]) |
399               grep -i $at_invert ["^[1-9][^;]*;.*[; ]$at_keyword[ ;]"]`
400         done
401         # Smash the newlines.
402         at_groups_selected=`AS_ECHO(["$at_groups_selected"]) | sed 's/;.*//' |
403           tr "$as_nl" ' '
404         `
405         at_groups="$at_groups$at_groups_selected "
406         ;;
407 m4_divert_pop([PARSE_ARGS])dnl
408 dnl Process *=* last to allow for user specified --option=* type arguments.
409 m4_divert_push([PARSE_ARGS_END])dnl
411     *=*)
412         at_envvar=`expr "x$at_option" : 'x\([[^=]]*\)='`
413         # Reject names that are not valid shell variable names.
414         expr "x$at_envvar" : "[.*[^_$as_cr_alnum]]" >/dev/null &&
415           AS_ERROR([invalid variable name: $at_envvar])
416         at_value=`AS_ECHO(["$at_optarg"]) | sed "s/'/'\\\\\\\\''/g"`
417         eval "$at_envvar='$at_value'"
418         export $at_envvar
419         # Propagate to debug scripts.
420         at_debug_args="$at_debug_args $at_envvar='$at_value'"
421         ;;
423      *) AS_ECHO(["$as_me: invalid option: $at_option"]) >&2
424         AS_ECHO(["Try \`$[0] --help' for more information."]) >&2
425         exit 1
426         ;;
427   esac
428 done
430 # Selected test groups.
431 if test -z "$at_groups"; then
432   at_groups=$at_groups_all
433 else
434   # Sort the tests, removing duplicates:
435   at_groups=`AS_ECHO(["$at_groups"]) | tr ' ' "$as_nl" | sort -nu`
436   # and add banners.  (Passing at_groups_all is tricky--see the comment
437   # starting with "Passing at_groups is tricky.")
438   at_groups=`AS_ECHO(["$at_groups$as_nl $at_groups_all"]) |
439     awk ['BEGIN { FS = "@" } # Effectively switch off field splitting.
440         /^$/ { next }  # Ignore the empty line.
441         !/ / { groups++; selected[$ 0] = 1; next }
442         # The last line, containing at_groups_all.
443         {
444                 n = split($ 0, a, " ")
445                 # If there are several tests, select their banners:
446                 if (groups > 1) {
447                         for (i = 1; i <= n; i++) {
448                                 if (a[i] ~ /^banner-/)
449                                         banner = a[i]
450                                 else if (banner != "" && selected[a[i]] == 1)
451                                         selected[banner] = 1
452                         }
453                 }
454                 for (i = 1; i <= n; i++)
455                         if (selected[a[i]] == 1)
456                                 list = list " " a[i]
457                 print list
458         }']`
460 m4_divert_pop([PARSE_ARGS_END])dnl
461 m4_divert_push([HELP])dnl
463 # Help message.
464 if $at_help_p; then
465   cat <<_ATEOF
466 Usage: $[0] [[OPTION]... [VARIABLE=VALUE]... [TESTS]]
468 Run all the tests, or the selected TESTS, given by numeric ranges, and
469 save a detailed log file.  Upon failure, create debugging scripts.
471 You should not change environment variables unless explicitly passed
472 as command line arguments.  Set \`AUTOTEST_PATH' to select the executables
473 to exercise.  Each relative directory is expanded as build and source
474 directories relatively to the top level of this distribution.  E.g.,
476   $ $[0] AUTOTEST_PATH=bin
478 possibly amounts into
480   PATH=/tmp/foo-1.0/bin:/src/foo-1.0/bin:\$PATH
481 _ATEOF
482 m4_divert_pop([HELP])dnl
483 m4_divert_push([HELP_MODES])dnl
484 cat <<_ATEOF
486 Operation modes:
487   -h, --help     print the help message, then exit
488   -V, --version  print version number, then exit
489   -c, --clean    remove all the files this test suite might create and exit
490   -l, --list     describes all the tests, or the selected TESTS
491 _ATEOF
492 m4_divert_pop([HELP_MODES])dnl
493 m4_divert_push([HELP_TUNING])dnl
494 cat <<_ATEOF
496 Execution tuning:
497   -k, --keywords=KEYWORDS
498                  select the tests matching all the comma-separated KEYWORDS
499                  multiple \`-k' accumulate; prefixed \`!' negates a KEYWORD
500   -e, --errexit  abort as soon as a test fails; implies --debug
501   -v, --verbose  force more detailed output
502                  default for debugging scripts
503   -d, --debug    inhibit clean up and top-level logging
504                  default for debugging scripts
505   -x, --trace    enable tests shell tracing
506 _ATEOF
507 m4_divert_pop([HELP_TUNING])dnl
508 m4_divert_push([HELP_END])dnl
509 cat <<_ATEOF
511 Report bugs to <AT_PACKAGE_BUGREPORT>.
512 _ATEOF
513   exit 0
516 # List of tests.
517 if $at_list_p; then
518   cat <<_ATEOF
519 AT_TESTSUITE_NAME test groups:
521  NUM: FILE-NAME:LINE     TEST-GROUP-NAME
522       KEYWORDS
524 _ATEOF
525   # Passing at_groups is tricky.  We cannot use it to form a literal string
526   # or regexp because of the limitation of AIX awk.  And Solaris' awk
527   # doesn't grok more than 99 fields in a record, so we have to use `split'.
528   AS_ECHO(["$at_groups$as_nl$at_help_all"]) |
529     awk 'BEGIN { FS = ";" }
530          NR == 1 {
531            for (n = split($ 0, a, " "); n; n--) selected[[a[n]]] = 1
532            next
533          }
534          {
535            if (selected[[$ 1]]) {
536              printf " %3d: %-18s %s\n", $ 1, $ 2, $ 3
537              if ($ 4) printf "      %s\n", $ 4
538            }
539          }'
540   exit 0
542 m4_divert_pop([HELP_END])dnl
543 m4_divert_push([VERSION])dnl
544 if $at_version_p; then
545   AS_ECHO(["$as_me (AT_PACKAGE_STRING)"])
546   cat <<\_ACEOF
547 m4_divert_pop([VERSION])dnl
548 m4_divert_push([VERSION_END])dnl
549 _ACEOF
550   exit 0
552 m4_divert_pop([VERSION_END])dnl
553 m4_divert_push([PREPARE_TESTS])dnl
555 # Don't take risks: use only absolute directories in PATH.
557 # For stand-alone test suites, AUTOTEST_PATH is relative to `.'.
559 # For embedded test suites, AUTOTEST_PATH is relative to the top level
560 # of the package.  Then expand it into build/src parts, since users
561 # may create executables in both places.
562 AUTOTEST_PATH=`AS_ECHO(["$AUTOTEST_PATH"]) | sed "s|:|$PATH_SEPARATOR|g"`
563 at_path=
564 _AS_PATH_WALK([$AUTOTEST_PATH $PATH],
565 [test -n "$at_path" && at_path=$at_path$PATH_SEPARATOR
566 case $as_dir in
567   [[\\/]]* | ?:[[\\/]]* )
568     at_path=$at_path$as_dir
569     ;;
570   * )
571     if test -z "$at_top_build_prefix"; then
572       # Stand-alone test suite.
573       at_path=$at_path$as_dir
574     else
575       # Embedded test suite.
576       at_path=$at_path$at_top_build_prefix$as_dir$PATH_SEPARATOR
577       at_path=$at_path$at_top_srcdir/$as_dir
578     fi
579     ;;
580 esac])
582 # Now build and simplify PATH.
584 # There might be directories that don't exist, but don't redirect
585 # builtins' (eg., cd) stderr directly: Ultrix's sh hates that.
586 at_new_path=
587 _AS_PATH_WALK([$at_path],
588 [as_dir=`(cd "$as_dir" && pwd) 2>/dev/null`
589 test -d "$as_dir" || continue
590 case $PATH_SEPARATOR$at_new_path$PATH_SEPARATOR in
591   *$PATH_SEPARATOR$as_dir$PATH_SEPARATOR*) ;;
592   $PATH_SEPARATOR$PATH_SEPARATOR) at_new_path=$as_dir ;;
593   *) at_new_path=$at_new_path$PATH_SEPARATOR$as_dir ;;
594 esac])
595 PATH=$at_new_path
596 export PATH
598 # Setting up the FDs.
599 # 5 is the log file.  Not to be overwritten if `-d'.
600 m4_define([AS_MESSAGE_LOG_FD], [5])
601 if $at_debug_p; then
602   at_suite_log=/dev/null
603 else
604   : >"$at_suite_log"
606 exec AS_MESSAGE_LOG_FD>>"$at_suite_log"
608 # Banners and logs.
609 AS_BOX(m4_defn([AT_TESTSUITE_NAME])[.])
611   AS_BOX(m4_defn([AT_TESTSUITE_NAME])[.])
612   echo
614   AS_ECHO(["$as_me: command line was:"])
615   AS_ECHO(["  \$ $[0] $at_cli_args"])
616   echo
618   # Try to find a few ChangeLogs in case it might help determining the
619   # exact version.  Use the relative dir: if the top dir is a symlink,
620   # find will not follow it (and options to follow the links are not
621   # portable), which would result in no output here.
622   if test -n "$at_top_srcdir"; then
623     AS_BOX([ChangeLogs.])
624     echo
625     for at_file in `find "$at_top_srcdir" -name ChangeLog -print`
626     do
627       AS_ECHO(["$as_me: $at_file:"])
628       sed 's/^/| /;10q' $at_file
629       echo
630     done
632     AS_UNAME
633     echo
634   fi
636   # Contents of the config files.
637   for at_file in atconfig atlocal
638   do
639     test -r $at_file || continue
640     AS_ECHO(["$as_me: $at_file:"])
641     sed 's/^/| /' $at_file
642     echo
643   done
645   AS_BOX([Tested programs.])
646   echo
647 } >&AS_MESSAGE_LOG_FD
649 # Report what programs are being tested.
650 for at_program in : $at_tested
652   test "$at_program" = : && continue
653   _AS_PATH_WALK([$PATH], [test -f "$as_dir/$at_program" && break])
654   if test -f "$as_dir/$at_program"; then
655     {
656       AS_ECHO(["$at_srcdir/AT_LINE: $as_dir/$at_program --version"])
657       "$as_dir/$at_program" --version
658       echo
659     } >&AS_MESSAGE_LOG_FD 2>&1
660   else
661     AS_ERROR([cannot find $at_program])
662   fi
663 done
666   AS_BOX([Running the tests.])
667 } >&AS_MESSAGE_LOG_FD
669 at_start_date=`date`
670 at_start_time=`date +%s 2>/dev/null`
671 AS_ECHO(["$as_me: starting at: $at_start_date"]) >&AS_MESSAGE_LOG_FD
672 at_xpass_list=
673 at_xfail_list=
674 at_pass_list=
675 at_fail_list=
676 at_skip_list=
677 at_group_count=0
678 m4_divert_pop([PREPARE_TESTS])dnl
679 m4_divert_push([TESTS])dnl
681 # Create the master directory if it doesn't already exist.
682 test -d "$at_suite_dir" ||
683   mkdir "$at_suite_dir" ||
684   AS_ERROR([cannot create '$at_suite_dir'])
686 # Can we diff with `/dev/null'?  DU 5.0 refuses.
687 if diff /dev/null /dev/null >/dev/null 2>&1; then
688   at_devnull=/dev/null
689 else
690   at_devnull=$at_suite_dir/devnull
691   >"$at_devnull"
694 # Use `diff -u' when possible.
695 if at_diff=`diff -u "$at_devnull" "$at_devnull" 2>&1` && test -z "$at_diff"
696 then
697   at_diff='diff -u'
698 else
699   at_diff=diff
703 for at_group in $at_groups
705   # Be sure to come back to the top test directory.
706   cd "$at_suite_dir"
708   # Clearly separate the test groups when verbose.
709   test $at_group_count != 0 && $at_verbose echo
711   case $at_group in
712     banner-*)
713       at_group_log=$at_suite_log
714       ;;
716     *)
717       at_group_normalized=$at_group
718       _AT_NORMALIZE_TEST_GROUP_NUMBER(at_group_normalized)
720       # Create a fresh directory for the next test group, and enter.
721       at_group_dir=$at_suite_dir/$at_group_normalized
722       at_group_log=$at_group_dir/$as_me.log
723       if test -d "$at_group_dir"; then
724         find "$at_group_dir" -type d ! -perm -700 -exec chmod u+rwx \{\} \;
725         rm -fr "$at_group_dir" ||
726           AS_WARN([test directory could not be cleaned.])
727       fi
728       # Be tolerant if the above `rm' was not able to remove the directory.
729       AS_MKDIR_P([$at_group_dir])
730       cd $at_group_dir
731       ;;
732   esac
734   echo 0 > "$at_status_file"
736   # In verbose mode, append to the log file *and* show on
737   # the standard output; in quiet mode only write to the log
738   if test -z "$at_verbose"; then
739     at_tee_pipe='tee -a "$at_group_log"'
740   else
741     at_tee_pipe='cat >> "$at_group_log"'
742   fi
744   case $at_group in
745 dnl Test groups inserted here (TESTS).
746 m4_divert_pop([TESTS])[]dnl
747 m4_divert_push([TESTS_END])[]dnl
749   * )
750     AS_ECHO(["$as_me: no such test group: $at_group"]) >&2
751     continue
752     ;;
753   esac
755   # Be sure to come back to the suite directory, in particular
756   # since below we might `rm' the group directory we are in currently.
757   cd "$at_suite_dir"
759   case $at_group in
760     banner-*) ;;
761     *)
762       if test ! -f "$at_check_line_file"; then
763         sed "s/^ */$as_me: warning: /" <<_ATEOF
764         A failure happened in a test group before any test could be
765         run. This means that test suite is improperly designed.  Please
766         report this failure to <AT_PACKAGE_BUGREPORT>.
767 _ATEOF
768         AS_ECHO(["$at_setup_line"]) >"$at_check_line_file"
769       fi
770       at_group_count=`expr 1 + $at_group_count`
771       $at_verbose AS_ECHO_N(["$at_group. $at_setup_line: "])
772       AS_ECHO_N(["$at_group. $at_setup_line: "]) >> "$at_group_log"
773       case $at_xfail:$at_status in
774         yes:0)
775             at_msg="UNEXPECTED PASS"
776             at_xpass_list="$at_xpass_list $at_group"
777             at_errexit=$at_errexit_p
778             ;;
779         no:0)
780             at_msg="ok"
781             at_pass_list="$at_pass_list $at_group"
782             at_errexit=false
783             ;;
784         *:77)
785             at_msg='skipped ('`cat "$at_check_line_file"`')'
786             at_skip_list="$at_skip_list $at_group"
787             at_errexit=false
788             ;;
789         yes:*)
790             at_msg='expected failure ('`cat "$at_check_line_file"`')'
791             at_xfail_list="$at_xfail_list $at_group"
792             at_errexit=false
793             ;;
794         no:*)
795             at_msg='FAILED ('`cat "$at_check_line_file"`')'
796             at_fail_list="$at_fail_list $at_group"
797             at_errexit=$at_errexit_p
798             ;;
799       esac
800       # Make sure there is a separator even with long titles.
801       AS_ECHO([" $at_msg"])
802       at_log_msg="$at_group. $at_desc ($at_setup_line): $at_msg"
803       case $at_status in
804         0|77)
805           # $at_times_file is only available if the group succeeded.
806           # We're not including the group log, so the success message
807           # is written in the global log separately.  But we also
808           # write to the group log in case they're using -d.
809           if test -f "$at_times_file"; then
810             at_log_msg="$at_log_msg     ("`sed 1d "$at_times_file"`')'
811             rm -f "$at_times_file"
812           fi
813           AS_ECHO(["$at_log_msg"]) >> "$at_group_log"
814           AS_ECHO(["$at_log_msg"]) >&AS_MESSAGE_LOG_FD
816           # Cleanup the group directory, unless the user wants the files.
817           if $at_debug_p ; then
818             _AT_CREATE_DEBUGGING_SCRIPT
819           elif test -d "$at_group_dir"; then
820             find "$at_group_dir" -type d ! -perm -700 -exec chmod u+rwx \{\} \;
821             rm -fr "$at_group_dir"
822           fi
823           ;;
824         *)
825           # Upon failure, include the log into the testsuite's global
826           # log.  The failure message is written in the group log.  It
827           # is later included in the global log.
828           AS_ECHO(["$at_log_msg"]) >> "$at_group_log"
830           # Upon failure, keep the group directory for autopsy, and
831           # create the debugging script.
832           _AT_CREATE_DEBUGGING_SCRIPT
833           $at_errexit && break
834           ;;
835       esac
836       ;;
837   esac
838 done
840 # Back to the top directory.
841 cd "$at_dir"
843 # Compute the duration of the suite.
844 at_stop_date=`date`
845 at_stop_time=`date +%s 2>/dev/null`
846 AS_ECHO(["$as_me: ending at: $at_stop_date"]) >&AS_MESSAGE_LOG_FD
847 case $at_start_time,$at_stop_time in
848   [[0-9]*,[0-9]*])
849     at_duration_s=`expr $at_stop_time - $at_start_time`
850     at_duration_m=`expr $at_duration_s / 60`
851     at_duration_h=`expr $at_duration_m / 60`
852     at_duration_s=`expr $at_duration_s % 60`
853     at_duration_m=`expr $at_duration_m % 60`
854     at_duration="${at_duration_h}h ${at_duration_m}m ${at_duration_s}s"
855     AS_ECHO(["$as_me: test suite duration: $at_duration"]) >&AS_MESSAGE_LOG_FD
856     ;;
857 esac
859 # Wrap up the test suite with summary statistics.
860 set X $at_skip_list; shift; at_skip_count=$[@%:@]
861 set X $at_fail_list; shift; at_fail_count=$[@%:@]
862 set X $at_xpass_list; shift; at_xpass_count=$[@%:@]
863 set X $at_xfail_list; shift; at_xfail_count=$[@%:@]
865 at_run_count=`expr $at_group_count - $at_skip_count`
866 at_unexpected_count=`expr $at_xpass_count + $at_fail_count`
867 at_total_fail_count=`expr $at_xfail_count + $at_fail_count`
869 echo
870 AS_BOX([Test results.])
871 echo
873   echo
874   AS_BOX([Test results.])
875   echo
876 } >&AS_MESSAGE_LOG_FD
879 dnl FIXME: this code is as far from i18n-cleanness as man
880 dnl could imagine...
882 if test $at_run_count = 1; then
883   at_result="1 test"
884   at_were=was
885 else
886   at_result="$at_run_count tests"
887   at_were=were
889 if $at_errexit_p && test $at_unexpected_count != 0; then
890   if test $at_xpass_count = 1; then
891     at_result="$at_result $at_were run, one passed"
892   else
893     at_result="$at_result $at_were run, one failed"
894   fi
895   at_result="$at_result unexpectedly and inhibited subsequent tests."
896 else
897   # Don't you just love exponential explosion of the number of cases?
898   case $at_xpass_count:$at_fail_count:$at_xfail_count in
899     # So far, so good.
900     0:0:0) at_result="$at_result $at_were successful." ;;
901     0:0:*) at_result="$at_result behaved as expected." ;;
903     # Some unexpected failures
904     0:*:0) at_result="$at_result $at_were run,
905 $at_fail_count failed unexpectedly." ;;
907     # Some failures, both expected and unexpected
908     0:*:1) at_result="$at_result $at_were run,
909 $at_total_fail_count failed ($at_xfail_count expected failure)." ;;
910     0:*:*) at_result="$at_result $at_were run,
911 $at_total_fail_count failed ($at_xfail_count expected failures)." ;;
913     # No unexpected failures, but some xpasses
914     *:0:*) at_result="$at_result $at_were run,
915 $at_xpass_count passed unexpectedly." ;;
917     # No expected failures, but failures and xpasses
918     *:1:0) at_result="$at_result $at_were run,
919 $at_unexpected_count did not behave as expected ($at_fail_count unexpected failure)." ;;
920     *:*:0) at_result="$at_result $at_were run,
921 $at_unexpected_count did not behave as expected ($at_fail_count unexpected failures)." ;;
923     # All of them.
924     *:*:1) at_result="$at_result $at_were run,
925 $at_xpass_count passed unexpectedly,
926 $at_total_fail_count failed ($at_xfail_count expected failure)." ;;
927     *:*:*) at_result="$at_result $at_were run,
928 $at_xpass_count passed unexpectedly,
929 $at_total_fail_count failed ($at_xfail_count expected failures)." ;;
930   esac
932   if test $at_skip_count = 0 && test $at_run_count -gt 1; then
933     at_result="All $at_result"
934   fi
937 # Now put skips in the mix.
938 case $at_skip_count in
939   0) ;;
940   1) at_result="$at_result
941 1 test was skipped." ;;
942   *) at_result="$at_result
943 $at_skip_count tests were skipped." ;;
944 esac
946 if test $at_unexpected_count = 0; then
947   echo "$at_result"
948   echo "$at_result" >&AS_MESSAGE_LOG_FD
949 else
950   echo "ERROR: $at_result" >&2
951   echo "ERROR: $at_result" >&AS_MESSAGE_LOG_FD
952   {
953     echo
954     AS_BOX([Summary of the failures.])
956     # Summary of failed and skipped tests.
957     if test $at_fail_count != 0; then
958       echo "Failed tests:"
959       $SHELL "$[0]" $at_fail_list --list
960       echo
961     fi
962     if test $at_skip_count != 0; then
963       echo "Skipped tests:"
964       $SHELL "$[0]" $at_skip_list --list
965       echo
966     fi
967     if test $at_xpass_count != 0; then
968       echo "Unexpected passes:"
969       $SHELL "$[0]" $at_xpass_list --list
970       echo
971     fi
972     if test $at_fail_count != 0; then
973       AS_BOX([Detailed failed tests.])
974       echo
975       for at_group in $at_fail_list
976       do
977         at_group_normalized=$at_group
978         _AT_NORMALIZE_TEST_GROUP_NUMBER(at_group_normalized)
979         cat "$at_suite_dir/$at_group_normalized/$as_me.log"
980         echo
981       done
982       echo
983     fi
984     if test -n "$at_top_srcdir"; then
985       AS_BOX([${at_top_build_prefix}config.log])
986       sed 's/^/| /' ${at_top_build_prefix}config.log
987       echo
988     fi
989   } >&AS_MESSAGE_LOG_FD
991   AS_BOX([$as_me.log was created.])
993   echo
994   AS_ECHO(["Please send \`${at_testdir+${at_testdir}/}$as_me.log' and all information you think might help:
996    To: <AT_PACKAGE_BUGREPORT>
997    Subject: @<:@AT_PACKAGE_STRING@:>@ $as_me:dnl
998 $at_fail_list${at_fail_list:+ failed${at_xpass_list:+,}}dnl
999 $at_xpass_list${at_xpass_list:+ passed unexpectedly}
1001   if test $at_debug_p = false; then
1002     echo
1003     echo 'You may investigate any problem if you feel able to do so, in which'
1004     echo 'case the test suite provides a good starting point.  Its output may'
1005     AS_ECHO(["be found below \`${at_testdir+${at_testdir}/}$as_me.dir'."])
1006     echo
1007   fi
1008     exit 1
1011 exit 0
1012 m4_divert_pop([TESTS_END])dnl
1013 dnl End of AT_INIT: divert to KILL, only test groups are to be
1014 dnl output, the rest is ignored.  Current diversion is BODY, inherited
1015 dnl from M4sh.
1016 m4_divert_pop([BODY])
1017 m4_divert_push([KILL])
1018 ])# AT_INIT
1021 # _AT_ARG_OPTION(OPTIONS,HELP-TEXT,[ARGS],[ACTION-IF-GIVEN],
1022 #                [ACTION-IF-NOT-GIVEN])
1023 # ---------------------------------------------------------------------------
1024 # Internal implementation of AT_ARG_OPTION & AT_ARG_OPTION_ARG
1025 m4_defun([_AT_ARG_OPTION],
1026 [m4_divert_once([HELP_OTHER],
1027 [cat <<_ATEOF
1029 Other options:
1030 _ATEOF
1031 ])dnl m4_divert_once HELP_OTHER
1032 m4_divert_text([HELP_OTHER],
1033 [cat <<_ATEOF
1035 _ATEOF])dnl
1036 dnl Turn our options into our desired strings
1037 m4_ifdef([AT_first_option],[m4_undefine([AT_first_option])])dnl
1038 m4_ifdef([AT_case],[m4_undefine([AT_case])])dnl
1039 m4_ifdef([AT_case_no],[m4_undefine([AT_case_no])])dnl
1040 m4_ifdef([AT_case_arg],[m4_undefine([AT_case_arg])])dnl
1041 m4_foreach([AT_option], m4_split(m4_normalize([$1]),[[ \|]+]),
1042 [m4_define_default([AT_first_option],AT_option)dnl
1043 m4_append([AT_case],m4_if(m4_len(AT_option),1,[],[-])[-]AT_option, [ | ])dnl
1044 m4_append([AT_case_no],[--no]AT_option, [ | ])dnl
1045 m4_append([AT_case_arg],m4_if(m4_len(AT_option),1,[],[-])[-]AT_option[=*], [ | ])dnl
1046 ])dnl m4_foreach AT_option
1047 dnl keep track so we or the user may process ACTION-IF-NOT-GIVEN
1048 m4_divert_once([PARSE_ARGS_BEGIN],
1051 ## Set up package specific options.
1053 ])dnl
1054 m4_divert_text([PARSE_ARGS_BEGIN],
1055 [dnl Provide a default value for options without arguments.
1056 m4_ifvaln([$3],,[at_arg_[]m4_bpatsubst([AT_first_option], -, _)=false])dnl
1057 at_arg_given_[]m4_bpatsubst([AT_first_option], -, _)=false
1058 ])dnl m4_divert_text DEFAULTS
1059 m4_ifval([$3],[m4_divert_once([PARSE_ARGS_END],
1062 ## Verify our last option didn't require an argument
1064 AS_IF([test -n "$at_prev"],[AS_ERROR([`$at_prev' requires an argument.])])])])
1065 m4_divert_text([PARSE_ARGS],
1066 [dnl Parse the options and args when necessary.
1067 m4_ifvaln([$3],
1068 [    AT_case )
1069         at_prev=--m4_bpatsubst([AT_first_option], -, _)
1070         ;;
1071     AT_case_arg )
1072         at_arg_[]m4_bpatsubst([AT_first_option], -, _)=$at_optarg
1073         at_arg_given_[]m4_bpatsubst([AT_first_option], -, _)=:
1074         $4
1075         ;;],
1076 [    AT_case )
1077         at_optarg=:
1078         at_arg_[]m4_bpatsubst([AT_first_option], -, _)=:
1079         at_arg_given_[]m4_bpatsubst([AT_first_option], -, _)=:
1080         m4_ifval([$4],[$4])dnl
1081         ;;
1082     AT_case_no )
1083         at_optarg=false
1084         at_arg_[]m4_bpatsubst([AT_first_option], -, _)=false
1085         at_arg_given_[]m4_bpatsubst([AT_first_option], -, _)=:
1086         m4_ifval([$4],[$4])dnl
1087         ;;])dnl m4_ifvaln $3
1088 ])dnl m4_divert_text PARSE_ARGS
1089 m4_ifvaln([$5],
1090 [m4_divert_once([PARSE_ARGS_END],
1093 ## Process package specific options when _not_ supplied.
1094 ##])dnl m4_divert_once PARSE_ARGS_END
1095 m4_divert_text([PARSE_ARGS_END],
1097 AS_IF([$at_arg_given_[]m4_bpatsubst([AT_first_option], -, _)],,[$5])dnl
1098 ])dnl m4_divert_text PARSE_ARGS_END
1099 ])dnl m4_ifvaln $5
1100 ])dnl _AT_ARG_OPTION
1103 # AT_ARG_OPTION(OPTIONS,HELP-TEXT,[ACTION-IF-GIVEN],[ACTION-IF-NOT-GIVEN])
1104 # ------------------------------------------------------------------------
1105 # Accept a set of OPTIONS with arguments.  Add HELP-TEXT to the HELP_OTHER
1106 # diversion.
1108 # Preceding dashes should not be passed into OPTIONS.  Users will be required
1109 # to pass `--' before long options and `-' before single character options.
1111 # $at_arg_OPTION will be set to `:' if this option is received, `false' if
1112 # if --noOPTION is received, and `false' by default.
1114 # Run ACTION-IF-GIVEN each time an option in OPTIONS is encountered with
1115 # $at_optarg set to `:' or `false' as appropriate.  $at_optarg is actually
1116 # just a copy of $at_arg_OPTION.
1118 # ACTION-IF-NOT-GIVEN will be run once after option parsing is complete
1119 # if no option from OPTIONS was found.
1120 m4_defun([AT_ARG_OPTION],[_AT_ARG_OPTION([$1],[$2],,[$3],[$4])])
1123 # AT_ARG_OPTION_ARG(OPTIONS,HELP-TEXT,[ACTION-IF-GIVEN],[ACTION-IF-NOT-GIVEN])
1124 # ---------------------------------------------------------------------------
1125 # Accept a set of OPTIONS with arguments, seperated by commas.  Add HELP-TEXT
1126 # to the HELP_OTHER diversion.
1128 # Preceding dashes should not be passed into OPTIONS.  Users will be required
1129 # to pass `--' before long options and `-' before single character options.
1131 # By default, any argument to these options will be assigned to the shell
1132 # variable $at_arg_OPTION, where OPTION is the first option in OPTIONS with
1133 # any `-' characters replaced with `_'.
1135 # Run ACTION-IF-GIVEN each time an option in OPTIONS is encountered with
1136 # $at_optarg set.  $at_optarg is actually just a copy of $at_arg_OPTION.
1138 # ACTION-IF-NOT-GIVEN will be run once after option parsing is complete
1139 # if no option from OPTIONS was found.
1140 m4_defun([AT_ARG_OPTION_ARG],[_AT_ARG_OPTION([$1],[$2],1,[$3],[$4])])
1143 # AT_TESTED(PROGRAMS)
1144 # -------------------
1145 # Specify the list of programs exercised by the test suite.  Their
1146 # versions are logged, and in the case of embedded test suite, they
1147 # must correspond to the version of the package.  PATH should be
1148 # already preset so the proper executable will be selected.
1149 m4_define([AT_TESTED],
1150 [m4_append_uniq([AT_tested], [$1], [
1151 ])])
1154 # AT_COPYRIGHT(TEXT)
1155 # ------------------
1156 # Emit TEXT, a copyright notice, in the top of the test suite and in
1157 # --version output.  Macros in TEXT are evaluated once.
1158 m4_define([AT_COPYRIGHT],
1159 [AS_COPYRIGHT([$1])[]dnl
1160 m4_divert_text([VERSION_NOTICES],
1162 $1])])# AT_COPYRIGHT
1165 # AT_SETUP(DESCRIPTION)
1166 # ---------------------
1167 # Start a group of related tests, all to be executed in the same subshell.
1168 # The group is testing what DESCRIPTION says.
1169 m4_define([AT_SETUP],
1170 [m4_ifdef([AT_keywords], [m4_undefine([AT_keywords])])
1171 m4_ifdef([AT_capture_files], [m4_undefine([AT_capture_files])])
1172 m4_define([AT_line], AT_LINE)
1173 m4_define([AT_xfail], [at_xfail=no])
1174 m4_define([AT_description], [$1])
1175 m4_define([AT_ordinal], m4_incr(AT_ordinal))
1176 m4_append([AT_groups_all], [ ]m4_defn([AT_ordinal]))
1177 m4_divert_push([TESTS])dnl
1178   AT_ordinal ) @%:@ AT_ordinal. m4_defn([AT_line]): $1
1179     at_setup_line='m4_defn([AT_line])'
1180     at_desc="AS_ESCAPE([$1])"
1181     $at_quiet AS_ECHO_N(["m4_format([%3d: %-]m4_eval(47 - m4_qdelta([$1]))[s],
1182                        AT_ordinal, AS_ESCAPE([[$1]]))[]"])
1183 m4_divert_push([TEST_SCRIPT])dnl
1187 # AT_XFAIL_IF(SHELL-EXPRESSION)
1188 # -----------------------------
1189 # Set up the test to be expected to fail if SHELL-EXPRESSION evaluates to
1190 # true (exitcode = 0).
1191 m4_define([AT_XFAIL_IF],
1192 [dnl
1193 dnl Try to limit the amount of conditionals that we emit.
1194 m4_case([$1],
1195       [], [],
1196       [false], [],
1197       [:], [m4_define([AT_xfail], [at_xfail=yes])],
1198       [true], [m4_define([AT_xfail], [at_xfail=yes])],
1199       [m4_append([AT_xfail], [
1200       $1 && at_xfail=yes])])])
1203 # AT_KEYWORDS(KEYWORDS)
1204 # ---------------------
1205 # Declare a list of keywords associated to the current test group.
1206 m4_define([AT_KEYWORDS],
1207 [m4_append_uniq([AT_keywords], [$1], [ ])])
1210 # AT_CAPTURE_FILE(FILE)
1211 # ---------------------
1212 # If the current test group does not behave as expected, save the contents of
1213 # FILE in the test suite log.
1214 m4_define([AT_CAPTURE_FILE],
1215 [m4_append_uniq([AT_capture_files], ["$1"], [ \
1216 ])])
1219 # AT_CLEANUP
1220 # ----------
1221 # Complete a group of related tests.
1222 m4_define([AT_CLEANUP],
1223 [m4_append([AT_help_all],
1224 m4_defn([AT_ordinal]);m4_defn([AT_line]);m4_defn([AT_description]);m4_ifdef([AT_keywords], [m4_defn([AT_keywords])]);
1225 )dnl
1226 m4_divert_pop([TEST_SCRIPT])dnl Back to TESTS
1227     AT_xfail
1228     echo "#                             -*- compilation -*-" >> "$at_group_log"
1229     (
1230       AS_ECHO(["AT_ordinal. m4_defn([AT_line]): testing $1..."])
1231       $at_traceon
1232 m4_undivert([TEST_SCRIPT])dnl Insert the code here
1233       $at_traceoff
1234       $at_times_p && times >"$at_times_file"
1235     ) AS_MESSAGE_LOG_FD>&1 2>&1 | eval $at_tee_pipe
1236     at_status=`cat "$at_status_file"`
1237     ;;
1239 m4_divert_pop([TESTS])dnl Back to KILL.
1240 ])# AT_CLEANUP
1243 # AT_BANNER(TEXT)
1244 # ---------------
1245 # Output TEXT without any shell expansion.
1246 m4_define([AT_BANNER],
1247 [m4_define([AT_banner_ordinal], m4_incr(AT_banner_ordinal))
1248 m4_append([AT_groups_all], [ banner-]m4_defn([AT_banner_ordinal]))
1249 m4_divert_text([TESTS],
1251   banner-AT_banner_ordinal ) @%:@ Banner AT_banner_ordinal. AT_LINE
1252     cat <<\_ATEOF
1256 _ATEOF
1257     ;;
1258 ])dnl
1259 ])# AT_BANNER
1262 # AT_DATA(FILE, CONTENTS)
1263 # -----------------------
1264 # Initialize an input data FILE with given CONTENTS, which should end with
1265 # an end of line.
1266 # This macro is not robust to active symbols in CONTENTS *on purpose*.
1267 # If you don't want CONTENTS to be evaluated, quote it twice.
1268 m4_define([AT_DATA],
1269 [cat >$1 <<'_ATEOF'
1270 $2[]_ATEOF
1274 # AT_CHECK(COMMANDS, [STATUS = 0], STDOUT, STDERR,
1275 #          [RUN-IF-FAIL], [RUN-IF-PASS])
1276 # ------------------------------------------------
1277 # Execute a test by performing given shell COMMANDS.  These commands
1278 # should normally exit with STATUS, while producing expected STDOUT and
1279 # STDERR contents.  Shell metacharacters in STDOUT and STDERR are
1280 # _not_ processed by the shell, but are treated as string literals.
1282 # STATUS, STDOUT, and STDERR are not checked if equal to `ignore'.
1284 # If STDOUT is `expout', then stdout is compared to the content of the file
1285 # `expout'.  Likewise for STDERR and `experr'.
1287 # If STDOUT is `stdout', then the stdout is left in the file `stdout',
1288 # likewise for STDERR and `stderr'.  Don't do this:
1290 #    AT_CHECK([command >out])
1291 #    # Some checks on `out'
1293 # do this instead:
1295 #    AT_CHECK([command], [], [stdout])
1296 #    # Some checks on `stdout'
1298 # You might wonder why you can't just use `ignore', then directly use stdout
1299 # and stderr left by the test suite:
1301 #    AT_CHECK([command], [], [ignore])
1302 #    AT_CHECK([check stdout])
1304 # If the test suite always captured data in the file `stdout', then the
1305 # second command would be trying to read and write from the same file, with
1306 # undefined behavior.  Therefore, the test suite actually captures data in
1307 # an internal file of a different name, and only creates `stdout' when
1308 # explicitly requested.
1310 # Any line of stderr starting with leading blanks and a `+' are filtered
1311 # out, since most shells when tracing include subshell traces in stderr.
1312 # This may cause spurious failures when the test suite is run with `-x'.
1314 m4_define([AT_CHECK],
1315 [_AT_CHECK([$1],[$2],[$3],[$4],[$5],[$6],1)])
1317 # AT_CHECK_NOESCAPE(COMMANDS, [STATUS = 0], STDOUT, STDERR,
1318 #                   [RUN-IF-FAIL], [RUN-IF-PASS])
1319 # ---------------------------------------------------------
1320 # Like AT_CHECK, but do not AS_ESCAPE shell metacharacters in the STDOUT
1321 # and STDERR arguments before running the comparison.
1322 m4_define([AT_CHECK_NOESCAPE],
1323 [_AT_CHECK([$1],[$2],[$3],[$4],[$5],[$6])])
1326 # _AT_DECIDE_TRACEABLE(COMMANDS)
1327 # ------------------------------
1328 # Worker for for _AT_CHECK that expands to shell code.  If COMMANDS are safe to
1329 # trace with `set -x', the shell code will set `at_trace_this=yes'.  Otherwise,
1330 # the shell code will print a message stating an aspect of COMMANDS that makes
1331 # tracing them unsafe.
1333 # Tracing COMMANDS is not safe if they contain a command that spans multiple
1334 # lines.  When the test suite user passes `-x' or `--trace', the test suite
1335 # precedes every command with a `set -x'.  Since most tests expect a specific
1336 # stderr, if only to confirm that it is empty, the test suite filters ^+ from
1337 # the captured stderr before comparing with the expected stderr.  If a command
1338 # spans multiple lines, so will its trace, but a `+' only prefixes the first
1339 # line of that trace:
1341 # $ echo 'foo
1342 # bar'
1343 # => stdout
1344 # foo
1345 # bar
1346 # => stderr
1347 # + foo
1348 # bar
1350 # In a subset of cases, one could filter such extended shell traces from stderr.
1351 # Since test commands spanning several lines are rare, I chose instead to simply
1352 # not trace COMMANDS that could yield multiple trace lines.  Distinguishing such
1353 # COMMANDS became the task at hand.
1355 # These features may cause a shell command to span multiple lines:
1357 # (a) A quoted literal newline.
1358 # Example:
1359 #   echo foo'
1360 #   'bar
1361 # M4 is a hostile language for the job of parsing COMMANDS to determine whether
1362 # each literal newline is quoted, so we simply disable tracing for all COMMANDS
1363 # that bear literal newlines.
1365 # (b) A command substitution not subject to word splitting.
1366 # Example:
1367 #   var=$(printf 'foo\nbar')
1368 # Example:
1369 #   echo "`printf 'foo\\nbar`"
1370 # One cannot know in general the number of lines a command substitution will
1371 # yield without executing the substituted command.  As such, we disable tracing
1372 # for all COMMANDS containing these constructs.
1374 # (c) A parameter expansion not subject to word splitting.
1375 # Example:
1376 #   var=foo'
1377 #   'bar
1378 #   echo "$var"
1379 # Parameter expansions appear in COMMANDS with much greater frequency than do
1380 # newlines and command substitutions, so disabling tracing for all such COMMANDS
1381 # would much more substantially devalue `testsuite -x'.  To determine which
1382 # parameter expansions yield multiple lines, we escape all ``', `"', and `\' in
1383 # a copy of COMMANDS and expand that string within double quotes at runtime.  If
1384 # the result of that expansion contains multiple lines, the test suite disables
1385 # tracing for the command in question.
1387 # This method leads the test suite to expand some parameters that the shell
1388 # itself will never expand due to single-quotes or backslash escapes.  This is
1389 # not a problem for `$foo' expansions, which will simply yield the empty string
1390 # or some unrelated value.  A `${...}' expansion could actually form invalid
1391 # shell code, however; consider `${=foo}'.  Therefore, we disable tracing for
1392 # all COMMANDS containing `${...}'.  This affects few COMMANDS.
1394 # This macro falls in a very hot path; the Autoconf test suite expands it 1640
1395 # times as of this writing.  To give a sense of the impact of the heuristics I
1396 # just described, the test suite preemptively disables tracing for 31 of those,
1397 # and 268 contain parameter expansions that require runtime evaluation.  The
1398 # balance are always safe to trace.
1400 # _AT_CHECK expands COMMANDS, but the Autoconf language does not provide a way
1401 # to safely expand arbitrary COMMANDS in an argument list, so the below tests
1402 # examine COMMANDS unexpanded.
1403 m4_define([_AT_DECIDE_TRACEABLE],
1404 [dnl Utility macros.
1405 m4_pushdef([at_lf], [
1406 ])[]dnl
1408 dnl Examine COMMANDS for a reason to never trace COMMANDS.
1409 m4_pushdef([at_reason],
1410            m4_bmatch([$1],
1411                      [`.*`], [[a `...` command substitution]],
1412                      [\$(],  [[a $(...) command substitution]],
1413                      [\${],  [[a ${...} parameter expansion]],
1414                      at_lf,  [[an embedded newline]],
1415                      [[]]dnl No reason.
1416 ))dnl
1418 m4_ifval(m4_defn([at_reason]),
1419 [echo 'Not enabling shell tracing (command contains ]m4_defn([at_reason])[)'],
1420 [m4_bmatch([$1], [\$],
1421 dnl COMMANDS may contain parameter expansions; expand them at runtime.
1422 [case "AS_ESCAPE([$1], [`\"])" in
1423  *'
1424 '*) echo 'Not enabling shell tracing (command contains an embedded newline)' ;;
1425  *) at_trace_this=yes ;;
1426     esac],
1427 dnl We know at build time that tracing COMMANDS is always safe.
1428 [at_trace_this=yes])])[]dnl
1429 m4_popdef([at_lf])[]dnl
1430 m4_popdef([at_reason])])
1433 # _AT_CHECK(COMMANDS, [STATUS = 0], STDOUT, STDERR,
1434 #           [RUN-IF-FAIL], [RUN-IF-PASS], SHELL_ESCAPE_IO)
1435 # ---------------------------------------------------------
1436 # Worker for AT_CHECK & AT_CHECK_NOESCAPE.  The final SHELL-ESCAPE-IO
1437 # argument determines whether the STDOUT & STDERR arguments will be escaped or
1438 # not.
1441 # Implementation Details
1442 # ----------------------
1443 # Ideally, we would like to run
1445 #    ( $at_traceon; COMMANDS >at-stdout 2> at-stderr )
1447 # but we must group COMMANDS as it is not limited to a single command, and
1448 # then the shells will save the traces in at-stderr. So we have to filter
1449 # them out when checking stderr, and we must send them into the test suite's
1450 # stderr to honor -x properly. Since only the first line of the trace of a
1451 # multiline command starts with a `+', and I know of no straightforward way to
1452 # filter out the unadorned trace lines, we disable shell tracing entirely for
1453 # commands that could span multiple lines.
1455 # Limiting COMMANDS to a single command is not good either, since them
1456 # the user herself would use {} or (), and then we face the same problem.
1458 # But then, there is no point in running
1460 #   ( $at_traceon { $1 ; } >at-stdout 2>at-stder1 )
1462 # instead of the simpler
1464 #  ( $at_traceon; $1 ) >at-stdout 2>at-stder1
1466 m4_define([_AT_CHECK],
1467 [$at_traceoff
1468 AS_ECHO(["$at_srcdir/AT_LINE: AS_ESCAPE([$1])"])
1469 echo AT_LINE >"$at_check_line_file"
1471 at_trace_this=
1472 if test -n "$at_traceon"; then
1473     _AT_DECIDE_TRACEABLE([$1])
1476 if test -n "$at_trace_this"; then
1477     ( $at_traceon; $1 ) >"$at_stdout" 2>"$at_stder1"
1478     at_status=$?
1479     grep '^ *+' "$at_stder1" >&2
1480     grep -v '^ *+' "$at_stder1" >"$at_stderr"
1481 else
1482     ( :; $1 ) >"$at_stdout" 2>"$at_stderr"
1483     at_status=$?
1486 at_failed=false
1487 dnl Check stderr.
1488 m4_case([$4],
1489         stderr, [echo stderr:; tee stderr <"$at_stderr"],
1490         ignore, [echo stderr:; cat "$at_stderr"],
1491         experr, [$at_diff experr "$at_stderr" || at_failed=:],
1492         [],     [$at_diff "$at_devnull" "$at_stderr" || at_failed=:],
1493         [echo >>"$at_stderr"; AS_ECHO(["m4_ifval([$7],[AS_ESCAPE([$4])],[$4])"]) | $at_diff - "$at_stderr" || at_failed=:])
1494 dnl Check stdout.
1495 m4_case([$3],
1496         stdout, [echo stdout:; tee stdout <"$at_stdout"],
1497         ignore, [echo stdout:; cat "$at_stdout"],
1498         expout, [$at_diff expout "$at_stdout" || at_failed=:],
1499         [],     [$at_diff "$at_devnull" "$at_stdout" || at_failed=:],
1500         [echo >>"$at_stdout"; AS_ECHO(["m4_ifval([$7],[AS_ESCAPE([$3])],[$3])"]) | $at_diff - "$at_stdout" || at_failed=:])
1501 dnl Check exit val.  Don't `skip' if we are precisely checking $? = 77.
1502 case $at_status in
1503 m4_if([$2], [77],
1504     [],
1505     [   77) echo 77 > "$at_status_file"; exit 77;;
1506 ])dnl
1507 m4_if([$2], [ignore],
1508     [   *);;],
1509     [   m4_default([$2], [0])) ;;
1510    *) AS_ECHO(["$at_srcdir/AT_LINE: exit code was $at_status, expected m4_default([$2], [0])"])
1511       at_failed=:;;])
1512 esac
1513 AS_IF($at_failed, [$5
1514   m4_ifdef([AT_capture_files],
1515     [for file in AT_capture_files
1516      do AS_ECHO(["$file:"]); sed 's/^/> /' "$file"; done])
1517   echo 1 > "$at_status_file"
1518   exit 1], [$6])
1519 $at_traceon
1520 ])# _AT_CHECK