1
0

summary_user_legend.html 2.1 KB

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