summaryrefslogtreecommitdiff
path: root/tools/regression/xsl_reports/xsl/html/issues_legend.html
blob: 6274048b55af37af2d04e11a69a9206cae7e4378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!--

Copyright MetaCommunications, Inc. 2003-2004.

Distributed under the Boost Software License, Version 1.0. (See
accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)

-->

<div class="legend">
<table border="0" summary="report description">
<tr>
    <td>
    <table border="0" summary="legend">
        <tr>
            <td>
                <table width="100%" summary="unexpected new fail legend">
                <tr class="library-row-single"><td class="library-fail-unexpected-new">&lt;toolset&gt;</td></tr>
                </table>
            </td>
            <td class="legend-item">Failure on a newly added test/compiler.</td>
        </tr>
        <tr>
            <td>
                <table width="100%" summary="unexpected fail legend">
                <tr class="library-row-single"><td class="library-fail-unexpected">&lt;toolset&gt;</td></tr>
                </table>
            </td>
            <td class="legend-item">Unexpected failure.</td>
        </tr>
    </table>
    </td>
</tr>
</table>
</div>