summary_user_legend.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!--
  2. Copyright MetaCommunications, Inc. 2003-2004.
  3. Distributed under the Boost Software License, Version 1.0. (See
  4. accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt)
  6. -->
  7. <div class="legend">
  8. <table border="0" summary="report description">
  9. <tr>
  10. <td>
  11. <table border="0" summary="legend">
  12. <tr>
  13. <td>
  14. <table width="100%" summary="success legend">
  15. <tr class="summary-row-single"><td class="summary-user-success">&#160;</td></tr>
  16. </table>
  17. </td>
  18. <td class="legend-item">
  19. All library tests are passing.
  20. </td>
  21. </tr>
  22. <tr>
  23. <td>
  24. <table width="100%" summary="expected fail legend">
  25. <tr class="summary-row-single"><td class="summary-user-fail-expected">details</td></tr>
  26. </table>
  27. </td>
  28. <td class="legend-item">
  29. There are some known failures in the tests, click on the link to see the details.
  30. </td>
  31. </tr>
  32. </table>
  33. </td>
  34. <td>
  35. <table border="0" summary="legend" ID="Table1">
  36. <tr>
  37. <td>
  38. <table width="100%" summary="unexpected fail legend">
  39. <tr class="summary-row-single"><td class="summary-user-fail-unexpected">unexp.</td></tr>
  40. </table>
  41. </td>
  42. <td class="legend-item">
  43. Some tests that the library author expects to pass are currently failing,
  44. click on the link to see the details.
  45. </td>
  46. </tr>
  47. <tr>
  48. <td>
  49. <table width="100%" summary="unusable legend">
  50. <tr class="summary-row-single"><td class="summary-unusable">n/a</td></tr>
  51. </table>
  52. </td>
  53. <td class="legend-item">
  54. The library author marked it as unusable on particular platform/toolset.
  55. </td>
  56. </tr>
  57. </table>
  58. </td>
  59. </tr>
  60. </table>
  61. </div>
粤ICP备19079148号