[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 3 of 540 tests failed
From: |
Ralf Wildenhues |
Subject: |
Re: 3 of 540 tests failed |
Date: |
Wed, 25 Jun 2008 07:25:06 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hi Jim,
* Jim McCullars wrote on Tue, Jun 24, 2008 at 11:01:23PM CEST:
> Hi, the "make check" asks that the result be emailed to this address. I
> built automake 1.9.6 on a Solaris 10 system using gcc version 3.4.3 and
> got the following output. Please let me know if you would like further
> info:
> FAIL: ltconv.test
> FAIL: spy.test
> FAIL: subst.test
> =====================================
> 3 of 540 tests failed
> (27 tests were not run)
> Please report to address@hidden
> =====================================
Thanks for the report. Automake 1.9.6 is old, so the most interesting
further info would be how version 1.10.1 fares on your system (you may
need a newer Autoconf for it). Other than that, it cannot hurt to see
verbose output:
cd tests
make check VERBOSE=yes TESTS="ltconv.test spy.test subst.test"
Cheers,
Ralf