notes.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  5. <meta name="ProgId" content="FrontPage.Editor.Document">
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7. <title>Win32 Regression Testing Notes</title>
  8. </head>
  9. <body>
  10. <h2>Regression Testing Notes</h2>
  11. <h3>Note <a name="0">0</a></h3>
  12. <p>This test fails only intermittently.</p>
  13. <h3>Note <a name="1">1</a></h3>
  14. <p>The failure is caused by a problem in Boost code. The Boost developer is
  15. aware of the problem and plans to fix it.</p>
  16. <h3>Note <a name="2">2</a></h3>
  17. <p>The failure is caused by a compiler bug.</p>
  18. <h3>Note <a name="3">3</a></h3>
  19. <p>The failure is caused by a compiler bug, which has been reported to the
  20. compiler supplier (or is already known to them).</p>
  21. <h3>Note <a name="4">4</a></h3>
  22. <p>The failure is caused by a standard library bug.</p>
  23. <h3>Note <a name="5">5</a></h3>
  24. <p>The failure is caused by a standard library bug, which has been reported to
  25. the standard library supplier (or is already known to them).</p>
  26. <h3>Note <a name="6">6</a></h3>
  27. <p>The failure is probably caused by the test code, harness, or configuration.
  28. Thus it may not affect users of the library.</p>
  29. <h3>Note <a name="9">9</a></h3>
  30. <p>The failure is serious and likely to prevent all use of this Boost library
  31. with this compiler.</p>
  32. <h3>Note <a name="10">10</a></h3>
  33. <p>The failure is serious and likely to prevent all use of this Boost library
  34. with this compiler. The failure is caused by a compiler bug, which has been reported to the
  35. compiler supplier (or is already known to them).</p>
  36. <h3>Note <a name="14">14</a></h3>
  37. <p>The failure is caused by a platform API bug.</p>
  38. <h3>Note <a name="15">15</a></h3>
  39. <p>The failure is caused by a platform API bug, which has been reported to
  40. the platform API supplier (or is already known to them).</p>
  41. <h3>Note <a name="16">16</a></h3>
  42. <p>The failure is not serious and will not affect most users. The library degrades gracefully.</p>
  43. <h3>Note <a name="17">17</a></h3>
  44. <p>This compiler's bugs are not supported by the library.</p>
  45. <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="1200">
  46. <tr><td width="100%" height="1200">&nbsp;</td></tr>
  47. </table>
  48. </body>
  49. </html>
粤ICP备19079148号