summaryrefslogtreecommitdiff
path: root/tools/regression/xsl_reports/xsl/v2/html/library_user_legend.html
blob: bae1742e949c11583c17e8315b145db222b46b76 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!--

Copyright MetaCommunications, Inc. 2003-2005.

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 class="legend-item" width="50pt">
            <table width="100%" summary="success legend">
            <tr class="library-row-single"><td class="library-success-expected user-library-success-expected">pass</td></tr>
            </table>
        </td>
        <td class="legend-explanation">The test successfully passes.</td>
    </tr>
    <tr>
        <td class="legend-item" width="50pt">
            <table width="100%" summary="expected fail legend">
            <tr class="library-row-single"><td class="library-fail-expected user-library-fail-expected"><u>fail*</u></td></tr>
            </table>
        </td>
        <td class="legend-explanation">
            A <b>known failure</b> that the library maintainers are aware about. Please follow the link to 
            find out how it affects the library's functionality.
        </td>
    </tr>
    <tr>
        <td class="legend-item" width="50pt">
            <table width="100%" summary="unusable legend">
            <tr class="library-row-single"><td class="library-unusable user-library-unusable">unusable</td></tr>
            </table>
        </td>
        <td class="legend-explanation">
            The library author marked it as <b>unusable</b> on this particular platform/toolset. Please
            see the corresponding footnote.
        </td>
    </tr>
    <tr>
        <td class="legend-item" width="50pt">
            <table width="100%" summary="unresearched legend">
            <tr class="library-row-single"><td class="library-fail-expected-unresearched user-library-fail-expected-unresearched"><u>fail?</u></td></tr>
            </table>
        </td>
        <td class="legend-explanation">
          An <b>unsearched failure</b>: the library maintainers are aware of it, but need help with 
          investigating/addressing it for future releases. Please follow the link to 
          access the details and find out how it affects library functionality. </td>
    </tr>
    <tr>
        <td class="legend-item" width="50pt">
            <table width="100%" summary="unexpected new fail legend">
            <tr class="library-row-single"><td class="library-fail-unexpected-new user-library-fail-unexpected-new"><u>fail</u></td></tr>
            </table>
        </td>
        <td class="legend-explanation">
            A <b>new failure</b> on the test/compiler added in this release that hasn't been accounted for yet. 
            Please follow the link to access the details.
        </td>
    </tr>
    <tr>
        <td class="legend-item" width="50pt">
            <table width="100%" summary="unexpected fail legend">
            <tr class="library-row-single user-library-row-single"><td class="library-fail-unexpected"><u>fail</u></td></tr>
            </table>
        </td>
        <td class="legend-explanation">
             A <b>regression</b> comparing to the previous release. Please follow the link to 
             access the details.
        </td>
    </tr>
    <tr>
        <td class="legend-item" width="50pt">
        </td>
        <td class="legend-explanation"></td>
    </tr>
</table>
<hr/>
<table border="0" summary="report description">
    <tr>
        <td><span class="run-type-incremental">i</span></td>
        <td class="legend-explanation">An incremental run.</td>
    </tr>
</table>
</div>