explicit-failures-markup.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <explicit-failures-markup>
  2. <mark toolset="cwpro8" library="regex" test="*">
  3. <note author="M.Bergal" date="11/29/2003">
  4. ICE. Has been reported to Metrowerks by Beman?.
  5. </note>
  6. </mark>
  7. <mark library="concept_check" test="class_concept_fail_expected" toolset="cwpro8">
  8. <note author="B.Dawes">
  9. The failure is caused by a compiler bug, which has been reported to the compiler supplier (or is already known to them).
  10. </note>
  11. </mark>
  12. <mark library="config" test="limits_test" toolset="cwpro8">
  13. <note author="B.Dawes">
  14. The failure is caused by a compiler bug, which has been reported to the compiler supplier (or is already known to them).
  15. </note>
  16. </mark>
  17. <mark library="function" test="allocator_test" toolset="msvc">
  18. <note author="B.Dawes">
  19. The failure is caused by a standard library bug, which has been reported to the standard library supplier (or is already known to them).
  20. </note>
  21. </mark>
  22. <mark library="function" test="allocator_test" toolset="vc7">
  23. <note author="B.Dawes">
  24. The failure is caused by a standard library bug, which has been reported to the standard library supplier (or is already known to them).
  25. </note>
  26. </mark>
  27. <mark library="iterator" test="interoperable_fail" toolset="*">
  28. <note author="D. Abrahams">
  29. This failure is caused by a compiler bug. Templated operators
  30. which combine different iterators built with iterator_facade or
  31. iterator_adaptor be present in an overload set even when those
  32. iterators are not interoperable. The usual result is that error
  33. messages generated by illegal use of these operators will be of
  34. lower quality.
  35. </note>
  36. </mark>
  37. <mark library="iterator" test="is_convertible_fail" toolset="*">
  38. <note author="D. Abrahams">
  39. This failure is caused by a compiler bug.
  40. <code>is_convertible&lt;T,U&gt;::value</code> may be true for unrelated
  41. iterators <code>T</code> and <code>U</code>
  42. (including many of the Boost specialized adaptors) which use
  43. <code>enable_if_convertible</code> to restrict the applicability
  44. of converting constructors, even when <code>T</code> is not
  45. convertible to <code>U</code> because instantiating the
  46. conversion will cause a compilation failure.
  47. </note>
  48. </mark>
  49. </explicit-failures-markup>
粤ICP备19079148号