bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU Autoconf 2.68] testsuite: 80 failed


From: Thomas M. Jett
Subject: [GNU Autoconf 2.68] testsuite: 80 failed
Date: Sun, 02 Oct 2011 08:45:08 -0500
User-agent: Thunderbird 2.0.0.18 (X11/20081105)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I've got a question for y'all.  Given that this  failed five tests,
does that make the  program unusable?  I've tried compiling this
several times, and have upgraded several related programs hoping for
aa better outcome but the results have been the same every time.  I
began upgrading these programs because of another I was trying to
compile that was causing errors when I ran "make check".  Any info you
can provide would be a big help.

Thanks.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk6Iat4ACgkQHi6xMF/et4nj/ACgnGDN5SwubKlFpsGSnTyTH1qE
CncAnA6UMkfYHpg4czAYgu1aZ/f6UwTO
=5pdL
-----END PGP SIGNATURE-----

## ----------------------------- ##
## GNU Autoconf 2.68 test suite. ##
## ----------------------------- ##

testsuite: command line was:
  $ ./testsuite 

## ---------- ##
## ChangeLog. ##
## ---------- ##

| 2010-09-22  Eric Blake  <address@hidden>
| 
|       Release Version 2.68.
|       * NEWS: Mention the release.
| 
| 2010-09-22  Ralf Wildenhues  <address@hidden>
| 
|       autom4te: add traces for likely future Automake macros
|       * lib/autom4te.in (Automake-preselections): Trace
|       AM_MAKEFILE_INCLUDE, AM_NLS, AM_POT_TOOLS, AM_PATH_GUILE,

## --------- ##
## Platform. ##
## --------- ##

hostname = darkstar
uname -m = i686
uname -r = 2.6.27.7
uname -s = Linux
uname -v = #2 Thu Nov 20 23:19:39 CST 2008

/usr/bin/uname -p = Celeron (Coppermine)
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/jreb/autoconf-2.68/tests
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/gcc34/bin
PATH: /usr/lib/java/bin
PATH: /usr/lib/java/jre/bin
PATH: /usr/lib/qt/bin
PATH: /home/jreb/autoconf-2.68

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2010 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/jreb/autoconf-2.68/tests'
| at_srcdir='.'
| abs_srcdir='/home/jreb/autoconf-2.68/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/jreb/autoconf-2.68'
| at_top_build_prefix='../'
| abs_top_builddir='/home/jreb/autoconf-2.68'
| 
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/sh'}

testsuite: atlocal:
| # -*- shell-script -*-
| # tests/atlocal.  Generated from atlocal.in by configure.
| # Configurable variable values for Autoconf test suite.
| 
| # Copyright (C) 2000, 2001, 2005, 2008, 2009, 2010 Free Software
| # Foundation, Inc.
| #
| # This program is free software: you can redistribute it and/or modify
| # it under the terms of the GNU General Public License as published by
| # the Free Software Foundation, either version 3 of the License, or
| # (at your option) any later version.
| #
| # This program is distributed in the hope that it will be useful,
| # but WITHOUT ANY WARRANTY; without even the implied warranty of
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
| # GNU General Public License for more details.
| #
| # You should have received a copy of the GNU General Public License
| # along with this program.  If not, see <http://www.gnu.org/licenses/>.
| 
| PERL='/usr/bin/perl'
| GREP='/usr/bin/grep'
| EGREP='/usr/bin/grep -E'
| SED='/usr/bin/sed'
| 
| # We need to know if sh -n is ok.
| ac_cv_sh_n_works='yes'
| 
| # Check whether the underlying system can manage some unusual
| # symbols in file names.
| if test -z ''; then
|   func_sanitize_file_name () { echo "$@"; }
| else
|   func_sanitize_file_name () { echo "$@" | tr -d ''; }
| fi
| 
| # Can we create directories with trailing whitespaces in their name?
| ac_cv_dir_trailing_space='yes'
| if test "$ac_cv_dir_trailing_space" = yes; then
|   func_sanitize_dir_name () { echo "$@"; }
| else
|   func_sanitize_dir_name () { echo "$@" | sed 's/  *$//'; }
| fi
| 
| # AUTOM4TE might be set in the environment.  Override it here so that
| # direct aclocal invocations also use it.
| AUTOM4TE=autom4te
| export AUTOM4TE

## ---------------- ##
## Tested programs. ##
## ---------------- ##

./local.at:520: /home/jreb/autoconf-2.68/tests/autom4te --version
autom4te (GNU Autoconf) 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Akim Demaille.

./local.at:520: /home/jreb/autoconf-2.68/tests/autoconf --version
autoconf (GNU Autoconf) 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:520: /home/jreb/autoconf-2.68/tests/autoheader --version
autoheader (GNU Autoconf) 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Roland McGrath and Akim Demaille.

./local.at:520: /home/jreb/autoconf-2.68/tests/autoupdate --version
autoupdate (GNU Autoconf) 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:520: /home/jreb/autoconf-2.68/tests/autoreconf --version
autoreconf (GNU Autoconf) 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:520: /home/jreb/autoconf-2.68/tests/ifnames --version
ifnames (GNU Autoconf) 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Paul Eggert.

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Sat Oct  1 22:21:20 CDT 2011
1. Syntax of the shell scripts (tools.at:46): ok     (0m3.100s 0m0.132s)
2. Syntax of the Perl scripts (tools.at:70): ok     (0m3.884s 0m0.404s)
3. autom4te cache (tools.at:88): ok     (0m2.824s 0m0.612s)
4. autom4te --force (tools.at:119): ok     (0m1.784s 0m0.420s)
5. autom4te and whitespace in file names (tools.at:145): ok     (0m9.649s 
0m2.300s)
6. autom4te --trace and unusual macro names (tools.at:217): ok     (0m0.904s 
0m0.168s)
7. autom4te --trace and whitespace (tools.at:227): ok     (0m0.920s 0m0.200s)
8. autoconf --trace: user macros (tools.at:252): ok     (0m4.788s 0m1.372s)
9. autoconf --trace: builtins (tools.at:338): ok     (0m4.928s 0m0.836s)
10. autoconf: forbidden tokens, basic (tools.at:369): ok     (0m2.420s 0m0.580s)
11. autoconf: forbidden tokens, exceptions (tools.at:407): ok     (0m1.204s 
0m0.412s)
12. autoconf: automatically allowed tokens (tools.at:446): ok     (0m2.024s 
0m0.368s)
13. autoconf: the empty token (tools.at:463): ok     (0m1.132s 0m0.336s)
14. autoconf: subdirectories (tools.at:478): ok     (0m2.820s 0m1.312s)
15. autoconf: input from stdin (tools.at:504): ok     (0m2.884s 0m0.692s)
16. autoconf: AC_AUTOCONF_VERSION (tools.at:522): ok     (0m2.072s 0m0.332s)
17. autoconf: AC_PRESERVE_HELP_ORDER (tools.at:540): ok     (0m2.176s 0m0.592s)
18. ifnames (tools.at:577): ok     (0m0.640s 0m0.100s)
19. autoheader (tools.at:625): ok     (0m6.012s 0m1.080s)
20. autoheader and macros (tools.at:758): ok     (0m3.948s 0m0.712s)
21. autoupdate (tools.at:799): ok     (0m20.977s 0m1.804s)
22. autoupdating AC_LINK_FILES (tools.at:831): ok     (0m12.821s 0m2.040s)
23. autoupdating AC_PREREQ (tools.at:858): ok     (0m31.786s 0m2.648s)
24. autoupdating AU_ALIAS (tools.at:879): ok     (0m16.025s 0m3.096s)
25. autoupdating OLD to NEW (tools.at:905): ok     (0m12.149s 0m1.604s)
27. autoupdating AC_HELP_STRING (tools.at:955): ok     (0m12.317s 0m1.572s)
28. autoupdating with m4sugar (tools.at:973): ok     (0m13.513s 0m2.068s)
32. autoupdating AC_LANG_SAVE (tools.at:1088): ok     (0m12.549s 0m1.596s)
33. autoupdating AC_FOREACH (tools.at:1108): ok     (0m12.081s 0m1.752s)
34. autoupdating with aclocal and m4_include (tools.at:1132): ok     (0m29.986s 
0m2.548s)
35. autom4te preselections (tools.at:1162): ok     (0m18.497s 0m2.324s)
36. autom4te cache creation (tools.at:1215): ok     (0m3.984s 0m1.084s)
37. autom4te cache locking (tools.at:1258): ok     (0m3.692s 0m0.792s)
38. autotools and whitespace in file names (tools.at:1278): ok     (2m8.012s 
0m17.025s)
39. m4_stack (m4sugar.at:42): ok     (0m0.984s 0m0.164s)
40. m4_defn (m4sugar.at:103): ok     (0m4.636s 0m1.044s)
41. m4_dumpdef (m4sugar.at:187): ok     (0m3.712s 0m0.880s)
42. m4_warn (m4sugar.at:246): ok     (0m3.844s 0m0.776s)
43. m4_divert_stack (m4sugar.at:304): ok     (0m4.680s 0m0.876s)
44. m4_expansion_stack (m4sugar.at:393): ok     (0m0.944s 0m0.156s)
45. m4_require: error message (m4sugar.at:417): ok     (0m0.908s 0m0.200s)
46. m4_require: circular dependencies (m4sugar.at:437): ok     (0m0.932s 
0m0.204s)
47. m4_require: one-shot initialization (m4sugar.at:467): ok     (0m1.888s 
0m0.412s)
48. m4_require: nested (m4sugar.at:528): ok     (0m4.712s 0m1.000s)
49. m4sugar shorthand conditionals (m4sugar.at:695): ok     (0m0.912s 0m0.244s)
50. m4_cond (m4sugar.at:780): ok     (0m0.972s 0m0.184s)
51. m4 lists (m4sugar.at:832): ok     (0m1.844s 0m0.384s)
52. m4_split (m4sugar.at:884): ok     (0m0.972s 0m0.176s)
53. m4_do (m4sugar.at:930): ok     (0m0.912s 0m0.196s)
54. m4_append (m4sugar.at:958): ok     (0m1.848s 0m0.436s)
55. m4_join (m4sugar.at:1042): ok     (0m0.944s 0m0.160s)
56. m4_expand (m4sugar.at:1093): ok     (0m0.944s 0m0.188s)
57. m4_text_box (m4sugar.at:1149): ok     (0m0.940s 0m0.208s)
58. m4_text_wrap (m4sugar.at:1173): ok     (0m0.964s 0m0.208s)
59. m4_version_compare (m4sugar.at:1235): ok     (0m0.968s 0m0.196s)
60. Standard regular expressions (m4sugar.at:1293): ok     (0m6.512s 0m1.380s)
61. m4_bmatch (m4sugar.at:1320): ok     (0m0.900s 0m0.212s)
62. m4_toupper and m4_tolower (m4sugar.at:1352): ok     (0m0.920s 0m0.212s)
63. m4_bpatsubsts (m4sugar.at:1389): ok     (0m0.948s 0m0.192s)
64. m4_esyscmd_s (m4sugar.at:1418): ok     (0m0.932s 0m0.224s)
65. M4 loops (m4sugar.at:1446): ok     (0m4.504s 0m1.048s)
66. m4_map (m4sugar.at:1600): ok     (0m0.896s 0m0.204s)
67. m4_map_args and m4_curry (m4sugar.at:1675): ok     (0m2.748s 0m0.544s)
68. m4_combine (m4sugar.at:1747): ok     (0m0.948s 0m0.172s)
69. m4_max and m4_min (m4sugar.at:1774): ok     (0m2.732s 0m0.608s)
70. recursion (m4sugar.at:1853): ok     (0m29.790s 0m0.608s)
71. m4_set (m4sugar.at:1970): ok     (0m23.609s 0m0.860s)
72. __file__ and __line__ (m4sugar.at:2120): ok     (0m0.960s 0m0.176s)
73. AS_WARN and AS_ERROR (m4sh.at:25): ok     (0m2.364s 0m0.756s)
74. LINENO (m4sh.at:90): ok     (0m3.880s 0m1.572s)
75. LINENO stack (m4sh.at:167): ok     (0m1.144s 0m0.208s)
76. AS_BOX (m4sh.at:196): ok     (0m1.028s 0m0.328s)
77. AS_BASENAME (m4sh.at:238): ok     (0m1.556s 0m0.644s)
78. AS_DIRNAME (m4sh.at:295): ok     (0m1.584s 0m0.728s)
79. AS_SET_CATFILE (m4sh.at:354): ok     (0m1.080s 0m0.224s)
81. AS_EXIT (m4sh.at:447): ok     (0m1.408s 0m0.624s)
82. AS_MKDIR_P (m4sh.at:496): ok     (0m1.144s 0m0.268s)
83. AS_VERSION_COMPARE (m4sh.at:528): ok     (0m1.364s 0m0.420s)
84. as_me (m4sh.at:574): ok     (0m1.068s 0m0.244s)
85. Negated classes in globbing (m4sh.at:598): ok     (0m1.096s 0m0.260s)
86. Null variable substitution (m4sh.at:626): ok     (0m1.012s 0m0.276s)
87. Functions Support (m4sh.at:692): ok     (0m1.076s 0m0.316s)
88. Functions and return Support (m4sh.at:734): ok     (0m1.104s 0m0.280s)
89. Nested AS_REQUIRE_SHELL_FN (m4sh.at:771): ok     (0m1.012s 0m0.268s)
90. Nested AS_REQUIRE (m4sh.at:804): ok     (0m1.056s 0m0.216s)
91. AS_REQUIRE_SHELL_FN and m4_require (m4sh.at:842): ok     (0m1.068s 0m0.288s)
92. AS_HELP_STRING (m4sh.at:883): ok     (0m1.148s 0m0.248s)
93. AS_IF and AS_CASE (m4sh.at:1022): ok     (0m5.296s 0m0.680s)
94. AS_FOR (m4sh.at:1179): ok     (0m1.144s 0m0.204s)
95. AS_LITERAL_IF (m4sh.at:1247): ok     (0m1.052s 0m0.280s)
96. AS_TR_SH and AS_TR_CPP (m4sh.at:1317): ok     (0m1.280s 0m0.848s)
97. AS_VAR basics (m4sh.at:1393): ok     (0m1.108s 0m0.320s)
98. AS_VAR_APPEND (m4sh.at:1505): ok     (0m1.076s 0m0.284s)
99. AS_VAR_ARITH (m4sh.at:1540): ok     (0m1.152s 0m0.248s)
100. AS_INIT cleanup (m4sh.at:1571): ok     (0m1.068s 0m0.220s)
101. AS_INIT_GENERATED (m4sh.at:1608): ok     (0m3.120s 0m1.560s)
102. AS_MESSAGE_FD (m4sh.at:1682): ok     (0m1.212s 0m0.504s)
103. _AS_CLEAN_DIR (m4sh.at:1726): ok     (0m1.172s 0m0.304s)
104. ECHO_C (m4sh.at:1755): ok     (0m1.216s 0m0.376s)
105. AT_COPYRIGHT (autotest.at:145): ok     (0m1.832s 0m0.704s)
106. AT_DATA (autotest.at:166): ok     (0m2.392s 0m1.264s)
107. Empty test suite (autotest.at:187): ok     (0m2.144s 0m1.052s)
108. Banner-only test suite (autotest.at:191): ok     (0m2.060s 0m1.056s)
109. Empty test (autotest.at:197): ok     (0m2.136s 0m1.176s)
110. Empty check (autotest.at:200): ok     (0m2.096s 0m1.184s)
111. AT_SETUP without AT_INIT (autotest.at:203): ok     (0m0.948s 0m0.220s)
112. AT_BANNER without AT_INIT (autotest.at:209): ok     (0m0.932s 0m0.240s)
113. AT_CLEANUP without AT_INIT (autotest.at:213): ok     (0m0.904s 0m0.256s)
114. Missing AT_CLEANUP (autotest.at:217): ok     (0m1.108s 0m0.256s)
115. AT_FAIL_IF without AT_SETUP (autotest.at:223): ok     (0m1.120s 0m0.224s)
116. AT_SKIP_IF without AT_SETUP (autotest.at:228): ok     (0m1.096s 0m0.216s)
117. AT_CHECK without AT_SETUP (autotest.at:233): ok     (0m1.108s 0m0.240s)
118. AT_DATA without AT_SETUP (autotest.at:238): ok     (0m1.132s 0m0.232s)
119. AT_XFAIL_IF without AT_SETUP (autotest.at:243): ok     (0m1.156s 0m0.260s)
120. AT_KEYWORDS without AT_SETUP (autotest.at:248): ok     (0m1.172s 0m0.252s)
121. AT_CLEANUP without AT_SETUP (autotest.at:253): ok     (0m1.136s 0m0.272s)
122. AT_BANNER inside AT_SETUP (autotest.at:258): ok     (0m1.160s 0m0.252s)
123. AT_SETUP inside AT_SETUP (autotest.at:266): ok     (0m1.104s 0m0.240s)
124. Multiple AT_INIT (autotest.at:276): ok     (0m1.192s 0m0.188s)
125. Tested programs (autotest.at:282): ok     (0m4.164s 0m1.640s)
126. Startup error messages (autotest.at:292): ok     (0m2.168s 0m1.208s)
127. Truth (autotest.at:304): ok     (0m2.088s 0m1.192s)
128. Fallacy (autotest.at:307): ok     (0m2.560s 0m1.600s)
129. Skip (autotest.at:312): ok     (0m2.096s 0m1.336s)
130. Hard fail (autotest.at:317): ok     (0m2.556s 0m1.684s)
131. AT_FAIL_IF (autotest.at:327): ok     (0m2.748s 0m2.116s)
132. AT_SKIP_IF (autotest.at:347): ok     (0m2.412s 0m1.600s)
133. Syntax error (autotest.at:367): ok     (0m2.716s 0m2.132s)
134. errexit (autotest.at:386): ok     (0m3.704s 0m3.328s)
135. at_status (autotest.at:428): ok     (0m3.844s 0m3.796s)
136. AT_CHECK execution environment (autotest.at:454): ok     (0m2.288s 
0m1.384s)
137. unquoted output (autotest.at:473): ok     (0m2.220s 0m1.140s)
138. Trace output (autotest.at:480): ok     (0m2.164s 0m1.280s)
139. Logging (autotest.at:486): ok     (0m3.976s 0m3.736s)
140. Binary output (autotest.at:531): ok     (0m3.892s 0m3.632s)
141. Cleanup (autotest.at:573): ok     (0m4.384s 0m4.316s)
142. Literal multiline command (autotest.at:613): ok     (0m2.144s 0m1.216s)
143. Multiline parameter expansion (autotest.at:619): ok     (0m2.176s 0m1.156s)
144. Backquote command substitution (autotest.at:626): ok     (0m2.172s 
0m1.260s)
145. Multiline backquote command substitution (autotest.at:631): ok     
(0m2.300s 0m1.184s)
146. Parenthetical command substitution (autotest.at:639): ok     (0m2.136s 
0m1.256s)
147. Multiline parenthetical command substitution (autotest.at:644): ok     
(0m2.180s 0m1.224s)
148. Shell comment in command (autotest.at:654): ok     (0m2.188s 0m1.228s)
149. Invalid brace-enclosed parameter expansion (autotest.at:668): ok     
(0m2.432s 0m1.588s)
150. Multiline command from M4 expansion (autotest.at:676): ok     (0m2.300s 
0m1.112s)
151. Double-M4-quoted command (autotest.at:683): ok     (0m2.128s 0m1.248s)
152. Metacharacters in command from M4 expansion (autotest.at:690): ok     
(0m2.188s 0m1.212s)
153. BS-newline in command (autotest.at:700): ok     (0m2.272s 0m1.112s)
154. ^BS-newline in command (autotest.at:705): ok     (0m2.148s 0m1.232s)
155. BSx641-newline in command (autotest.at:710): ok     (0m2.324s 0m1.144s)
156. BS-BS-newline in command (autotest.at:715): ok     (0m2.212s 0m1.192s)
157. BSx640-newline in command (autotest.at:723): ok     (0m2.208s 0m1.212s)
158. Newline-CODE-BS-newline in command (autotest.at:730): ok     (0m2.228s 
0m1.184s)
159. Single-quote-BS-newline in command (autotest.at:737): ok     (0m2.072s 
0m1.200s)
160. Single-quote-newline-BS-newline in command (autotest.at:743): ok     
(0m2.204s 0m1.168s)
161. Input from stdin (autotest.at:756): ok     (0m2.364s 0m1.444s)
162. Backquote in a test title (autotest.at:832): ok     (0m2.880s 0m2.432s)
163. Single-quote in a test title (autotest.at:833): ok     (0m2.932s 0m2.304s)
164. Double-quote in a test title (autotest.at:834): ok     (0m2.988s 0m2.192s)
165. Backslash in a test title (autotest.at:836): ok     (0m2.976s 0m2.312s)
166. Brackets in a test title (autotest.at:837): ok     (0m2.852s 0m2.396s)
167. Left bracket in a test title (autotest.at:838): ok     (0m2.972s 0m2.156s)
168. Right bracket in a test title (autotest.at:839): ok     (0m2.928s 0m2.152s)
169. Quoted pound in a test title (autotest.at:840): ok     (0m2.832s 0m2.328s)
170. Pound in a test title (autotest.at:841): ok     (0m2.892s 0m2.272s)
171. Quoted comma in a test title (autotest.at:842): ok     (0m2.944s 0m2.236s)
172. Comma in a test title (autotest.at:843): ok     (0m2.908s 0m2.332s)
173. Parentheses in a test title (autotest.at:845): ok     (0m2.852s 0m2.160s)
174. Left paren in a test title (autotest.at:846): ok     (0m3.032s 0m2.196s)
175. Right paren in a test title (autotest.at:847): ok     (0m2.972s 0m1.908s)
176. Quoted Macro in a test title (autotest.at:849): ok     (0m2.688s 0m2.184s)
177. Macro in a test title (autotest.at:850): ok     (0m2.936s 0m2.292s)
178. Macro with backquote in a test title (autotest.at:851): ok     (0m2.924s 
0m2.336s)
179. Macro with single-quote in a test title (autotest.at:852): ok     
(0m2.932s 0m2.448s)
180. Macro with double-quote in a test title (autotest.at:853): ok     
(0m2.892s 0m2.328s)
181. Macro with backslash in a test title (autotest.at:855): ok     (0m2.912s 
0m2.368s)
182. Macro echoing macro in a test title (autotest.at:856): ok     (0m2.856s 
0m2.388s)
183. Macro echoing single-quote in a test title (autotest.at:858): ok     
(0m2.908s 0m2.408s)
184. Long test title in a test title (autotest.at:859): ok     (0m2.824s 
0m2.544s)
185. Longer test title in a test title (autotest.at:860): ok     (0m2.952s 
0m2.404s)
186. Long test source lines (autotest.at:871): ok     (0m2.568s 0m1.604s)
187. Huge testsuite (autotest.at:885): ok     (0m15.621s 0m1.612s)
188. Debugging a successful test (autotest.at:897): ok     (0m3.000s 0m2.288s)
189. Debugging script and environment (autotest.at:911): ok     (0m3.720s 
0m3.152s)
190. Debugging a failed test (autotest.at:928): ok     (0m3.128s 0m2.536s)
191. Using atlocal (autotest.at:939): ok     (0m4.764s 0m4.508s)
192. Choosing where testsuite is run (autotest.at:974): ok     (0m3.696s 
0m3.292s)
193. recheck (autotest.at:1009): ok     (0m5.228s 0m5.844s)
194. Banners (autotest.at:1057): ok     (0m8.721s 0m11.117s)
195. Keywords and ranges (autotest.at:1124): ok     (0m16.061s 0m23.021s)
196. Keyword wrapping (autotest.at:1227): ok     (0m1.776s 0m0.504s)
197. AT_ARG_OPTION (autotest.at:1256): ok     (0m6.816s 0m7.752s)
198. AT_ARG_OPTION_ARG (autotest.at:1305): ok     (0m6.340s 0m7.392s)
199. parallel test execution (autotest.at:1371): ok     (0m5.224s 0m6.220s)
200. parallel truth (autotest.at:1462): ok     (0m2.176s 0m1.196s)
201. parallel fallacy (autotest.at:1467): ok     (0m2.532s 0m1.552s)
202. parallel skip (autotest.at:1472): ok     (0m2.292s 0m1.232s)
203. parallel syntax error (autotest.at:1477): ok     (0m2.796s 0m2.280s)
204. parallel errexit (autotest.at:1496): ok     (0m2.644s 0m1.816s)
205. parallel autotest and signal handling (autotest.at:1512): ok     (0m5.644s 
0m6.352s)
206. parallel args but non-working mkfifo (autotest.at:1631): ok     (0m2.264s 
0m1.384s)
207. colored test results (autotest.at:1653): ok     (0m6.108s 0m7.604s)
208. srcdir propagation (autotest.at:1742): ok     (0m9.897s 0m9.197s)
209. whitespace in absolute testdir (autotest.at:1820): ok     (0m2.408s 
0m1.812s)
210. unusual file names (autotest.at:1844): ok     (0m2.044s 0m0.772s)
211. Erlang Eunit unit tests (autotest.at:1874): ok     (0m5.172s 0m2.204s)
212. AC_REQUIRE: topological sort (base.at:28): ok     (0m1.364s 0m0.428s)
213. AC_REQUIRE: error message (base.at:72): ok     (0m1.132s 0m0.304s)
214. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:90): ok     (0m1.288s 
0m0.376s)
215. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:132): ok     
(0m1.328s 0m0.380s)
216. AC_REQUIRE & AC_PROVIDE (base.at:174): ok     (0m1.268s 0m0.384s)
217. AC_INIT (base.at:207): ok     (0m2.068s 0m0.724s)
218. AC_INIT with unusual version strings (base.at:226): ok     (0m9.321s 
0m2.948s)
219. AC_COPYRIGHT (base.at:291): ok     (0m1.964s 0m0.672s)
220. AC_CACHE_CHECK (base.at:322): ok     (0m21.993s 0m13.109s)
221. AC_CACHE_LOAD (base.at:512): ok     (0m2.612s 0m1.036s)
222. AC_COMPUTE_INT (base.at:538): ok     (0m4.116s 0m1.532s)
223. AC_TRY_COMMAND (base.at:560): ok     (0m2.184s 0m0.808s)
224. Input/Output (base.at:590): ok     (0m2.492s 0m1.128s)
225. configure arguments (base.at:608): ok     (0m2.380s 0m1.172s)
226. AC_ARG_ENABLE and AC_ARG_WITH (base.at:630): ok     (0m3.132s 0m1.976s)
227. configure directories (base.at:682): ok     (0m2.852s 0m1.572s)
228. AC_CONFIG_COMMANDS with empty commands (torture.at:27): ok     (0m5.348s 
0m2.392s)
229. AC_CONFIG_COMMANDS with temporary directory (torture.at:36): ok     
(0m5.632s 0m2.864s)
230. Multiple AC_CONFIG_FILES (torture.at:64): ok     (0m1.324s 0m0.376s)
231. Parameterized AC_CONFIG_FILES (torture.at:76): ok     (0m3.080s 0m1.332s)
232. AC_ARG_VAR (torture.at:130): ok     (0m13.093s 0m14.921s)
233. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:187): ok     
(0m15.513s 0m19.049s)
234. Macro calls in AC_CONFIG_COMMANDS tags (torture.at:378): ok     (0m2.696s 
0m1.004s)
235. Missing templates (torture.at:398): ok     (0m3.456s 0m1.996s)
236. configure invocation (torture.at:440): ok     (0m10.413s 0m8.657s)
237. #define header templates (torture.at:504): ok     (0m2.996s 0m1.276s)
238. Torturing config.status (torture.at:638): ok     (0m8.865s 0m4.104s)
239. Substitute a 2000-byte string (torture.at:780): ok     (0m4.560s 0m2.804s)
240. Define to a 2000-byte string (torture.at:858): ok     (0m4.740s 0m1.552s)
241. Substitute and define special characters (torture.at:882): ok     
(0m6.368s 0m3.220s)
242. Substitute a newline (torture.at:989): ok     (0m3.860s 0m2.312s)
243. Define a newline (torture.at:1030): ok     (0m9.477s 0m3.304s)
244. AC_SUBST: variable name validation (torture.at:1075): ok     (0m24.262s 
0m7.184s)
245. datarootdir workaround (torture.at:1105): ok     (0m6.016s 0m2.624s)
246. srcdir (torture.at:1156): ok     (0m4.476s 0m3.364s)
247. VPATH (torture.at:1199): ok     (0m4.676s 0m4.060s)
248. Signal handling (torture.at:1285): ok     (0m2.128s 0m0.820s)
249. AC_CONFIG_LINKS (torture.at:1303): ok     (0m9.797s 0m10.773s)
250. AC_CONFIG_LINKS and identical files (torture.at:1357): ok     (0m6.484s 
0m6.388s)
251. Configuring subdirectories (torture.at:1430): ok     (0m52.867s 0m17.949s)
252. Deep Package (torture.at:1563): ok     (0m48.603s 0m24.270s)
253. Non-Autoconf AC_CONFIG_SUBDIRS (torture.at:1699): ok     (0m11.029s 
0m2.488s)
254. Non-literal AC_CONFIG_SUBDIRS (torture.at:1741): ok     (0m18.709s 
0m4.592s)
255. Empty directory (torture.at:1792): ok     (0m3.172s 0m0.356s)
256. Unusual Automake input files (torture.at:1813): ok     (0m16.397s 0m2.536s)
257. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:31): ok     (0m2.044s 
0m0.392s)
258. AC_REQUIRE & AC_LANG (compile.at:83): ok     (0m2.404s 0m0.804s)
259. AC_LANG_SOURCE (compile.at:119): ok     (0m4.408s 0m1.632s)
260. AC_LANG_SOURCE(C++) (compile.at:144): ok     (0m4.580s 0m1.588s)
261. AC_LANG_SOURCE example (compile.at:170): ok     (0m2.300s 0m0.844s)
262. AC_LANG_PROGRAM example (compile.at:215): ok     (0m2.228s 0m0.772s)
263. AC_COMPILE_IFELSE (compile.at:267): ok     (0m15.185s 0m5.276s)
264. AC_RUN_IFELSE (compile.at:310): ok     (0m5.344s 0m1.896s)
265. Order of user actions and cleanup (compile.at:344): ok     (0m6.040s 
0m2.128s)
266. AC_TRY_LINK_FUNC (compile.at:390): ok     (0m9.897s 0m4.100s)
267. Multiple languages (compile.at:400): ok     (0m17.789s 0m6.792s)
268. AC_NO_EXECUTABLES (aclang.at:13): ok     (0m5.644s 0m2.528s)
269. AC_REQUIRE_CPP (aclang.at:14): ok     (0m8.893s 0m4.168s)
270. Extensions (c.at:34): ok     (0m8.641s 0m3.720s)
271. Broken/missing compilers (c.at:57): ok     (0m2.772s 0m0.924s)
272. C keywords (c.at:76): ok     (0m9.125s 0m3.880s)
273. AC_PROG_CPP requires AC_PROG_CC (c.at:94): ok     (0m8.985s 0m3.812s)
274. AC_PROG_CPP with warnings (c.at:109): ok     (0m7.364s 0m2.596s)
275. AC_PROG_CPP without warnings (c.at:141): ok     (0m7.092s 0m2.744s)
276. AC_PROG_CPP via CC (c.at:181): ok     (0m7.376s 0m2.736s)
277. AC_NO_EXECUTABLES (working linker) (c.at:222): ok     (0m8.705s 0m3.784s)
278. AC_NO_EXECUTABLES (broken linker) (c.at:232): ok     (0m6.772s 0m2.904s)
279. AC_USE_SYSTEM_EXTENSIONS (c.at:243): ok     (0m21.105s 0m7.592s)
280. AC_C_RESTRICT and C++ (c.at:266): ok     (0m7.148s 0m2.716s)
281. AC_OPENMP and C (c.at:329): ok     (0m8.445s 0m2.948s)
282. AC_OPENMP and C++ (c.at:383): ok     (0m8.869s 0m2.848s)
283. AC_C_BACKSLASH_A (acc.at:13): ok     (0m8.317s 0m3.404s)
284. AC_C_BIGENDIAN (acc.at:14): ok     (0m12.105s 0m5.464s)
285. AC_C_CHAR_UNSIGNED (acc.at:15): ok     (0m12.025s 0m5.412s)
286. AC_C_FLEXIBLE_ARRAY_MEMBER (acc.at:16): ok     (0m8.361s 0m3.568s)
287. AC_C_INLINE (acc.at:17): ok     (0m8.217s 0m3.548s)
288. AC_C_PROTOTYPES (acc.at:18): ok     (0m8.221s 0m3.420s)
289. AC_C_RESTRICT (acc.at:19): ok     (0m8.365s 0m3.476s)
290. AC_C_STRINGIZE (acc.at:20): ok     (0m8.841s 0m3.664s)
291. AC_C_TYPEOF (acc.at:21): ok     (0m8.253s 0m3.568s)
292. AC_C_VARARRAYS (acc.at:22): ok     (0m8.213s 0m3.572s)
293. AC_OPENMP (acc.at:23): ok     (0m8.605s 0m3.664s)
294. AC_PROG_CC_C89 (acc.at:24): ok     (0m8.109s 0m3.528s)
295. AC_PROG_CC_C99 (acc.at:25): ok     (0m8.761s 0m3.528s)
296. AC_PROG_CC_C_O (acc.at:26): ok     (0m8.441s 0m3.896s)
297. AC_PROG_CC_STDC (acc.at:27): ok     (0m8.901s 0m3.444s)
298. AC_PROG_CPP_WERROR (acc.at:28): ok     (0m8.305s 0m3.832s)
299. AC_PROG_GCC_TRADITIONAL (acc.at:29): ok     (0m9.005s 0m3.604s)
300. AC_LANG_C (acc.at:32): ok     (0m19.681s 0m3.688s)
301. AC_LANG_CPLUSPLUS (acc.at:33): ok     (0m19.473s 0m3.724s)
302. AC_LANG_OBJC (acc.at:34): ok     (0m19.249s 0m3.988s)
303. GNU Fortran 77 (fortran.at:31): ok     (0m7.464s 0m3.492s)
304. GNU Fortran (fortran.at:59): ok     (0m7.832s 0m3.580s)
305. AC_OPENMP and Fortran 77 (fortran.at:82): ok     (0m8.065s 0m2.860s)
306. AC_OPENMP and Fortran (fortran.at:122): ok     (0m8.089s 0m2.836s)
307. AC_F77_DUMMY_MAIN usage (fortran.at:174): ok     (0m10.045s 0m3.592s)
308. AC_FC_DUMMY_MAIN usage (fortran.at:254): ok     (0m10.253s 0m3.620s)
309. AC_F77_MAIN usage (fortran.at:335): ok     (0m10.453s 0m3.676s)
310. AC_FC_MAIN usage (fortran.at:417): ok     (0m10.673s 0m3.724s)
311. AC_F77_FUNC usage (fortran.at:499): ok     (0m8.029s 0m3.412s)
312. AC_FC_FUNC usage (fortran.at:573): ok     (0m8.025s 0m3.348s)
313. AC_FC_SRCEXT usage (fortran.at:646): ok     (0m5.364s 0m2.728s)
314. AC_FC_FREEFORM (fortran.at:731): ok     (0m4.468s 0m2.096s)
315. AC_FC_FREEFORM with AC_FC_SRCEXT (fortran.at:768): ok     (0m4.756s 
0m2.164s)
316. AC_FC_FIXEDFORM (fortran.at:806): ok     (0m4.608s 0m1.856s)
317. AC_FC_FIXEDFORM with AC_FC_SRCEXT (fortran.at:844): ok     (0m4.656s 
0m2.144s)
318. AC_FC_LINE_LENGTH (fortran.at:883): ok     (0m29.222s 0m13.341s)
319. AC_F77_MAIN (acfortran.at:13): ok     (0m9.661s 0m4.224s)
320. AC_F77_WRAPPERS (acfortran.at:14): ok     (0m11.025s 0m4.640s)
321. AC_FC_FIXEDFORM (acfortran.at:15): ok     (0m7.768s 0m3.352s)
322. AC_FC_FREEFORM (acfortran.at:16): ok     (0m7.916s 0m3.404s)
323. AC_FC_LINE_LENGTH (acfortran.at:17): ok     (0m7.760s 0m3.568s)
324. AC_FC_MAIN (acfortran.at:18): ok     (0m9.681s 0m4.100s)
325. AC_FC_WRAPPERS (acfortran.at:19): ok     (0m10.925s 0m4.620s)
326. AC_PROG_F77_C_O (acfortran.at:20): ok     (0m7.848s 0m3.424s)
327. AC_PROG_FC_C_O (acfortran.at:21): ok     (0m7.716s 0m3.472s)
328. AC_F77_NAME_MANGLING (acfortran.at:24): ok     (0m19.221s 0m3.868s)
329. AC_LANG_FORTRAN77 (acfortran.at:25): ok     (0m19.329s 0m3.880s)
330. Erlang (erlang.at:32): skipped (erlang.at:32)
331. AC_ERLANG_CHECK_LIB (erlang.at:54): skipped (erlang.at:54)
332. AC_ERLANG_SUBST_ROOT_DIR (erlang.at:74): skipped (erlang.at:74)
333. AC_ERLANG_SUBST_LIB_DIR (erlang.at:91): skipped (erlang.at:91)
334. AC_ERLANG_SUBST_INSTALL_LIB_DIR (erlang.at:108): ok     (0m5.304s 0m2.416s)
335. AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR (erlang.at:116): ok     (0m5.460s 
0m2.396s)
336. AC_ERLANG_SUBST_ERTS_VER (erlang.at:130): skipped (erlang.at:130)
337. AC_CHECK_LIB (semantics.at:33): ok     (0m11.725s 0m5.004s)
338. AC_SEARCH_LIBS (semantics.at:77): ok     (0m8.933s 0m3.772s)
339. AC_SEARCH_LIBS (none needed) (semantics.at:90): ok     (0m8.325s 0m3.768s)
340. AC_CHECK_DECLS (semantics.at:105): ok     (0m9.773s 0m5.004s)
341. AC_CHECK_FUNCS (semantics.at:159): ok     (0m8.937s 0m3.724s)
342. AC_REPLACE_FUNCS (semantics.at:172): ok     (0m7.768s 0m2.916s)
343. AC_CHECK_HEADERS (semantics.at:211): ok     (0m10.453s 0m4.052s)
344. AC_CHECK_HEADERS (preprocessor test) (semantics.at:240): ok     (0m6.812s 
0m2.452s)
345. AC_CHECK_HEADERS (compiler test) (semantics.at:267): ok     (0m6.644s 
0m2.408s)
346. AC_CHECK_MEMBER (semantics.at:300): ok     (0m8.741s 0m3.716s)
347. AC_CHECK_MEMBERS (semantics.at:326): ok     (0m8.777s 0m3.688s)
348. AC_CHECK_ALIGNOF (semantics.at:341): ok     (0m13.261s 0m5.656s)
349. AC_CHECK_ALIGNOF (cross compile) (semantics.at:341): ok     (0m12.789s 
0m5.648s)
350. AC_CHECK_ALIGNOF struct (semantics.at:358): ok     (0m12.581s 0m5.708s)
351. AC_CHECK_ALIGNOF struct (cross compile) (semantics.at:358): ok     
(0m12.325s 0m5.372s)
352. AC_CHECK_SIZEOF (semantics.at:370): ok     (0m13.141s 0m5.752s)
353. AC_CHECK_SIZEOF (cross compile) (semantics.at:370): ok     (0m13.001s 
0m5.668s)
354. AC_CHECK_SIZEOF struct (semantics.at:386): ok     (0m13.901s 0m5.896s)
355. AC_CHECK_SIZEOF struct (cross compile) (semantics.at:386): ok     
(0m14.997s 0m7.020s)
356. AC_CHECK_TYPES (semantics.at:411): ok     (0m8.557s 0m3.880s)
357. AC_CHECK_TYPES: backward compatibility (semantics.at:425): ok     
(0m2.020s 0m0.352s)
358. AC_CHECK_FILES (semantics.at:461): ok     (0m5.656s 0m2.440s)
359. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:504): ok     (0m2.372s 
0m0.784s)
360. AC_C_BIGENDIAN (semantics.at:553): ok     (0m21.957s 0m7.732s)
361. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:602): ok     (0m2.220s 0m0.828s)
362. AC_PATH_PROGS_FEATURE_CHECK (semantics.at:644): ok     (0m2.284s 0m0.896s)
363. AC_PATH_XTRA (semantics.at:724): ok     (0m12.189s 0m5.020s)
364. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:742): ok     (0m12.489s 0m5.560s)
365. AC_FUNC_SETVBUF_REVERSED (semantics.at:743): ok     (0m5.324s 0m2.416s)
366. AC_FUNC_WAIT3 (semantics.at:744): ok     (0m12.401s 0m5.360s)
367. AC_ARG_ENABLE (acgeneral.at:13): ok     (0m5.320s 0m2.388s)
368. AC_ARG_PROGRAM (acgeneral.at:14): ok     (0m5.360s 0m2.444s)
369. AC_ARG_WITH (acgeneral.at:15): ok     (0m5.320s 0m2.412s)
370. AC_CHECK_DECLS_ONCE (acgeneral.at:16): ok     (0m12.161s 0m5.320s)
371. AC_EGREP_CPP (acgeneral.at:17): ok     (0m8.753s 0m3.816s)
372. AC_EGREP_HEADER (acgeneral.at:18): ok     (0m8.865s 0m3.612s)
373. AC_LIBOBJ (acgeneral.at:19): ok     (0m5.460s 0m2.344s)
374. AC_LIBSOURCES (acgeneral.at:20): ok     (0m5.360s 0m2.372s)
375. AC_PREFIX_DEFAULT (acgeneral.at:21): ok     (0m5.316s 0m2.404s)
376. AC_CHECKING (acgeneral.at:24): ok     (0m19.505s 0m3.824s)
377. AC_COMPILE_CHECK (acgeneral.at:25): ok     (0m23.845s 0m5.348s)
378. AC_ENABLE (acgeneral.at:26): ok     (0m19.493s 0m3.792s)
379. AC_FOREACH (acgeneral.at:27): ok     (0m19.549s 0m3.820s)
380. AC_MSG_RESULT_UNQUOTED (acgeneral.at:28): ok     (0m19.645s 0m4.076s)
381. AC_TRY_COMPILE (acgeneral.at:29): ok     (0m24.594s 0m5.816s)
382. AC_TRY_CPP (acgeneral.at:30): ok     (0m23.769s 0m5.548s)
383. AC_TRY_LINK (acgeneral.at:31): ok     (0m23.961s 0m5.376s)
384. AC_TRY_RUN (acgeneral.at:32): ok     (0m24.914s 0m5.488s)
385. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:33): ok     (0m20.573s 
0m4.020s)
386. AC_WITH (acgeneral.at:34): ok     (0m20.409s 0m3.664s)
387. AC_OUTPUT_COMMANDS (acstatus.at:15): ok     (0m20.417s 0m3.976s)
388. AC_SYS_INTERPRETER (acspecific.at:13): ok     (0m5.464s 0m2.472s)
389. AC_SYS_LARGEFILE (acspecific.at:14): ok     (0m8.669s 0m3.692s)
390. AC_SYS_LONG_FILE_NAMES (acspecific.at:15): ok     (0m5.648s 0m2.472s)
391. AC_SYS_POSIX_TERMIOS (acspecific.at:16): ok     (0m8.737s 0m3.648s)
392. AC_AIX (acspecific.at:19): ok     (0m32.130s 0m8.901s)
393. AC_ARG_ARRAY (acspecific.at:20): ok     (0m20.045s 0m3.712s)
394. AC_DECL_SYS_SIGLIST (acspecific.at:21): ok     (0m24.206s 0m5.532s)
395. AC_DYNIX_SEQ (acspecific.at:22): ok     (0m24.518s 0m5.652s)
396. AC_HAVE_POUNDBANG (acspecific.at:23): ok     (0m19.965s 0m3.944s)
397. AC_IRIX_SUN (acspecific.at:24): ok     (0m24.694s 0m5.820s)
398. AC_ISC_POSIX (acspecific.at:25): ok     (0m24.438s 0m5.540s)
399. AC_MINIX (acspecific.at:26): ok     (0m31.810s 0m8.921s)
400. AC_SCO_INTL (acspecific.at:27): ok     (0m24.586s 0m5.596s)
401. AC_XENIX_DIR (acspecific.at:28): ok     (0m25.626s 0m6.116s)
402. AC_PROG_AWK (acprograms.at:13): ok     (0m5.560s 0m2.400s)
403. AC_PROG_FGREP (acprograms.at:14): ok     (0m5.620s 0m2.452s)
404. AC_PROG_INSTALL (acprograms.at:15): ok     (0m5.600s 0m2.460s)
405. AC_PROG_LEX (acprograms.at:16): ok     (0m16.297s 0m4.216s)
406. AC_PROG_LN_S (acprograms.at:17): ok     (0m5.488s 0m2.448s)
407. AC_PROG_MAKE_SET (acprograms.at:18): ok     (0m5.596s 0m2.424s)
408. AC_PROG_MKDIR_P (acprograms.at:19): ok     (0m5.648s 0m2.400s)
409. AC_PROG_RANLIB (acprograms.at:20): ok     (0m5.472s 0m2.492s)
410. AC_PROG_SED (acprograms.at:21): ok     (0m5.552s 0m2.408s)
411. AC_PROG_YACC (acprograms.at:22): ok     (0m5.596s 0m2.388s)
412. AC_CHECK_TOOL_PREFIX (acprograms.at:25): ok     (0m20.057s 0m3.876s)
413. AC_DECL_YYTEXT (acprograms.at:26): ok     (0m39.602s 0m6.544s)
414. AC_RSH (acprograms.at:27): ok     (0m20.409s 0m4.160s)
415. AC_CHECK_HEADERS_ONCE (acheaders.at:13): ok     (0m5.492s 0m2.488s)
416. AC_HEADER_ASSERT (acheaders.at:14): ok     (0m5.520s 0m2.492s)
417. AC_HEADER_MAJOR (acheaders.at:15): ok     (0m12.529s 0m5.776s)
418. AC_HEADER_RESOLV (acheaders.at:16): ok     (0m9.209s 0m4.432s)
419. AC_HEADER_STAT (acheaders.at:17): ok     (0m8.425s 0m3.624s)
420. AC_HEADER_STDBOOL (acheaders.at:18): ok     (0m12.605s 0m5.844s)
421. AC_HEADER_TIOCGWINSZ (acheaders.at:19): ok     (0m8.973s 0m3.912s)
422. AC_DIR_HEADER (acheaders.at:22): ok     (0m33.234s 0m9.297s)
423. AC_MEMORY_H (acheaders.at:23): ok     (0m31.094s 0m8.277s)
424. AC_UNISTD_H (acheaders.at:24): ok     (0m31.706s 0m8.425s)
425. AC_USG (acheaders.at:25): ok     (0m32.242s 0m8.677s)
426. AC_STRUCT_DIRENT_D_INO (actypes.at:13): ok     (0m9.473s 0m3.840s)
427. AC_STRUCT_DIRENT_D_TYPE (actypes.at:14): ok     (0m9.445s 0m3.880s)
428. AC_STRUCT_ST_BLOCKS (actypes.at:15): ok     (0m12.725s 0m5.504s)
429. AC_STRUCT_TIMEZONE (actypes.at:16): ok     (0m8.805s 0m3.596s)
430. AC_TYPE_INT16_T (actypes.at:17): ok     (0m12.613s 0m5.592s)
431. AC_TYPE_INT32_T (actypes.at:18): ok     (0m12.653s 0m5.560s)
432. AC_TYPE_INT64_T (actypes.at:19): ok     (0m12.757s 0m5.456s)
433. AC_TYPE_INT8_T (actypes.at:20): ok     (0m12.821s 0m5.568s)
434. AC_TYPE_INTMAX_T (actypes.at:21): ok     (0m13.457s 0m5.968s)
435. AC_TYPE_INTPTR_T (actypes.at:22): ok     (0m12.601s 0m5.776s)
436. AC_TYPE_LONG_DOUBLE (actypes.at:23): ok     (0m8.529s 0m3.600s)
437. AC_TYPE_LONG_DOUBLE_WIDER (actypes.at:24): ok     (0m8.777s 0m3.484s)
438. AC_TYPE_MODE_T (actypes.at:25): ok     (0m12.949s 0m5.656s)
439. AC_TYPE_OFF_T (actypes.at:26): ok     (0m12.853s 0m5.680s)
440. AC_TYPE_SSIZE_T (actypes.at:27): ok     (0m12.817s 0m5.864s)
441. AC_TYPE_UINT16_T (actypes.at:28): ok     (0m12.497s 0m5.580s)
442. AC_TYPE_UINT32_T (actypes.at:29): ok     (0m12.465s 0m5.572s)
443. AC_TYPE_UINT64_T (actypes.at:30): ok     (0m12.433s 0m5.512s)
444. AC_TYPE_UINT8_T (actypes.at:31): ok     (0m12.397s 0m5.416s)
445. AC_TYPE_UINTMAX_T (actypes.at:32): ok     (0m13.009s 0m5.644s)
446. AC_TYPE_UINTPTR_T (actypes.at:33): ok     (0m13.145s 0m5.708s)
447. AC_C_LONG_DOUBLE (actypes.at:36): ok     (0m24.950s 0m5.852s)
448. AC_INT_16_BITS (actypes.at:37): ok     (0m33.054s 0m8.777s)
449. AC_LONG_64_BITS (actypes.at:38): ok     (0m32.726s 0m8.573s)
450. AC_STRUCT_ST_BLKSIZE (actypes.at:39): ok     (0m32.918s 0m8.241s)
451. AC_STRUCT_ST_RDEV (actypes.at:40): ok     (0m32.374s 0m8.201s)
452. AC_TYPE_SIGNAL (actypes.at:41): ok     (0m25.578s 0m5.112s)
453. AM_TYPE_PTRDIFF_T (actypes.at:42): ok     (0m33.066s 0m8.357s)
454. AC_CHECK_FUNCS_ONCE (acfunctions.at:13): ok     (0m5.652s 0m2.244s)
455. AC_FUNC_CHOWN (acfunctions.at:14): ok     (0m12.565s 0m5.000s)
456. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:15): ok     (0m12.649s 0m5.404s)
457. AC_FUNC_ERROR_AT_LINE (acfunctions.at:16): ok     (0m8.537s 0m3.328s)
458. AC_FUNC_FNMATCH (acfunctions.at:17): ok     (0m8.409s 0m3.408s)
459. AC_FUNC_FORK (acfunctions.at:18): ok     (0m14.025s 0m5.700s)
460. AC_FUNC_FSEEKO (acfunctions.at:19): ok     (0m8.601s 0m3.276s)
461. AC_FUNC_GETGROUPS (acfunctions.at:20): ok     (0m13.845s 0m5.400s)
462. AC_FUNC_GETMNTENT (acfunctions.at:21): ok     (0m8.053s 0m3.388s)
463. AC_FUNC_GETPGRP (acfunctions.at:22): ok     (0m11.997s 0m4.988s)
464. AC_FUNC_LSTAT (acfunctions.at:23): ok     (0m12.801s 0m5.244s)
465. AC_FUNC_MALLOC (acfunctions.at:24): ok     (0m12.269s 0m5.064s)
466. AC_FUNC_MBRTOWC (acfunctions.at:25): ok     (0m8.525s 0m3.244s)
467. AC_FUNC_MEMCMP (acfunctions.at:26): ok     (0m12.341s 0m5.052s)
468. AC_FUNC_MKTIME (acfunctions.at:27): ok     (0m13.449s 0m5.660s)
469. AC_FUNC_MMAP (acfunctions.at:28): ok     (0m13.237s 0m5.464s)
470. AC_FUNC_OBSTACK (acfunctions.at:29): ok     (0m12.361s 0m5.084s)
471. AC_FUNC_REALLOC (acfunctions.at:30): ok     (0m12.433s 0m4.800s)
472. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:31): ok     (0m12.925s 0m5.368s)
473. AC_FUNC_SETPGRP (acfunctions.at:32): ok     (0m11.897s 0m5.252s)
474. AC_FUNC_STAT (acfunctions.at:33): ok     (0m12.945s 0m5.180s)
475. AC_FUNC_STRCOLL (acfunctions.at:34): ok     (0m12.357s 0m5.024s)
476. AC_FUNC_STRERROR_R (acfunctions.at:35): ok     (0m12.717s 0m5.320s)
477. AC_FUNC_STRFTIME (acfunctions.at:36): ok     (0m8.725s 0m3.184s)
478. AC_FUNC_STRNLEN (acfunctions.at:37): ok     (0m13.645s 0m5.388s)
479. AC_FUNC_STRTOD (acfunctions.at:38): ok     (0m12.269s 0m5.084s)
480. AC_FUNC_STRTOLD (acfunctions.at:39): ok     (0m8.501s 0m2.992s)
481. AC_FUNC_UTIME_NULL (acfunctions.at:40): ok     (0m12.741s 0m5.292s)
482. AC_FUNC_VPRINTF (acfunctions.at:41): ok     (0m8.877s 0m3.484s)
483. AC_HAVE_LIBRARY (aclibs.at:15): ok     (0m23.941s 0m4.816s)
484. Libtool (foreign.at:26): skipped (foreign.at:33)
485. shtool (foreign.at:93): ok     (0m3.652s 0m1.952s)
486. autoscan (autoscan.at:20): ok     (0m2.256s 0m0.320s)
testsuite: ending at: Sun Oct  2 00:42:24 CDT 2011
testsuite: test suite duration: 2h 21m 4s

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: 480 tests were run,
5 failed (4 expected failures).
6 tests were skipped.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU Autoconf 2.68 test suite test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

  80: m4sh.at:398        AS_ECHO and AS_ECHO_N
      m4sh

Skipped tests:
GNU Autoconf 2.68 test suite test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

 330: erlang.at:32       Erlang
      erlang
 331: erlang.at:54       AC_ERLANG_CHECK_LIB
      erlang
 332: erlang.at:74       AC_ERLANG_SUBST_ROOT_DIR
      erlang
 333: erlang.at:91       AC_ERLANG_SUBST_LIB_DIR
      erlang
 336: erlang.at:130      AC_ERLANG_SUBST_ERTS_VER
      erlang
 484: foreign.at:26      Libtool

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

#                             -*- compilation -*-
80. m4sh.at:398: testing AS_ECHO and AS_ECHO_N ...
./m4sh.at:435: autom4te --language=m4sh script.as -o script 
./m4sh.at:436: $CONFIG_SHELL ./script
--- /dev/null   2008-08-30 16:18:45.000000000 -0500
+++ /home/jreb/autoconf-2.68/tests/testsuite.dir/at-groups/80/stderr    
2011-10-01 22:33:45.000000000 -0500
@@ -0,0 +1,2 @@
+./script: line 399: unexpected EOF while looking for matching ``'
+./script: line 405: syntax error: unexpected end of file
./m4sh.at:436: exit code was 2, expected 0
80. m4sh.at:398: 80. AS_ECHO and AS_ECHO_N (m4sh.at:398): FAILED (m4sh.at:436)


## ------------- ##
## ../config.log ##
## ------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
| 
| It was created by GNU Autoconf configure 2.68, which was
| generated by GNU Autoconf 2.68.  Invocation command line was
| 
|   $ ./configure --prefix=/usr
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = darkstar
| uname -m = i686
| uname -r = 2.6.27.7
| uname -s = Linux
| uname -v = #2 Thu Nov 20 23:19:39 CST 2008
| 
| /usr/bin/uname -p = Celeron (Coppermine)
| /bin/uname -X     = unknown
| 
| /bin/arch              = i686
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /usr/local/bin
| PATH: /usr/bin
| PATH: /bin
| PATH: /usr/games
| PATH: /usr/gcc34/bin
| PATH: /usr/lib/java/bin
| PATH: /usr/lib/java/jre/bin
| PATH: /usr/lib/qt/bin
| PATH: .
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1778: checking for a BSD-compatible install
| configure:1846: result: /usr/bin/ginstall -c
| configure:1857: checking whether build environment is sane
| configure:1907: result: yes
| configure:2048: checking for a thread-safe mkdir -p
| configure:2087: result: /usr/bin/mkdir -p
| configure:2100: checking for gawk
| configure:2116: found /usr/bin/gawk
| configure:2127: result: gawk
| configure:2138: checking whether make sets $(MAKE)
| configure:2160: result: yes
| configure:2245: checking build system type
| configure:2259: result: i686-pc-linux-gnu
| configure:2279: checking host system type
| configure:2292: result: i686-pc-linux-gnu
| configure:2319: autobuild project... GNU Autoconf
| configure:2325: autobuild revision... 2.68
| configure:2330: autobuild hostname... darkstar
| configure:2341: autobuild timestamp... 20111002T031757Z
| configure:2369: checking whether /bin/sh -n is known to work
| configure:2388: result: yes
| configure:2392: checking for characters that cannot appear in file names
| configure:2412: result: none
| configure:2418: checking whether directories can have trailing spaces
| configure:2432: result: yes
| configure:2443: checking for expr
| configure:2461: found /usr/bin/expr
| configure:2473: result: /usr/bin/expr
| configure:2492: checking for GNU M4 that supports accurate traces
| configure:2534: result: /usr/bin/m4
| configure:2537: checking whether /usr/bin/m4 accepts --gnu
| configure:2547: result: yes
| configure:2564: checking how m4 supports trace files
| configure:2574: result: --debugfile
| configure:2598: checking for perl
| configure:2616: found /usr/bin/perl
| configure:2629: result: /usr/bin/perl
| configure:2648: checking whether /usr/bin/perl Fcntl::flock is implemented
| configure:2662: result: yes
| configure:2680: checking for emacs
| configure:2710: result: no
| configure:2680: checking for xemacs
| configure:2710: result: no
| configure:2763: checking for emacs
| configure:2790: result: no
| configure:2814: checking where .elc files should go
| configure:2843: result: ${datadir}/emacs/site-lisp
| configure:2856: checking for grep that handles long lines and -e
| configure:2914: result: /usr/bin/grep
| configure:2919: checking for egrep
| configure:2981: result: /usr/bin/grep -E
| configure:2986: checking for a sed that does not truncate output
| configure:3050: result: /usr/bin/sed
| configure:3060: checking whether make is case sensitive
| configure:3075: result: yes
| configure:3254: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GNU Autoconf config.status 2.68, which was
| generated by GNU Autoconf 2.68.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on darkstar
| 
| config.status:809: creating tests/Makefile
| config.status:809: creating tests/atlocal
| config.status:809: creating man/Makefile
| config.status:809: creating lib/emacs/Makefile
| config.status:809: creating Makefile
| config.status:809: creating doc/Makefile
| config.status:809: creating lib/Makefile
| config.status:809: creating lib/Autom4te/Makefile
| config.status:809: creating lib/autoscan/Makefile
| config.status:809: creating lib/m4sugar/Makefile
| config.status:809: creating lib/autoconf/Makefile
| config.status:809: creating lib/autotest/Makefile
| config.status:809: creating bin/Makefile
| config.status:1012: executing tests/atconfig commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=i686-pc-linux-gnu
| ac_cv_dir_trailing_space=yes
| ac_cv_env_EMACSLOADPATH_set=
| ac_cv_env_EMACSLOADPATH_value=
| ac_cv_env_EMACS_set=
| ac_cv_env_EMACS_value=
| ac_cv_env_M4_set=
| ac_cv_env_M4_value=
| ac_cv_env_build_alias_set=
| ac_cv_env_build_alias_value=
| ac_cv_env_host_alias_set=
| ac_cv_env_host_alias_value=
| ac_cv_env_target_alias_set=
| ac_cv_env_target_alias_value=
| ac_cv_host=i686-pc-linux-gnu
| ac_cv_path_EGREP='/usr/bin/grep -E'
| ac_cv_path_EXPR=/usr/bin/expr
| ac_cv_path_GREP=/usr/bin/grep
| ac_cv_path_M4=/usr/bin/m4
| ac_cv_path_PERL=/usr/bin/perl
| ac_cv_path_SED=/usr/bin/sed
| ac_cv_path_install='/usr/bin/ginstall -c'
| ac_cv_path_mkdir=/usr/bin/mkdir
| ac_cv_perl_flock_implemented=yes
| ac_cv_prog_AWK=gawk
| ac_cv_prog_EMACS=no
| ac_cv_prog_gnu_m4_debugfile=--debugfile
| ac_cv_prog_gnu_m4_gnu=yes
| ac_cv_prog_make_make_case=yes
| ac_cv_prog_make_make_set=yes
| ac_cv_sh_n_works=yes
| ac_cv_unsupported_fs_chars=
| am_cv_lispdir='${datadir}/emacs/site-lisp'
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| ACLOCAL='${SHELL} /home/jreb/autoconf-2.68/build-aux/missing --run 
aclocal-1.11'
| AMTAR='${SHELL} /home/jreb/autoconf-2.68/build-aux/missing --run tar'
| AUTOCONF='${SHELL} /home/jreb/autoconf-2.68/build-aux/missing --run autoconf'
| AUTOHEADER='${SHELL} /home/jreb/autoconf-2.68/build-aux/missing --run 
autoheader'
| AUTOMAKE='${SHELL} /home/jreb/autoconf-2.68/build-aux/missing --run 
automake-1.11'
| AWK='gawk'
| CYGPATH_W='echo'
| DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" 
-DPACKAGE_VERSION=\"2.68\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 2.68\" 
-DPACKAGE_BUGREPORT=\"address@hidden" 
-DPACKAGE_URL=\"http://www.gnu.org/software/autoconf/\"; -DPACKAGE=\"autoconf\" 
-DVERSION=\"2.68\"'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='/usr/bin/grep -E'
| EMACS='no'
| EMACSLOADPATH=''
| EXPR='/usr/bin/expr'
| GREP='/usr/bin/grep'
| HELP2MAN='${SHELL} /home/jreb/autoconf-2.68/build-aux/missing --run help2man'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
| LIBOBJS=''
| LIBS=''
| LTLIBOBJS=''
| M4='/usr/bin/m4'
| M4_DEBUGFILE='--debugfile'
| M4_GNU='--gnu'
| MAKEINFO='${SHELL} /home/jreb/autoconf-2.68/build-aux/missing --run makeinfo'
| MAKE_CASE_SENSITIVE_FALSE='#'
| MAKE_CASE_SENSITIVE_TRUE=''
| MKDIR_P='/usr/bin/mkdir -p'
| PACKAGE='autoconf'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='GNU Autoconf'
| PACKAGE_STRING='GNU Autoconf 2.68'
| PACKAGE_TARNAME='autoconf'
| PACKAGE_URL='http://www.gnu.org/software/autoconf/'
| PACKAGE_VERSION='2.68'
| PATH_SEPARATOR=':'
| PERL='/usr/bin/perl'
| PERL_FLOCK='yes'
| SED='/usr/bin/sed'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP=''
| TEST_EMACS='no'
| VERSION='2.68'
| ac_cv_dir_trailing_space='yes'
| ac_cv_sh_n_works='yes'
| ac_cv_unsupported_fs_chars=''
| am__isrc=''
| am__leading_dot='.'
| am__tar='${AMTAR} chof - "$$tardir"'
| am__untar='${AMTAR} xf -'
| bindir='${exec_prefix}/bin'
| build='i686-pc-linux-gnu'
| build_alias=''
| build_cpu='i686'
| build_os='linux-gnu'
| build_vendor='pc'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host='i686-pc-linux-gnu'
| host_alias=''
| host_cpu='i686'
| host_os='linux-gnu'
| host_vendor='pc'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='${SHELL} /home/jreb/autoconf-2.68/build-aux/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| lispdir='${datadir}/emacs/site-lisp'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='/usr/bin/mkdir -p'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/usr'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Autoconf"
| #define PACKAGE_TARNAME "autoconf"
| #define PACKAGE_VERSION "2.68"
| #define PACKAGE_STRING "GNU Autoconf 2.68"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/autoconf/";
| #define PACKAGE "autoconf"
| #define VERSION "2.68"
| 
| configure: exit 0

Attachment: testsuite.log.sig
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]