Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/atf/dist/atf-report Differentiate between the t...



details:   https://anonhg.NetBSD.org/src/rev/52064c7549ad
branches:  trunk
changeset: 757670:52064c7549ad
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Sep 11 03:10:57 2010 +0000

description:
Differentiate between the three types of expected failures

diffstat:

 external/bsd/atf/dist/atf-report/tests-results.xsl |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f6125b391cd1 -r 52064c7549ad external/bsd/atf/dist/atf-report/tests-results.xsl
--- a/external/bsd/atf/dist/atf-report/tests-results.xsl        Sat Sep 11 00:29:40 2010 +0000
+++ b/external/bsd/atf/dist/atf-report/tests-results.xsl        Sat Sep 11 03:10:57 2010 +0000
@@ -411,11 +411,11 @@
     <td><p><xsl:apply-templates /></p></td>
   </xsl:template>
   <xsl:template match="expected_timeout" mode="tc">
-    <td class="tcr-exfail"><p>Expected Failure</p></td>
+    <td class="tcr-exfail"><p>Expected Timeout</p></td>
     <td><p><xsl:apply-templates /></p></td>
   </xsl:template>
   <xsl:template match="expected_signal" mode="tc">
-    <td class="tcr-exfail"><p>Expected Failure</p></td>
+    <td class="tcr-exfail"><p>Expected Signal</p></td>
     <td><p><xsl:apply-templates /></p></td>
   </xsl:template>
 



Home | Main Index | Thread Index | Old Index