Generating Kyua test result output in JUnit XML format for Jenkins integration?

Julio Merino jmmv at freebsd.org
Sun Mar 2 20:47:03 UTC 2014


On Mon, Feb 24, 2014 at 10:35 PM, R. Tyler Croy <tyler at monkeypox.org> wrote:
>> 2) I don't see any "expected failure" results in the links that you
>> provided.  That's an absolute requirement for Kyua.  Treating expected
>> failures like ordinary failures will greatly reduce the utility of
>> Kyua, by reducing its ability to spot regressions.
>
>
> JUnit allows for the concept of "skipped" tests, which Jenkins' parsing code
> respects. IIRC this is just a "skipped=true" on a <testcase>, I believe that
> would help solve for this case.

No, it's not.  An expected failure is not the same as skipped.
Possibly the best approximation is to consider an expected failure as
a pass.


More information about the freebsd-testing mailing list