Hello Pascal,

thanks for the report.

* Pascal Maes wrote on Thu, May 14, 2009 at 04:44:47PM CEST:
> uname -a
> SunOS amd-22-4 5.10 Generic_137112-07 i86pc i386 i86pc
>
> automake version 1.10.2
>
> =====================================
> 3 of 534 tests failed
> (91 tests were not run)
> Please report to [email protected]
> =====================================
>
> XFAIL: auxdir2.test
> XFAIL: cond17.test
> XFAIL: txinfo5.test

XFAIL means "expected failure", in that case those three are not the
ones that really failed.  There should be other ones.  You can rerun
them verbosely with something like
  cd tests
  env TESTS="foo.test bar.test" make -e check VERBOSE=yes

Cheers,
Ralf


Reply via email to