<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in test_result.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>1152da4a - kyua: Do not count skipped as passed in test cmd</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/contrib/kyua/model/test_result.cpp#1152da4a</link>
        <description>kyua: Do not count skipped as passed in test cmdIt changes output of &apos;kyua test&apos; CLI command only. Hence, other outputslike junit are kept intact for CI and other use cases. It&apos;s meant toimprove UX of attended use cases.The issue is that the following can be tricky to interpret:  222/222 passed (0 failed)It can be read as all tests are passed, but it might be a summary lineof all tests skipped due to some requirement is not met.It&apos;s reworked to easily distinguish such cases:  222/222 passed (0 broken, 0 failed, 0 skipped)  0/222 passed (0 broken, 0 failed, 222 skipped)The overall formula is:  &lt;actually passed&gt;/&lt;total&gt; (&lt;details about not actually passed ones&gt;)Suggested by:	kpReviewed by:	ngie, markjApproved by:	markj (mentor)Differential Revision:	https://reviews.freebsd.org/D46653(cherry picked from commit 99689201a1eb7bcd503987c5220b79330dc058b7)Approved by:    kp (mentor), markj (mentor)

            List of files:
            /freebsd-14.2/contrib/kyua/model/test_result.cpp</description>
        <pubDate>Sat, 05 Oct 2024 10:19:31 +0000</pubDate>
        <dc:creator>Igor Ostapenko &lt;igoro@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
