summary_developer_legend.html 2.4 KB

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