Re: [autoconf 2.63] 95 of 353 tests fail

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

 



On Friday 19 September 2008 21:31:15 Howard Larson wrote:
> > FWIW Ralf, I've just built autoconf-2.63 on an MSYS-1.0.11 box at
> > work.  No errors in building.  I've left the testsuite running,
> > but will not be able to report the final result until Monday; (I
> > don't use msw on my own boxes).
> >
> > So far, (it has reached test #230), eleven tests have been
> > skipped: (26, 27, 28, 167, 168, 169, 170, 171, 183, 184 and 218),
> > and there has been one expected failure: (91); all the rest have
> > reported `ok'.
>
> I did not receive errors for the autoconf build, either.  Nor, for
> the automake build.  It is when the libtool build failed that I
> began to investigate starting with autoconf make check.

I don't dispute that you are experiencing problems, which I may not be 
seeing; the above is merely an indication that, at the point where I 
left it on Friday afternoon, I was seeing no evidence of any problem.

Indeed, on returning to it, I find that I am unable to reproduce your 
problem:--

  ## ----------------------------- ##
  ## GNU Autoconf 2.63 test suite. ##
  ## ----------------------------- ##

  testsuite: command line was:
    $ ./testsuite

  [...]

  testsuite: ending at: Fri Sep 19 20:43:12 GMTDT 2008
  testsuite: test suite duration: 7h 16m 27s

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

  352 tests behaved as expected.
  12 tests were skipped.

So, what are we doing differently, or what system differences do we 
have, which allow me to complete this without errors, where you are 
experiencing difficulties?

FTR, my system is Win2K-SP4, with MSYS-1.0.10 installed, and upgraded 
subsequently to MSYS-1.0.11, by simply installing the update packages 
as they have been made available.  I did:--

  $ mkdir -p foo/bld-autoconf
  $ cd foo
  $ bunzip2 -c ~/download/autoconf-2.63.tar.bz2 | tar xf -
  $ cd bld-autoconf
  $ ../autoconf-2.63/configure
  $ make
  $ make check

Full testsuite.log is attached.

-- 

Regards,
Keith.
## ----------------------------- ##
## GNU Autoconf 2.63 test suite. ##
## ----------------------------- ##

testsuite: command line was:
  $ ./testsuite 

## ----------- ##
## ChangeLogs. ##
## ----------- ##

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

hostname = OBFUSCATED
uname -m = i686
uname -r = 1.0.11(0.46/3/2)
uname -s = MINGW32_NT-5.0
uname -v = 2008-08-21 22:56

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/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/keith/foo/bld-autoconf/tests
PATH: /home/keith/foo/autoconf-2.63/tests
PATH: /home/keith/foo/bld-autoconf
PATH: /home/keith/foo/autoconf-2.63
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /c/WINNT/system32
PATH: /c/WINNT
PATH: /c/WINNT/System32/Wbem
PATH: /c/Scripts/DLLs
PATH: /c/Program Files/WinZip/
PATH: /c/Program Files/Microsoft Office/Office
PATH: /c/Program Files/Microsoft Office/Office10
PATH: /c/Program Files/ManageSoft/Common

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/keith/foo/bld-autoconf/tests'
| at_srcdir='../../autoconf-2.63/tests'
| abs_srcdir='/home/keith/foo/bld-autoconf/../autoconf-2.63/tests'
| at_top_srcdir='../../autoconf-2.63'
| abs_top_srcdir='/home/keith/foo/bld-autoconf/../autoconf-2.63'
| at_top_build_prefix='../'
| abs_top_builddir='/home/keith/foo/bld-autoconf'
| 
| # 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 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 2, 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, write to the Free Software
| # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
| # 02110-1301, USA.
| 
| PERL='/bin/perl'
| GREP='/bin/grep'
| EGREP='/bin/grep -E'
| SED='/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.
| unsupported_fs_chars=
| for c in '\\' '"' '<' '>' '*' '?' '|'
| do
|   touch "t${c}t" 2>/dev/null
|   test -f "t${c}t" && rm -f "t${c}t" && continue
|   # $c cannot be used in a file name.
|   unsupported_fs_chars=$unsupported_fs_chars$c
| done
| if test -z "$unsupported_fs_chars"; then
|   func_sanitize_file_name () { echo "$@"; }
| else
|   func_sanitize_file_name () { echo "$@" | tr -d "$unsupported_fs_chars"; }
| fi
| 
| # Can we create directories with trailing whitespaces in their name?
| rm -rf 'tdir ' && mkdir 'tdir ' && touch 'tdir /tfile' 2>/dev/null
| a=$?
| rm -rf 'tdir '
| case $a$? in #(
| 00)
|   func_sanitize_dir_name () { echo "$@"; } ;; #(
| *)
|   func_sanitize_dir_name () { echo "$@" | sed 's/  *$//'; } ;;
| esac

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

../../autoconf-2.63/tests/local.at:513: /home/keith/foo/bld-autoconf/tests/autom4te --version
autom4te (GNU Autoconf) 2.63
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.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.

../../autoconf-2.63/tests/local.at:513: /home/keith/foo/bld-autoconf/tests/autoconf --version
autoconf (GNU Autoconf) 2.63
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.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.

../../autoconf-2.63/tests/local.at:513: /home/keith/foo/bld-autoconf/tests/autoheader --version
autoheader (GNU Autoconf) 2.63
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.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.

../../autoconf-2.63/tests/local.at:513: /home/keith/foo/bld-autoconf/tests/autoupdate --version
autoupdate (GNU Autoconf) 2.63
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.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.

../../autoconf-2.63/tests/local.at:513: /home/keith/foo/bld-autoconf/tests/autoreconf --version
autoreconf (GNU Autoconf) 2.63
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.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.

../../autoconf-2.63/tests/local.at:513: /home/keith/foo/bld-autoconf/tests/ifnames --version
ifnames (GNU Autoconf) 2.63
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.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: Fri Sep 19 13:26:45 GMTDT 2008
1. Syntax of the shell scripts (tools.at:48): ok     (0m2.976s 0m6.945s)
2. Syntax of the Perl scripts (tools.at:72): ok     (0m1.843s 0m1.128s)
3. autom4te cache (tools.at:90): ok     (0m7.932s 0m6.087s)
4. autom4te --force (tools.at:121): ok     (0m5.874s 0m4.390s)
5. autom4te and whitespace in file names (tools.at:146): ok     (0m29.705s 0m22.457s)
6. autoconf --trace: user macros (tools.at:222): ok     (0m24.169s 0m18.233s)
7. autoconf --trace: builtins (tools.at:308): ok     (0m12.812s 0m9.664s)
8. autoconf: forbidden tokens, basic (tools.at:339): ok     (0m11.284s 0m8.537s)
9. autoconf: forbidden tokens, exceptions (tools.at:367): ok     (0m6.136s 0m4.274s)
10. autoconf: automatically allowed tokens (tools.at:406): ok     (0m5.908s 0m4.618s)
11. autoconf: the empty token (tools.at:423): ok     (0m5.672s 0m4.109s)
12. autoconf: subdirectories (tools.at:438): ok     (0m20.984s 0m15.886s)
13. autoconf: input from stdin (tools.at:464): ok     (0m11.953s 0m9.327s)
14. autoconf: AC_AUTOCONF_VERSION (tools.at:482): ok     (0m6.249s 0m4.559s)
15. ifnames (tools.at:502): ok     (0m1.709s 0m1.307s)
16. autoheader (tools.at:550): ok     (0m14.668s 0m10.819s)
17. autoupdate (tools.at:682): ok     (0m17.428s 0m11.741s)
18. autoupdating AC_LINK_FILES (tools.at:714): ok     (0m27.134s 0m19.428s)
19. autoupdating AC_PREREQ (tools.at:741): ok     (0m28.151s 0m18.860s)
20. autoupdating AU_ALIAS (tools.at:762): ok     (0m37.539s 0m26.797s)
21. autoupdating OLD to NEW (tools.at:788): ok     (0m22.022s 0m15.031s)
22. autoupdating AC_HELP_STRING (tools.at:813): ok     (0m22.054s 0m14.865s)
23. autoupdating with m4sugar (tools.at:831): ok     (0m29.833s 0m21.474s)
24. autoupdating AC_LANG_SAVE (tools.at:867): ok     (0m22.127s 0m14.964s)
25. autoupdating AC_FOREACH (tools.at:887): ok     (0m22.374s 0m15.177s)
26. autoupdating with aclocal and m4_include (tools.at:911): skipped (tools.at:914)
27. autom4te preselections (tools.at:941): skipped (tools.at:947)
28. autotools and whitespace in file names (tools.at:987): skipped (tools.at:990)
29. m4_defn (m4sugar.at:59): ok     (0m8.963s 0m6.728s)
30. m4_warn (m4sugar.at:100): ok     (0m11.284s 0m8.695s)
31. m4_require: error message (m4sugar.at:150): ok     (0m2.671s 0m2.113s)
32. m4_require: circular dependencies (m4sugar.at:169): ok     (0m2.792s 0m2.066s)
33. m4_cond (m4sugar.at:198): ok     (0m2.917s 0m2.542s)
34. m4_split (m4sugar.at:250): ok     (0m2.760s 0m2.143s)
35. m4_do (m4sugar.at:296): ok     (0m2.670s 0m2.237s)
36. m4_append (m4sugar.at:324): ok     (0m5.679s 0m4.443s)
37. m4_join (m4sugar.at:406): ok     (0m2.749s 0m1.985s)
38. m4_text_wrap (m4sugar.at:457): ok     (0m2.727s 0m2.034s)
39. m4_version_compare (m4sugar.at:510): ok     (0m3.131s 0m2.265s)
40. Standard regular expressions (m4sugar.at:564): ok     (0m19.549s 0m14.407s)
41. m4_bmatch (m4sugar.at:591): ok     (0m2.560s 0m2.081s)
42. m4_bpatsubsts (m4sugar.at:623): ok     (0m2.533s 0m2.207s)
43. M4 loops (m4sugar.at:652): ok     (0m13.812s 0m10.256s)
44. m4_map (m4sugar.at:798): ok     (0m3.120s 0m2.109s)
45. m4_combine (m4sugar.at:873): ok     (0m2.575s 0m2.154s)
46. m4_max and m4_min (m4sugar.at:900): ok     (0m8.375s 0m6.053s)
47. recursion (m4sugar.at:979): ok     (0m17.655s 0m4.377s)
48. m4_set (m4sugar.at:1096): ok     (0m16.712s 0m6.205s)
49. LINENO (m4sh.at:27): ok     (0m32.498s 0m23.991s)
50. AS_DIRNAME (m4sh.at:103): ok     (0m11.946s 0m9.224s)
51. AS_ECHO and AS_ECHO_N (m4sh.at:163): ok     (0m5.367s 0m3.742s)
52. AS_BASENAME (m4sh.at:211): ok     (0m11.540s 0m8.592s)
53. AS_MKDIR_P (m4sh.at:268): ok     (0m4.569s 0m3.296s)
54. AS_VERSION_COMPARE (m4sh.at:299): ok     (0m9.452s 0m7.410s)
55. Negated classes in globbing (m4sh.at:347): ok     (0m4.090s 0m2.988s)
56. Functions Support (m4sh.at:377): ok     (0m4.524s 0m3.121s)
57. Functions and return Support (m4sh.at:419): ok     (0m4.522s 0m2.935s)
58. AS_REQUIRE_SHELL_FN and m4_require (m4sh.at:455): ok     (0m4.399s 0m2.907s)
59. AS_HELP_STRING (m4sh.at:495): ok     (0m4.617s 0m3.099s)
60. AS_IF and AS_CASE (m4sh.at:635): ok     (0m12.513s 0m8.645s)
61. AS_LITERAL_IF (m4sh.at:766): ok     (0m4.242s 0m3.111s)
62. AS_INIT cleanup (m4sh.at:800): ok     (0m4.014s 0m3.141s)
63. Empty test suite (autotest.at:126): ok     (0m17.075s 0m11.891s)
64. Banner-only test suite (autotest.at:131): ok     (0m17.127s 0m12.281s)
65. Empty test (autotest.at:134): ok     (0m18.712s 0m14.092s)
66. Empty check (autotest.at:137): ok     (0m18.825s 0m14.071s)
67. AT_SETUP without AT_INIT (autotest.at:144): ok     (0m2.964s 0m2.030s)
68. AT_BANNER without AT_INIT (autotest.at:148): ok     (0m3.071s 0m2.077s)
69. AT_CLEANUP without AT_INIT (autotest.at:152): ok     (0m2.805s 0m2.216s)
70. Missing AT_CLEANUP (autotest.at:158): ok     (0m3.023s 0m2.061s)
71. AT_CHECK without AT_SETUP (autotest.at:163): ok     (0m3.011s 0m2.171s)
72. AT_DATA without AT_SETUP (autotest.at:168): ok     (0m2.761s 0m2.358s)
73. AT_XFAIL_IF without AT_SETUP (autotest.at:173): ok     (0m2.947s 0m2.358s)
74. AT_KEYWORDS without AT_SETUP (autotest.at:178): ok     (0m3.134s 0m1.983s)
75. AT_CLEANUP without AT_SETUP (autotest.at:183): ok     (0m2.764s 0m2.340s)
76. AT_BANNER inside AT_SETUP (autotest.at:191): ok     (0m3.153s 0m2.018s)
77. AT_SETUP inside AT_SETUP (autotest.at:201): ok     (0m2.903s 0m2.232s)
78. Multiple AT_INIT (autotest.at:206): ok     (0m3.025s 0m2.124s)
79. Tested programs (autotest.at:217): ok     (0m27.938s 0m19.903s)
80. Truth (autotest.at:224): ok     (0m19.259s 0m13.866s)
81. Fallacy (autotest.at:229): ok     (0m25.671s 0m20.123s)
82. Skip (autotest.at:234): ok     (0m19.124s 0m13.746s)
83. errexit (autotest.at:246): ok     (0m25.959s 0m19.287s)
84. Literal multiline command (autotest.at:252): ok     (0m18.674s 0m14.415s)
85. Multiline parameter expansion (autotest.at:259): ok     (0m18.813s 0m13.970s)
86. Backquote command substitution (autotest.at:263): ok     (0m18.975s 0m14.227s)
87. Multiline backquote command substitution (autotest.at:272): ok     (0m19.512s 0m13.698s)
88. Parenthetical command substitution (autotest.at:277): ok     (0m19.221s 0m13.831s)
89. Multiline parenthetical command substitution (autotest.at:286): ok     (0m19.075s 0m14.179s)
90. Invalid brace-enclosed parameter expansion (autotest.at:298): ok     (0m26.307s 0m18.973s)
92. Double-M4-quoted command (autotest.at:319): ok     (0m19.273s 0m13.499s)
93. BS-newline in command (autotest.at:329): ok     (0m19.300s 0m14.036s)
94. ^BS-newline in command (autotest.at:334): ok     (0m19.329s 0m13.786s)
95. BSx641-newline in command (autotest.at:339): ok     (0m19.238s 0m14.104s)
96. BS-BS-newline in command (autotest.at:345): ok     (0m19.207s 0m13.642s)
97. BSx640-newline in command (autotest.at:353): ok     (0m19.167s 0m13.569s)
98. Newline-CODE-BS-newline in command (autotest.at:361): ok     (0m19.628s 0m13.522s)
99. Single-quote-BS-newline in command (autotest.at:367): ok     (0m19.759s 0m13.350s)
100. Single-quote-newline-BS-newline in command (autotest.at:375): ok     (0m18.433s 0m14.699s)
101. Input from stdin (autotest.at:382): ok     (0m22.508s 0m17.122s)
102. Backquote in a test title (autotest.at:451): ok     (0m30.301s 0m21.908s)
103. Single-quote in a test title (autotest.at:452): ok     (0m30.305s 0m22.724s)
104. Double-quote in a test title (autotest.at:453): ok     (0m31.291s 0m21.900s)
105. Backslash in a test title (autotest.at:455): ok     (0m30.132s 0m22.921s)
106. Brackets in a test title (autotest.at:456): ok     (0m30.532s 0m23.134s)
107. Left bracket in a test title (autotest.at:457): ok     (0m29.771s 0m23.465s)
108. Right bracket in a test title (autotest.at:458): ok     (0m31.633s 0m21.467s)
109. Pound in a test title (autotest.at:459): ok     (0m30.606s 0m22.390s)
110. Quoted comma in a test title (autotest.at:460): ok     (0m30.913s 0m22.201s)
111. Comma in a test title (autotest.at:461): ok     (0m30.191s 0m22.581s)
112. Parentheses in a test title (autotest.at:463): ok     (0m30.285s 0m22.650s)
113. Left paren in a test title (autotest.at:464): ok     (0m29.989s 0m23.147s)
114. Right paren in a test title (autotest.at:465): ok     (0m30.600s 0m22.289s)
115. Quoted Macro in a test title (autotest.at:467): ok     (0m30.852s 0m22.212s)
116. Macro in a test title (autotest.at:468): ok     (0m30.662s 0m22.137s)
117. Macro with backquote in a test title (autotest.at:469): ok     (0m29.803s 0m22.736s)
118. Macro with single-quote in a test title (autotest.at:470): ok     (0m29.898s 0m22.430s)
119. Macro with double-quote in a test title (autotest.at:471): ok     (0m30.346s 0m22.580s)
120. Macro with backslash in a test title (autotest.at:473): ok     (0m30.397s 0m22.316s)
121. Macro echoing macro in a test title (autotest.at:475): ok     (0m29.990s 0m22.472s)
122. Macro echoing single-quote in a test title (autotest.at:476): ok     (0m29.731s 0m23.048s)
123. Long test title in a test title (autotest.at:477): ok     (0m30.188s 0m22.505s)
124. Longer test title in a test title (autotest.at:479): ok     (0m31.035s 0m22.089s)
125. Long test source lines (autotest.at:494): ok     (0m27.357s 0m19.152s)
126. Debugging a successful test (autotest.at:513): ok     (0m44.372s 0m31.462s)
127. Debugging script and environment (autotest.at:528): ok     (1m3.872s 0m46.874s)
128. Debugging a failed test (autotest.at:539): ok     (0m46.824s 0m34.820s)
129. Using atlocal (autotest.at:574): ok     (1m19.921s 1m1.948s)
130. Choosing where testsuite is run (autotest.at:609): ok     (0m59.895s 0m43.033s)
131. Banners (autotest.at:615): ok     (3m5.358s 2m16.546s)
132. Keywords and ranges (autotest.at:676): ok     (6m27.265s 4m46.639s)
133. srcdir propagation (autotest.at:780): ok     (1m51.295s 1m24.049s)
134. whitespace in absolute testdir (autotest.at:846): ok     (0m26.545s 0m20.648s)
135. unusual file names (autotest.at:870): ok     (0m9.902s 0m7.754s)
136. AC_REQUIRE: topological sort (base.at:30): ok     (0m7.491s 0m5.351s)
137. AC_REQUIRE: error message (base.at:73): ok     (0m5.893s 0m4.308s)
138. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:90): ok     (0m8.004s 0m5.416s)
139. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:134): ok     (0m7.427s 0m5.862s)
140. AC_REQUIRE & AC_PROVIDE (base.at:177): ok     (0m7.601s 0m5.570s)
141. AC_CACHE_CHECK (base.at:210): ok     (0m32.425s 0m23.620s)
142. AC_COMPUTE_INT (base.at:243): ok     (0m18.597s 0m14.079s)
143. AC_TRY_COMMAND (base.at:265): ok     (0m13.345s 0m9.821s)
144. Input/Output (base.at:295): ok     (0m19.759s 0m14.112s)
145. configure arguments (base.at:314): ok     (0m14.321s 0m10.012s)
146. configure directories (base.at:332): ok     (0m24.532s 0m17.787s)
147. AC_CONFIG_COMMANDS with empty commands (torture.at:31): ok     (0m38.942s 0m30.221s)
148. Multiple AC_CONFIG_FILES (torture.at:38): ok     (0m5.755s 0m4.245s)
149. Parameterized AC_CONFIG_FILES (torture.at:50): ok     (0m23.643s 0m18.255s)
150. AC_ARG_VAR (torture.at:104): ok     (4m5.174s 3m7.190s)
151. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:161): ok     (4m48.362s 3m38.194s)
152. Macro calls in AC_CONFIG_COMMANDS tags (torture.at:345): ok     (0m17.530s 0m13.720s)
153. Missing templates (torture.at:365): ok     (0m19.882s 0m15.269s)
154. configure invocation (torture.at:397): ok     (1m30.999s 1m7.562s)
155. #define header templates (torture.at:451): ok     (0m23.922s 0m17.372s)
156. Torturing config.status (torture.at:579): ok     (1m12.978s 0m56.644s)
157. Substitute a 2000-byte string (torture.at:714): ok     (0m42.083s 0m30.683s)
158. Define to a 2000-byte string (torture.at:758): ok     (0m23.899s 0m18.468s)
159. Substitute and define special characters (torture.at:779): ok     (0m49.111s 0m37.850s)
160. Substitute a newline (torture.at:862): ok     (0m36.030s 0m27.747s)
161. Define a newline (torture.at:902): ok     (0m50.444s 0m36.983s)
162. AC_SUBST: variable name validation (torture.at:946): ok     (2m1.465s 1m27.644s)
163. datarootdir workaround (torture.at:976): ok     (0m43.128s 0m32.707s)
164. srcdir (torture.at:1027): ok     (0m54.718s 0m40.662s)
165. Signal handling (torture.at:1070): ok     (0m13.003s 0m9.293s)
166. AC_CONFIG_LINKS and identical files (torture.at:1087): ok     (1m20.510s 1m0.833s)
167. Configuring subdirectories (torture.at:1143): skipped (torture.at:1147)
168. Deep Package (torture.at:1268): skipped (torture.at:1272)
169. Non-Autoconf AC_CONFIG_SUBDIRS (torture.at:1399): skipped (torture.at:1403)
170. Empty directory (torture.at:1442): skipped (torture.at:1446)
171. Unusual Automake input files (torture.at:1463): skipped (torture.at:1467)
172. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:33): ok     (0m6.358s 0m4.542s)
173. AC_REQUIRE & AC_LANG (compile.at:79): ok     (0m12.725s 0m9.622s)
174. AC_RUN_IFELSE (compile.at:115): ok     (0m20.742s 0m15.112s)
175. AC_TRY_LINK_FUNC (compile.at:152): ok     (0m49.364s 0m37.214s)
176. AC_NO_EXECUTABLES (aclang.at:13): ok     (0m38.971s 0m29.685s)
177. AC_REQUIRE_CPP (aclang.at:14): ok     (0m50.114s 0m38.262s)
178. Extensions (c.at:47): ok     (0m45.757s 0m34.475s)
179. Broken/missing compilers (c.at:59): ok     (0m14.681s 0m9.965s)
180. C keywords (c.at:87): ok     (0m48.103s 0m36.737s)
181. AC_PROG_CPP requires AC_PROG_CC (c.at:100): ok     (0m50.383s 0m37.691s)
182. AC_PROG_CPP with warnings (c.at:111): ok     (0m52.980s 0m38.058s)
183. AC_PROG_CPP without warnings (c.at:141): skipped (c.at:145)
184. AC_PROG_CPP via CC (c.at:179): skipped (c.at:183)
185. AC_NO_EXECUTABLES (working linker) (c.at:223): ok     (0m46.618s 0m35.106s)
186. AC_NO_EXECUTABLES (broken linker) (c.at:234): ok     (0m43.106s 0m34.113s)
187. AC_USE_SYSTEM_EXTENSIONS (c.at:241): ok     (1m41.808s 1m14.394s)
188. AC_C_BACKSLASH_A (acc.at:13): ok     (0m47.330s 0m34.830s)
189. AC_C_BIGENDIAN (acc.at:14): ok     (1m12.956s 0m54.107s)
190. AC_C_CHAR_UNSIGNED (acc.at:15): ok     (1m10.938s 0m53.915s)
191. AC_C_FLEXIBLE_ARRAY_MEMBER (acc.at:16): ok     (0m46.456s 0m36.033s)
192. AC_C_INLINE (acc.at:17): ok     (0m47.978s 0m33.589s)
193. AC_C_PROTOTYPES (acc.at:18): ok     (0m45.491s 0m35.274s)
194. AC_C_RESTRICT (acc.at:19): ok     (0m47.206s 0m34.315s)
195. AC_C_STRINGIZE (acc.at:20): ok     (0m50.625s 0m38.902s)
196. AC_C_TYPEOF (acc.at:21): ok     (0m46.569s 0m35.191s)
197. AC_C_VARARRAYS (acc.at:22): ok     (0m46.825s 0m34.970s)
198. AC_OPENMP (acc.at:23): ok     (0m51.583s 0m38.218s)
199. AC_PROG_CC_C89 (acc.at:24): ok     (0m46.458s 0m34.462s)
200. AC_PROG_CC_C99 (acc.at:25): ok     (0m47.528s 0m35.614s)
201. AC_PROG_CC_C_O (acc.at:26): ok     (0m46.629s 0m35.841s)
202. AC_PROG_CC_STDC (acc.at:27): ok     (0m47.234s 0m35.583s)
203. AC_PROG_CPP_WERROR (acc.at:28): ok     (0m50.428s 0m37.725s)
204. AC_PROG_GCC_TRADITIONAL (acc.at:29): ok     (0m51.082s 0m39.121s)
205. AC_LANG_C (acc.at:32): ok     (0m56.425s 0m43.638s)
206. AC_LANG_CPLUSPLUS (acc.at:33): ok     (0m57.316s 0m42.826s)
207. AC_LANG_OBJC (acc.at:34): ok     (0m57.162s 0m43.114s)
208. GNU Fortran 77 (fortran.at:52): ok     (0m45.249s 0m32.843s)
209. GNU Fortran (fortran.at:77): ok     (0m46.314s 0m34.926s)
210. AC_F77_MAIN (acfortran.at:13): ok     (0m50.237s 0m38.719s)
211. AC_F77_WRAPPERS (acfortran.at:14): ok     (0m55.247s 0m42.593s)
212. AC_FC_MAIN (acfortran.at:15): ok     (0m50.960s 0m38.913s)
213. AC_FC_WRAPPERS (acfortran.at:16): ok     (0m57.039s 0m40.696s)
214. AC_PROG_F77_C_O (acfortran.at:17): ok     (0m44.579s 0m33.819s)
215. AC_PROG_FC_C_O (acfortran.at:18): ok     (0m44.537s 0m34.308s)
216. AC_F77_NAME_MANGLING (acfortran.at:21): ok     (0m56.912s 0m43.070s)
217. AC_LANG_FORTRAN77 (acfortran.at:22): ok     (0m58.602s 0m41.773s)
218. AC_CHECK_LIB (semantics.at:74): skipped (semantics.at:74)
219. AC_SEARCH_LIBS (semantics.at:87): ok     (0m47.694s 0m34.399s)
220. AC_SEARCH_LIBS (none needed) (semantics.at:101): ok     (0m47.090s 0m34.867s)
221. AC_CHECK_DECLS (semantics.at:123): ok     (0m52.388s 0m39.706s)
222. AC_CHECK_FUNCS (semantics.at:135): ok     (0m49.089s 0m37.711s)
223. AC_REPLACE_FUNCS (semantics.at:143): ok     (0m35.277s 0m27.484s)
224. AC_CHECK_HEADERS (semantics.at:178): ok     (1m14.782s 0m56.554s)
225. AC_CHECK_HEADERS_OLD (semantics.at:185): ok     (0m34.936s 0m25.435s)
226. AC_CHECK_HEADERS_NEW (semantics.at:212): ok     (0m32.045s 0m25.241s)
227. AC_CHECK_MEMBERS (semantics.at:253): ok     (0m50.035s 0m38.337s)
228. AC_CHECK_ALIGNOF (semantics.at:270): ok     (1m14.129s 0m54.569s)
229. AC_CHECK_ALIGNOF (cross compile) (semantics.at:270): ok     (1m15.932s 0m58.897s)
230. AC_CHECK_ALIGNOF struct (semantics.at:283): ok     (1m12.174s 0m53.709s)
231. AC_CHECK_ALIGNOF struct (cross compile) (semantics.at:283): ok     (1m13.170s 0m55.142s)
232. AC_CHECK_SIZEOF (semantics.at:298): ok     (1m12.691s 0m54.056s)
233. AC_CHECK_SIZEOF (cross compile) (semantics.at:298): ok     (1m17.162s 0m58.719s)
234. AC_CHECK_SIZEOF struct (semantics.at:315): ok     (1m13.497s 0m56.194s)
235. AC_CHECK_SIZEOF struct (cross compile) (semantics.at:315): ok     (1m28.004s 1m6.639s)
236. AC_CHECK_TYPES (semantics.at:331): ok     (0m49.484s 0m36.767s)
237. AC_CHECK_TYPES: backward compatibility (semantics.at:338): ok     (0m6.326s 0m4.446s)
238. AC_CHECK_FILES (semantics.at:383): ok     (0m40.334s 0m30.537s)
239. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:417): ok     (0m14.106s 0m9.749s)
240. AC_C_BIGENDIAN (semantics.at:466): ok     (1m41.033s 1m16.658s)
241. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:515): ok     (0m13.328s 0m10.471s)
242. AC_PATH_PROGS_FEATURE_CHECK (semantics.at:557): ok     (0m14.612s 0m10.470s)
243. AC_PATH_XTRA (semantics.at:637): ok     (0m56.144s 0m41.984s)
244. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:655): ok     (1m10.503s 0m52.684s)
245. AC_FUNC_SETVBUF_REVERSED (semantics.at:656): ok     (0m38.027s 0m28.517s)
246. AC_FUNC_WAIT3 (semantics.at:657): ok     (1m10.054s 0m51.986s)
247. AC_ARG_ENABLE (acgeneral.at:13): ok     (0m37.549s 0m29.067s)
248. AC_ARG_PROGRAM (acgeneral.at:14): ok     (0m38.541s 0m28.668s)
249. AC_ARG_WITH (acgeneral.at:15): ok     (0m37.648s 0m28.967s)
250. AC_CHECK_DECLS_ONCE (acgeneral.at:16): ok     (0m39.376s 0m27.667s)
251. AC_EGREP_CPP (acgeneral.at:17): ok     (0m49.853s 0m37.820s)
252. AC_EGREP_HEADER (acgeneral.at:18): ok     (0m50.199s 0m37.762s)
253. AC_PREFIX_DEFAULT (acgeneral.at:19): ok     (0m38.672s 0m27.809s)
254. AC_PRESERVE_HELP_ORDER (acgeneral.at:20): ok     (0m38.652s 0m28.052s)
255. AC_CHECKING (acgeneral.at:23): ok     (0m56.778s 0m40.807s)
256. AC_COMPILE_CHECK (acgeneral.at:24): ok     (1m7.497s 0m50.117s)
257. AC_ENABLE (acgeneral.at:25): ok     (0m56.452s 0m40.746s)
258. AC_FOREACH (acgeneral.at:26): ok     (0m55.988s 0m41.975s)
259. AC_MSG_RESULT_UNQUOTED (acgeneral.at:27): ok     (0m57.325s 0m40.189s)
260. AC_TRY_COMPILE (acgeneral.at:28): ok     (1m8.870s 0m49.603s)
261. AC_TRY_CPP (acgeneral.at:29): ok     (1m12.481s 0m55.355s)
262. AC_TRY_LINK (acgeneral.at:30): ok     (1m7.047s 0m51.385s)
263. AC_TRY_RUN (acgeneral.at:31): ok     (1m7.546s 0m50.153s)
264. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:32): ok     (0m56.807s 0m40.615s)
265. AC_WITH (acgeneral.at:33): ok     (0m56.557s 0m41.257s)
266. AC_OUTPUT_COMMANDS (acstatus.at:15): ok     (0m57.022s 0m41.735s)
267. AC_SYS_INTERPRETER (acspecific.at:13): ok     (0m38.555s 0m28.747s)
268. AC_SYS_LARGEFILE (acspecific.at:14): ok     (0m47.870s 0m36.833s)
269. AC_SYS_LONG_FILE_NAMES (acspecific.at:15): ok     (0m38.071s 0m29.861s)
270. AC_SYS_POSIX_TERMIOS (acspecific.at:16): ok     (0m45.188s 0m34.235s)
271. AC_AIX (acspecific.at:19): ok     (1m47.057s 1m19.454s)
272. AC_ARG_ARRAY (acspecific.at:20): ok     (0m57.195s 0m40.261s)
273. AC_DECL_SYS_SIGLIST (acspecific.at:21): ok     (1m8.429s 0m49.713s)
274. AC_DYNIX_SEQ (acspecific.at:22): ok     (1m11.991s 0m53.615s)
275. AC_HAVE_POUNDBANG (acspecific.at:23): ok     (0m57.052s 0m41.890s)
276. AC_IRIX_SUN (acspecific.at:24): ok     (1m14.528s 0m55.078s)
277. AC_ISC_POSIX (acspecific.at:25): ok     (1m8.230s 0m50.472s)
278. AC_MINIX (acspecific.at:26): ok     (1m47.158s 1m19.199s)
279. AC_SCO_INTL (acspecific.at:27): ok     (1m9.095s 0m51.075s)
280. AC_XENIX_DIR (acspecific.at:28): ok     (1m17.964s 0m57.847s)
281. AC_PROG_AWK (acprograms.at:13): ok     (0m38.568s 0m28.211s)
282. AC_PROG_FGREP (acprograms.at:14): ok     (0m37.873s 0m29.085s)
283. AC_PROG_INSTALL (acprograms.at:15): ok     (0m38.651s 0m28.810s)
284. AC_PROG_LEX (acprograms.at:16): ok     (0m45.048s 0m33.015s)
285. AC_PROG_LN_S (acprograms.at:17): ok     (0m38.347s 0m27.873s)
286. AC_PROG_MAKE_SET (acprograms.at:18): ok     (0m39.656s 0m28.118s)
287. AC_PROG_MKDIR_P (acprograms.at:19): ok     (0m38.874s 0m28.108s)
288. AC_PROG_RANLIB (acprograms.at:20): ok     (0m37.950s 0m28.642s)
289. AC_PROG_SED (acprograms.at:21): ok     (0m39.078s 0m28.140s)
290. AC_PROG_YACC (acprograms.at:22): ok     (0m38.471s 0m29.022s)
291. AC_CHECK_TOOL_PREFIX (acprograms.at:25): ok     (0m56.362s 0m41.708s)
292. AC_DECL_YYTEXT (acprograms.at:26): ok     (1m6.960s 0m48.358s)
293. AC_RSH (acprograms.at:27): ok     (0m56.243s 0m41.486s)
294. AC_CHECK_HEADERS_ONCE (acheaders.at:13): ok     (0m38.087s 0m28.431s)
295. AC_HEADER_ASSERT (acheaders.at:14): ok     (0m37.610s 0m28.990s)
296. AC_HEADER_MAJOR (acheaders.at:15): ok     (1m12.630s 0m55.602s)
297. AC_HEADER_RESOLV (acheaders.at:16): ok     (0m52.178s 0m39.460s)
298. AC_HEADER_STAT (acheaders.at:17): ok     (0m45.543s 0m34.219s)
299. AC_HEADER_STDBOOL (acheaders.at:18): ok     (1m11.205s 0m54.220s)
300. AC_HEADER_TIOCGWINSZ (acheaders.at:19): ok     (0m50.756s 0m37.365s)
301. AC_DIR_HEADER (acheaders.at:22): ok     (1m49.356s 1m19.243s)
302. AC_MEMORY_H (acheaders.at:23): ok     (1m43.909s 1m17.259s)
303. AC_UNISTD_H (acheaders.at:24): ok     (1m42.681s 1m16.619s)
304. AC_USG (acheaders.at:25): ok     (1m46.066s 1m15.373s)
305. AC_STRUCT_DIRENT_D_INO (actypes.at:13): ok     (0m47.896s 0m37.402s)
306. AC_STRUCT_DIRENT_D_TYPE (actypes.at:14): ok     (0m49.342s 0m37.527s)
307. AC_STRUCT_ST_BLOCKS (actypes.at:15): ok     (1m10.663s 0m53.498s)
308. AC_STRUCT_TIMEZONE (actypes.at:16): ok     (0m49.134s 0m37.257s)
309. AC_TYPE_INT16_T (actypes.at:17): ok     (1m10.308s 0m53.212s)
310. AC_TYPE_INT32_T (actypes.at:18): ok     (1m9.381s 0m53.731s)
311. AC_TYPE_INT64_T (actypes.at:19): ok     (1m9.821s 0m53.204s)
312. AC_TYPE_INT8_T (actypes.at:20): ok     (1m10.964s 0m52.068s)
313. AC_TYPE_INTMAX_T (actypes.at:21): ok     (1m11.782s 0m55.682s)
314. AC_TYPE_INTPTR_T (actypes.at:22): ok     (1m10.344s 0m53.846s)
315. AC_TYPE_LONG_DOUBLE (actypes.at:23): ok     (0m44.829s 0m33.917s)
316. AC_TYPE_LONG_DOUBLE_WIDER (actypes.at:24): ok     (0m45.561s 0m35.794s)
317. AC_TYPE_MODE_T (actypes.at:25): ok     (1m10.797s 0m52.655s)
318. AC_TYPE_OFF_T (actypes.at:26): ok     (1m11.110s 0m52.007s)
319. AC_TYPE_SSIZE_T (actypes.at:27): ok     (1m10.308s 0m53.536s)
320. AC_TYPE_UINT16_T (actypes.at:28): ok     (1m8.994s 0m52.716s)
321. AC_TYPE_UINT32_T (actypes.at:29): ok     (1m9.713s 0m52.105s)
322. AC_TYPE_UINT64_T (actypes.at:30): ok     (1m10.094s 0m51.985s)
323. AC_TYPE_UINT8_T (actypes.at:31): ok     (1m10.095s 0m51.268s)
324. AC_TYPE_UINTMAX_T (actypes.at:32): ok     (1m12.039s 0m53.389s)
325. AC_TYPE_UINTPTR_T (actypes.at:33): ok     (1m11.365s 0m51.917s)
326. AC_C_LONG_DOUBLE (actypes.at:36): ok     (1m8.254s 0m50.350s)
327. AC_INT_16_BITS (actypes.at:37): ok     (1m44.379s 1m16.190s)
328. AC_LONG_64_BITS (actypes.at:38): ok     (1m42.967s 1m17.949s)
329. AC_STRUCT_ST_BLKSIZE (actypes.at:39): ok     (1m45.589s 1m18.064s)
330. AC_STRUCT_ST_RDEV (actypes.at:40): ok     (1m44.155s 1m16.038s)
331. AC_TYPE_SIGNAL (actypes.at:41): ok     (1m8.477s 0m50.523s)
332. AM_TYPE_PTRDIFF_T (actypes.at:42): ok     (1m45.522s 1m18.282s)
333. AC_CHECK_FUNCS_ONCE (acfunctions.at:13): ok     (0m38.126s 0m29.145s)
334. AC_FUNC_CHOWN (acfunctions.at:14): ok     (1m12.317s 0m53.364s)
335. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:15): ok     (1m12.008s 0m54.383s)
336. AC_FUNC_ERROR_AT_LINE (acfunctions.at:16): ok     (0m46.140s 0m34.609s)
337. AC_FUNC_FNMATCH (acfunctions.at:17): ok     (0m46.058s 0m33.602s)
338. AC_FUNC_FORK (acfunctions.at:18): ok     (1m15.591s 0m56.742s)
339. AC_FUNC_FSEEKO (acfunctions.at:19): ok     (0m47.043s 0m35.288s)
340. AC_FUNC_GETGROUPS (acfunctions.at:20): ok     (1m13.991s 0m55.696s)
341. AC_FUNC_GETMNTENT (acfunctions.at:21): ok     (0m47.616s 0m36.087s)
342. AC_FUNC_GETPGRP (acfunctions.at:22): ok     (1m9.608s 0m52.195s)
343. AC_FUNC_LSTAT (acfunctions.at:23): ok     (1m11.083s 0m53.189s)
344. AC_FUNC_MALLOC (acfunctions.at:24): ok     (1m10.378s 0m53.887s)
345. AC_FUNC_MBRTOWC (acfunctions.at:25): ok     (0m45.341s 0m35.058s)
346. AC_FUNC_MEMCMP (acfunctions.at:26): ok     (1m10.329s 0m50.903s)
347. AC_FUNC_MKTIME (acfunctions.at:27): ok     (1m16.336s 0m56.717s)
348. AC_FUNC_MMAP (acfunctions.at:28): ok     (1m14.148s 0m54.672s)
349. AC_FUNC_OBSTACK (acfunctions.at:29): ok     (1m10.053s 0m52.163s)
350. AC_FUNC_REALLOC (acfunctions.at:30): ok     (1m10.555s 0m53.059s)
351. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:31): ok     (1m21.614s 1m0.791s)
352. AC_FUNC_SETPGRP (acfunctions.at:32): ok     (1m8.637s 0m52.698s)
353. AC_FUNC_STAT (acfunctions.at:33): ok     (1m10.897s 0m53.256s)
354. AC_FUNC_STRCOLL (acfunctions.at:34): ok     (1m10.245s 0m51.736s)
355. AC_FUNC_STRERROR_R (acfunctions.at:35): ok     (1m11.523s 0m54.560s)
356. AC_FUNC_STRFTIME (acfunctions.at:36): ok     (0m47.312s 0m34.751s)
357. AC_FUNC_STRNLEN (acfunctions.at:37): ok     (1m13.425s 0m54.553s)
358. AC_FUNC_STRTOD (acfunctions.at:38): ok     (1m9.160s 0m52.086s)
359. AC_FUNC_STRTOLD (acfunctions.at:39): ok     (0m45.045s 0m35.063s)
360. AC_FUNC_UTIME_NULL (acfunctions.at:40): ok     (1m11.917s 0m54.910s)
361. AC_FUNC_VPRINTF (acfunctions.at:41): ok     (0m47.314s 0m35.900s)
362. AC_HAVE_LIBRARY (aclibs.at:15): ok     (1m9.660s 0m49.052s)
363. Libtool (foreign.at:28): skipped (foreign.at:32)
364. autoscan (autoscan.at:22): ok     (0m4.646s 0m3.571s)
testsuite: ending at: Fri Sep 19 20:43:12 GMTDT 2008
testsuite: test suite duration: 7h 16m 27s

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

352 tests behaved as expected.
12 tests were skipped.
_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux