explicit-failures-markup.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright 2017-2018 Daniel James
  4. Distributed under the Boost Software License, Version 1.0.
  5. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. -->
  8. <explicit-failures-markup>
  9. <!-- functional/factory -->
  10. <library name="functional/factory">
  11. <mark-expected-failures>
  12. <test name="factory_with_allocator"/>
  13. <toolset name="borland-*"/>
  14. <note author="Tobias Schwinger">
  15. Probably broken const conversion with that compiler.
  16. </note>
  17. </mark-expected-failures>
  18. </library>
  19. <!-- functional/forward -->
  20. <library name="functional/foward">
  21. <mark-unusable>
  22. <toolset name="msvc-7.0*"/>
  23. <toolset name="msvc-7.1*"/>
  24. <toolset name="sun-5.*"/>
  25. <toolset name="vacpp*"/>
  26. <toolset name="borland-*"/>
  27. <note author="Tobias Schwinger">
  28. This compiler is currently not supported.
  29. </note>
  30. </mark-unusable>
  31. </library>
  32. </explicit-failures-markup>