Stefan Sperling wrote:
> 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.
This means that there's a part of svn that is
being worked on, and in the mean time, it will
fail, right?
>
> 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.
It skipped on the authz part. Need to have that fixed.
Thanks for the clarifications.
Edmund
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1533625
Received on 2009-04-03 18:14:03 CEST