On Mon, Aug 20, 2012 at 10:32:01AM -0500, Bob Chapman wrote: > On Unbuntu 10.04 LTS, the 87/87 'success' reports looked good but I > haven't figured out what to make of the subsequent string of 'SKIP' and > 'X-FAIL' messages or the summary:
These tests are either not applicable to your test setup or expected to fail. E.g. windows-specific tests and tests that require a running svnserve or httpd server will be skipped if you run the default 'make check'. A test that reproduces a known unfixed problem will XFAIL when it triggers the problem successfully. The results you got there look fine.