Differentiate between the three types of expected failures

This commit is contained in:
pgoyette 2010-09-11 03:10:57 +00:00
parent 2eb51a32ec
commit a882490af5

View File

@ -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>