On Fri, Apr 03, 2009 at 11:37:23PM +0800, Edmund Wong wrote:
> Hi,
>
> Being new at 'make check', I was wondering if anyone
> can point out something. I just applied Stefan's
> diff patch on libsvn_client/delete.c and subversion/svn/util.c
> and I did a make check (as Stefan pointed out) and got
> the following results:
>
> 1111 tests PASSED
> 24 tests SKIPPED
> 30 tests XFAILED (1 WORK-IN-PROGRESS)
>
> I have a list of the test fails (tests.log). Do
> these failed tests mean that those specific
> scripts need attending to or is it system
> specific? (i.e. I'm missing some libraries.)
XFAIL means expected to fail.
XPASS means an XFAIL test suddently passed.
FAIL is when a test expected to PASS suddenly fails.
You got none of those so you're grant.
SKIPPED means the test cannot be run in your configuration,
e.g. it is for ra_neon but you don't have neon support compiled in,
or the test is specific to Windows and you're not running Windows.
The WORK-IN-PROGRESS is fairly new, we use it to signal to
others that, yes, there is something wrong with this test,
but it is a known problem which is being looked at and your
local modifications most likely didn't break it.
Stefan
Received on 2009-04-03 17:55:39 CEST