issues_legend.html 1.1 KB

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