[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XFAIL: txinfo5.test
From: |
Ralf Wildenhues |
Subject: |
Re: XFAIL: txinfo5.test |
Date: |
Sun, 7 Dec 2008 13:04:55 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hello Thomas,
thanks for the bug report.
* Thomas J. Duck wrote on Thu, Dec 04, 2008 at 02:49:14AM CET:
>
> I have installed automake1.9.6 on my Mac OS X 10.4 system. 'Make check'
> results in the error below. If there is any further information you
> need, please let me know. --Tom
> XFAIL: txinfo5.test
> 1 of 527 tests failed
> (40 tests were not run)
The XFAIL denotes expected failures, so it would be a different test
that failed (FAIL). Depending on the Autoconf version used, I would
guess that to be multlib.test. Anyway, when you find out which test
fails, you can get verbose output with
cd tests
env TESTS=foo.test VERBOSE=yes make -e check
with 'foo.test' replaced by the failing test.
Cheers,
Ralf