issues_legend.html 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  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="unexpected new fail legend">
  15. <tr class="library-row-single"><td class="library-fail-unexpected-new">&lt;toolset&gt;</td></tr>
  16. </table>
  17. </td>
  18. <td class="legend-item">Failure on a newly added test/compiler.</td>
  19. </tr>
  20. <tr>
  21. <td>
  22. <table width="100%" summary="unexpected fail legend">
  23. <tr class="library-row-single"><td class="library-fail-unexpected">&lt;toolset&gt;</td></tr>
  24. </table>
  25. </td>
  26. <td class="legend-item">Unexpected failure.</td>
  27. </tr>
  28. </table>
  29. </td>
  30. </tr>
  31. </table>
  32. </div>
粤ICP备19079148号