| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <!--
- 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="success legend">
- <tr class="summary-row-single"><td class="summary-expected">OK</td></tr>
- </table>
- </td>
- <td class="legend-item">
- All expected tests pass.
- </td>
- </tr>
- <tr>
- <td>
- <table width="100%" summary="unexpected pass legend">
- <tr class="summary-row-single"><td class="summary-success-unexpected">OK</td></tr>
- </table>
- </td>
- <td class="legend-item">
- All expected tests pass, and some other tests that were expected to fail
- unexpectedly pass as well.
- </td>
- </tr>
- <tr>
- <td>
- <table width="100%" summary="unexpected new fail legend">
- <tr class="summary-row-single"><td class="summary-fail-unexpected-new">fail</td></tr>
- </table>
- </td>
- <td class="legend-item">
- There are some failures on the newly added tests/compiler(s).
- </td>
- </tr>
- </table>
- </td>
- <td>
- <table border="0" summary="legend">
- <tr>
- <td>
- <table width="100%" summary="unexpected fail legend">
- <tr class="summary-row-single"><td class="summary-fail-unexpected">broken</td></tr>
- </table>
- </td>
- <td class="legend-item">
- Tests that the library author expects to pass are currently failing.
- </td>
- </tr>
- <tr>
- <td>
- <table width="100%" summary="unusable legend">
- <tr class="summary-row-single"><td class="summary-unusable">n/a</td></tr>
- </table>
- </td>
- <td class="legend-item">
- The library author marked it as unusable on particular platform/toolset.
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </div>
|