summary_developer_legend.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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-expected">OK</td></tr>
  16. </table>
  17. </td>
  18. <td class="legend-item">
  19. All expected tests pass.
  20. </td>
  21. </tr>
  22. <tr>
  23. <td>
  24. <table width="100%" summary="unexpected pass legend">
  25. <tr class="summary-row-single"><td class="summary-success-unexpected">OK</td></tr>
  26. </table>
  27. </td>
  28. <td class="legend-item">
  29. All expected tests pass, and some other tests that were expected to fail
  30. unexpectedly pass as well.
  31. </td>
  32. </tr>
  33. <tr>
  34. <td>
  35. <table width="100%" summary="unexpected new fail legend">
  36. <tr class="summary-row-single"><td class="summary-fail-unexpected-new">fail</td></tr>
  37. </table>
  38. </td>
  39. <td class="legend-item">
  40. There are some failures on the newly added tests/compiler(s).
  41. </td>
  42. </tr>
  43. </table>
  44. </td>
  45. <td>
  46. <table border="0" summary="legend">
  47. <tr>
  48. <td>
  49. <table width="100%" summary="unexpected fail legend">
  50. <tr class="summary-row-single"><td class="summary-fail-unexpected">broken</td></tr>
  51. </table>
  52. </td>
  53. <td class="legend-item">
  54. Tests that the library author expects to pass are currently failing.
  55. </td>
  56. </tr>
  57. <tr>
  58. <td>
  59. <table width="100%" summary="unusable legend">
  60. <tr class="summary-row-single"><td class="summary-unusable">n/a</td></tr>
  61. </table>
  62. </td>
  63. <td class="legend-item">
  64. The library author marked it as unusable on particular platform/toolset.
  65. </td>
  66. </tr>
  67. </table>
  68. </td>
  69. </tr>
  70. </table>
  71. </div>
粤ICP备19079148号