Module Name: src
Committed By: pgoyette
Date: Sat Sep 11 03:10:58 UTC 2010
Modified Files:
src/external/bsd/atf/dist/atf-report: tests-results.xsl
Log Message:
Differentiate between the three types of expected failures
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/atf/dist/atf-report/tests-results.xsl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/atf/dist/atf-report/tests-results.xsl
diff -u src/external/bsd/atf/dist/atf-report/tests-results.xsl:1.2 src/external/bsd/atf/dist/atf-report/tests-results.xsl:1.3
--- src/external/bsd/atf/dist/atf-report/tests-results.xsl:1.2 Sat Sep 4 19:19:27 2010
+++ src/external/bsd/atf/dist/atf-report/tests-results.xsl Sat Sep 11 03:10:57 2010
@@ -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>