[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XFAIL: cond17.test on Mac OS X
From: |
Ralf Wildenhues |
Subject: |
Re: XFAIL: cond17.test on Mac OS X |
Date: |
Mon, 27 Oct 2008 22:14:06 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hello Rudá,
thanks for the bug report.
* Rudá Moura wrote on Mon, Oct 27, 2008 at 01:10:25AM CET:
> Today i ran make check on automake-1.10.1 sources i've compiled on my
> Mac OS X (10.5.5) and I've got a fail test:
>
> =====================================
> 1 of 554 tests failed
> (60 tests were not run)
> Please report to address@hidden
> =====================================
> make[3]: *** [check-TESTS] Error 1
> make[2]: *** [check-am] Error 2
> make[1]: *** [check-recursive] Error 1
> make: *** [test] Error 2
>
> => XFAIL: cond17.test.
The "XFAIL" means "expected failure", so that's not the problematic one.
There should be a FAILed test somewhere. When you find it in the
output, please rerun it verbosely like this and send the output:
cd tests
env TESTS=TheOneThatFailed.test make -e check VERBOSE=yes
Thanks,
Ralf