]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: fix spurious failure of cond29.test
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 27 Dec 2011 09:40:57 +0000 (10:40 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 27 Dec 2011 17:01:37 +0000 (18:01 +0100)
commit58f034a3eebeaa1b16415fbb76e02fe378d6413f
treee6f7b293e8a59f6abdb5644ebd9599649591fb14
parent6568eaae2dd2ca448fb2f499e2653d494f57c0a5
tests: fix spurious failure of cond29.test

* tests/cond29.test: Limit the amount of virtual memory available
to the automake process to ~ 150 MB, rather than only ~ 20 MB, to
account for higher (but still acceptable) memory usages on some
systems (in this case, a Fedora 16 distro on ppc64).  To be
sure not to reduce coverage, increase the number of potential
combinations of automake conditionals from 2**22 = 4194304 to
2**24 = 16777216.

We have actually verified that the new version of the test case
catches the Automake 1.7 it is intended to check against, using
the Automake 1.7.9 tarball downloaded from:
  <http://ftp.gnu.org/gnu/automake/automake-1.7.9.tar.gz>

Reported by Jim Meyering in automake bug#10374.
ChangeLog
tests/cond29.test