explicit-failures-markup.xml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <explicit-failures-markup>
  3. <!-- spirit (v2) -->
  4. <library name="spirit">
  5. <mark-unusable>
  6. <toolset name="sun-5.7"/>
  7. <toolset name="sun-5.8"/>
  8. <toolset name="sun-5.9"/>
  9. <toolset name="sun-5.10"/>
  10. <toolset name="vacpp*"/>
  11. <toolset name="borland-*"/>
  12. <toolset name="cray-8.0"/>
  13. <toolset name="msvc-7.1*"/>
  14. <toolset name="clang-*-3.1*11*"/>
  15. <toolset name="gcc-mngw-gnu-4.3c+"/>
  16. </mark-unusable>
  17. <test name="karma_*" category="Karma" />
  18. <test name="lex_*" category="Lex" />
  19. <test name="qi_*" category="Qi" />
  20. <test name="support_*" category="Support" />
  21. <test name="x3_*" category="X3" />
  22. </library>
  23. <!-- spirit (v2) repository -->
  24. <library name="spirit/repository">
  25. <mark-unusable>
  26. <toolset name="borland-cb2009"/>
  27. <toolset name="borland-cb2010"/>
  28. <toolset name="msvc-7.1*"/>
  29. <toolset name="clang-*-3.1*11*"/>
  30. <toolset name="gcc-mngw-gnu-4.3c+"/>
  31. </mark-unusable>
  32. <test name="karma_*" category="Karma" />
  33. <test name="qi_*" category="Qi" />
  34. </library>
  35. <!-- spirit (classic) -->
  36. <library name="spirit/classic">
  37. <mark-unusable>
  38. <toolset name="msvc-6.5*"/>
  39. <toolset name="borland-5.5*"/>
  40. <toolset name="borland-5.6*"/>
  41. <toolset name="borland-5.8*"/>
  42. <toolset name="msvc-7.0"/>
  43. <toolset name="gcc-2.95.3-linux"/>
  44. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  45. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  46. <toolset name="sunpro-5_3-sunos"/>
  47. <note>
  48. <p>
  49. Historically, Spirit supported a lot of compilers, including (to some
  50. extent) poorly conforming compilers such as VC6. Spirit v1.6.x will be
  51. the last release that will support older poorly conforming compilers.
  52. Starting from Spirit v1.8.0, ill conforming compilers will not be
  53. supported. If you are still using one of these older compilers, you can
  54. still use Spirit v1.6.x.
  55. </p>
  56. <p>
  57. The reason why Spirit v1.6.x worked on old non-conforming compilers is
  58. that the authors laboriously took the trouble of searching for
  59. workarounds to make these compilers happy. The process takes a lot of
  60. time and energy, especially when one encounters the dreaded ICE or
  61. "Internal Compiler Error". Sometimes searching for a single workaround
  62. takes days or even weeks. Sometimes, there are no known workarounds. This
  63. stifles progress a lot. And, as the library gets more progressive and
  64. takes on more advanced C++ techniques, the difficulty is escalated to
  65. even new heights.
  66. </p>
  67. <p>
  68. Spirit v1.6.x will still be supported. Maintenance and bug fixes will
  69. still be applied. There will still be active development for the back-
  70. porting of new features introduced in Spirit v1.8.0 (and Spirit 1.9.0)
  71. to lesser able compilers; hopefully, fueled by contributions from the
  72. community. For instance, there is already a working AST tree back-port
  73. for VC6 and VC7 by Peder Holt.
  74. </p>
  75. </note>
  76. </mark-unusable>
  77. <mark-expected-failures>
  78. <test name="action_tests*"/>
  79. <toolset name="iw-7_1-vc6"/>
  80. <note author="Aleksey Gurtovoy" refid="4"/>
  81. </mark-expected-failures>
  82. <mark-expected-failures>
  83. <test name="ast_calc_tests*"/>
  84. <test name="closure_tests*"/>
  85. <test name="multi_pass_compile_tests"/>
  86. <test name="repeat_ast_tests*"/>
  87. <toolset name="intel-8.0-linux"/>
  88. <toolset name="intel-8.1-linux"/>
  89. <note author="Aleksey Gurtovoy">
  90. This failure is caused by a compiler bug that manifests itself in the
  91. particular environment/hardware configuration the test has been run in.
  92. You may or may not experience this issue in your local setup.
  93. </note>
  94. </mark-expected-failures>
  95. <mark-expected-failures>
  96. <test name="escape_char_parser_tests*"/>
  97. <toolset name="intel-7.1-linux"/>
  98. <toolset name="intel-7.1-stdlib-default-linux"/>
  99. <note author="Aleksey Gurtovoy" refid="19"/>
  100. </mark-expected-failures>
  101. <mark-expected-failures>
  102. <test name="escape_char_parser_tests*"/>
  103. <toolset name="iw-7_1-vc6*"/>
  104. <note author="Aleksey Gurtovoy" refid="28"/>
  105. </mark-expected-failures>
  106. <mark-expected-failures>
  107. <test name="chset_tests*"/>
  108. <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
  109. <note author="Aleksey Gurtovoy" refid="28"/>
  110. </mark-expected-failures>
  111. <mark-expected-failures>
  112. <test name="int_numerics"/>
  113. <test name="karma_pattern*"/>
  114. <test name="karma_sequence"/>
  115. <test name="rule"/>
  116. <test name="sequence"/>
  117. <toolset name="acc"/>
  118. <note author="Boris Gubenko" refid="47"/>
  119. </mark-expected-failures>
  120. <mark-expected-failures>
  121. <test name="lexertl3"/>
  122. <test name="lexertl4"/>
  123. <test name="lexertl5"/>
  124. <toolset name="gcc-3.4.6_linux_ia64"/>
  125. <note author="Boris Gubenko">
  126. With GCC 3.4.6 the test fails with ICE: internal compiler error.
  127. The footprint is similar to that in GCC Bugzilla Bug 34950
  128. except 34950 is a regression introduced in GCC 4.2.3. In any
  129. case, whatever the problem is, the GCC 4.x series does not seem
  130. to have it: the test compiles just fine with GCC 4.x compiler.
  131. </note>
  132. </mark-expected-failures>
  133. </library>
  134. </explicit-failures-markup>