explicit-failures-markup.xml 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324
  1. <explicit-failures-markup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="explicit-failures.xsd">
  2. <!--
  3. The following online services can be used to validate your changes to this file:
  4. - http://apps.gotdotnet.com/xmltools/xsdvalidator/
  5. When using the gotdotnet tool you need to provide both the explicit-failures-markup.xml
  6. file as the XML document and the explicit-failures.xsd as the schema document. Use the
  7. browse buttons to select them from your local hard drive.
  8. - http://tools.decisionsoft.com/schemaValidate.html
  9. -->
  10. <!-- /////////////// Toolsets /////////////// -->
  11. <mark-toolset name="borland-5.6.4" status="required"/>
  12. <mark-toolset name="cw-8.3" status="required"/>
  13. <mark-toolset name="cwpro8" status="required"/>
  14. <mark-toolset name="msvc" status="required"/>
  15. <mark-toolset name="msvc-stlport" status="required"/>
  16. <mark-toolset name="vc7" status="required"/>
  17. <mark-toolset name="vc7.1" status="required"/>
  18. <!-- /////////////// Libraries /////////////// -->
  19. <!-- string_algo -->
  20. <library name="algorithm/string">
  21. <mark-unusable>
  22. <toolset name="borland"/>
  23. <toolset name="borland-5.6.4"/>
  24. <toolset name="msvc"/>
  25. <toolset name="msvc-stlport"/>
  26. <toolset name="intel-win32-7.1-vc6"/>
  27. <toolset name="gcc-2.95.3-linux"/>
  28. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  29. <note author="P.Droba"/>
  30. </mark-unusable>
  31. </library>
  32. <!-- array -->
  33. <library name="array">
  34. <test name="array3">
  35. <mark-failure>
  36. <toolset name="borland"/>
  37. <toolset name="borland-5.6.4"/>
  38. <toolset name="msvc"/>
  39. <toolset name="vc7"/>
  40. <note refid="3"/>
  41. </mark-failure>
  42. </test>
  43. <test name="array4">
  44. <mark-failure>
  45. <toolset name="borland"/>
  46. <toolset name="borland-5.6.4"/>
  47. <toolset name="msvc"/>
  48. <toolset name="vc7"/>
  49. <note refid="3"/>
  50. </mark-failure>
  51. </test>
  52. </library>
  53. <!-- concept_check -->
  54. <library name="concept_check">
  55. <test name="class_concept_fail_expected">
  56. <mark-failure>
  57. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  58. <note author="B. Dawes" refid="3"/>
  59. </mark-failure>
  60. </test>
  61. </library>
  62. <!-- config -->
  63. <library name="config">
  64. <test name="config_test">
  65. <mark-failure>
  66. <toolset name="intel-win32"/>
  67. <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
  68. <note author="B. Dawes" refid="3"/>
  69. </mark-failure>
  70. </test>
  71. <test name="config_link_test">
  72. <mark-failure>
  73. <toolset name="meta-como-win32-4.3.3-vc7"/>
  74. <note author="J. Maddock" refid="3"/>
  75. </mark-failure>
  76. </test>
  77. <test name="limits_test">
  78. <mark-failure>
  79. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  80. <note author="B. Dawes" refid="3"/>
  81. </mark-failure>
  82. </test>
  83. </library>
  84. <!-- date_time -->
  85. <library name="date_time">
  86. <mark-unusable>
  87. <toolset name="msvc-stlport"/>
  88. <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
  89. <toolset name="intel-win32-7.1-vc6"/>
  90. </mark-unusable>
  91. <test name="testgreg_wstream">
  92. <mark-failure>
  93. <toolset name="msvc"/>
  94. <toolset name="vc7"/>
  95. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  96. <toolset name="borland-5.6.4"/>
  97. <toolset name="mingw"/>
  98. <toolset name="mingw-3.4.1"/>
  99. <toolset name="gcc"/>
  100. <toolset name="gcc-2.95.3-linux"/>
  101. <toolset name="gcc-3.1-darwin"/>
  102. <toolset name="meta-como-win32-4.3.3-vc7"/>
  103. <toolset name="meta-como-win32-4.3.3-msvc"/>
  104. <note author="B. Garst" refid="19,21"/>
  105. </mark-failure>
  106. </test>
  107. <test name="testtime_wstream">
  108. <mark-failure>
  109. <toolset name="gcc"/>
  110. <toolset name="gcc-2.95.3-linux"/>
  111. <toolset name="gcc-3.1-darwin"/>
  112. <toolset name="msvc"/>
  113. <toolset name="vc7"/>
  114. <toolset name="borland-5.6.4"/>
  115. <toolset name="mingw"/>
  116. <toolset name="mingw-3.4.1"/>
  117. <toolset name="meta-como-win32-4.3.3-vc7"/>
  118. <toolset name="meta-como-win32-4.3.3-msvc"/>
  119. <note author="B. Garst" refid="19,21,22"/>
  120. </mark-failure>
  121. </test>
  122. <test name="testtime_wstream_std_config">
  123. <mark-failure>
  124. <toolset name="gcc"/>
  125. <toolset name="gcc-2.95.3-linux"/>
  126. <toolset name="gcc-3.1-darwin"/>
  127. <toolset name="msvc"/>
  128. <toolset name="vc7"/>
  129. <toolset name="borland-5.6.4"/>
  130. <toolset name="mingw"/>
  131. <toolset name="mingw-3.4.1"/>
  132. <toolset name="meta-como-win32-4.3.3-vc7"/>
  133. <toolset name="meta-como-win32-4.3.3-msvc"/>
  134. <note author="B. Garst" refid="19,21,22"/>
  135. </mark-failure>
  136. </test>
  137. <test name="testfacet">
  138. <mark-failure>
  139. <toolset name="gcc-2.95.3-linux"/>
  140. <toolset name="gcc-3.1-darwin"/>
  141. <toolset name="msvc"/>
  142. <toolset name="mingw"/>
  143. <toolset name="mingw-3.4.1"/>
  144. <note author="B. Garst" refid="18,19"/>
  145. </mark-failure>
  146. </test>
  147. <test name="testfacet_dll">
  148. <mark-failure>
  149. <toolset name="gcc-2.95.3-linux"/>
  150. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  151. <toolset name="gcc-3.1-darwin"/>
  152. <toolset name="msvc"/>
  153. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  154. <toolset name="mingw"/>
  155. <toolset name="mingw-3.4.1"/>
  156. <toolset name="meta-como-win32-4.3.3-vc7"/>
  157. <toolset name="meta-como-win32-4.3.3-vc7.1"/>
  158. <toolset name="como-win32-4.3.3-vc7.1"/>
  159. <toolset name="meta-como-win32-4.3.3-msvc"/>
  160. <note author="B. Garst" refid="18,19"/>
  161. </mark-failure>
  162. </test>
  163. <test name="testday_dll">
  164. <mark-failure>
  165. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  166. </mark-failure>
  167. </test>
  168. <test name="testgreg_year_dll">
  169. <mark-failure>
  170. <toolset name="como-win32-4.3.3-vc7.1"/>
  171. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  172. </mark-failure>
  173. </test>
  174. <test name="testparse_date">
  175. <mark-failure>
  176. <toolset name="gcc-2.95.3-linux"/>
  177. <toolset name="msvc"/>
  178. <toolset name="vc7"/>
  179. <note author="B. Garst" refid="18,20"/>
  180. </mark-failure>
  181. </test>
  182. <!--<test name="testmicrosec_time_clock">
  183. <mark-failure>
  184. <note author="B. Garst" refid="22"/>
  185. </mark-failure>
  186. </test> -->
  187. <test name="teststreams">
  188. <mark-failure>
  189. <toolset name="gcc"/>
  190. <toolset name="gcc-2.95.3-linux"/>
  191. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  192. <toolset name="gcc-3.1-darwin"/>
  193. <toolset name="msvc"/>
  194. <toolset name="vc7"/>
  195. <toolset name="borland-5.6.4"/>
  196. <toolset name="mingw"/>
  197. <toolset name="mingw-3.4.1"/>
  198. <toolset name="meta-como-win32-4.3.3-vc7"/>
  199. <toolset name="meta-como-win32-4.3.3-msvc"/>
  200. <note author="B. Garst" refid="18,19,20"/>
  201. </mark-failure>
  202. </test>
  203. <test name="testdate_dll">
  204. <mark-failure>
  205. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  206. <toolset name="como-win32-4.3.3-vc7.1"/>
  207. <toolset name="meta-como-win32-4.3.3-vc7.1"/>
  208. <toolset name="meta-como-win32-4.3.3-vc7"/>
  209. <toolset name="meta-como-win32-4.3.3-msvc"/>
  210. <note author="J. Garland" date="30 Jan 2004" id="24"/>
  211. </mark-failure>
  212. </test>
  213. <test name="testdate_duration_dll">
  214. <mark-failure>
  215. <toolset name="meta-como-win32-4.3.3-vc7.1"/>
  216. <toolset name="como-win32-4.3.3-vc7.1"/>
  217. <toolset name="meta-como-win32-4.3.3-vc7"/>
  218. <toolset name="meta-como-win32-4.3.3-msvc"/>
  219. <note author="J. Garland" date="30 Jan 2004" id="24"/>
  220. </mark-failure>
  221. </test>
  222. <test name="testduration_dll">
  223. <mark-failure>
  224. <toolset name="meta-como-win32-4.3.3-vc7.1"/>
  225. <toolset name="como-win32-4.3.3-vc7.1"/>
  226. <toolset name="meta-como-win32-4.3.3-vc7"/>
  227. <toolset name="meta-como-win32-4.3.3-msvc"/>
  228. <note author="J. Garland" date="30 Jan 2004" id="24"/>
  229. </mark-failure>
  230. </test>
  231. <test name="testdate_iterator_dll">
  232. <mark-failure>
  233. <toolset name="meta-como-win32-4.3.3-vc7.1"/>
  234. <toolset name="como-win32-4.3.3-vc7.1"/>
  235. <toolset name="meta-como-win32-4.3.3-vc7"/>
  236. <toolset name="meta-como-win32-4.3.3-msvc"/>
  237. <note author="J. Garland" date="30 Jan 2004" id="24"/>
  238. </mark-failure>
  239. </test>
  240. <test name="testdate_formatters_dll">
  241. <mark-failure>
  242. <toolset name="meta-como-win32-4.3.3-vc7.1"/>
  243. <toolset name="como-win32-4.3.3-vc7.1"/>
  244. <toolset name="meta-como-win32-4.3.3-vc7"/>
  245. <toolset name="meta-como-win32-4.3.3-msvc"/>
  246. <note author="J. Garland" date="30 Jan 2004" id="24"/>
  247. </mark-failure>
  248. </test>
  249. <test name="testgenerators_dll">
  250. <mark-failure>
  251. <toolset name="meta-como-win32-4.3.3-vc7.1"/>
  252. <toolset name="como-win32-4.3.3-vc7.1"/>
  253. <toolset name="meta-como-win32-4.3.3-vc7"/>
  254. <toolset name="meta-como-win32-4.3.3-msvc"/>
  255. <note author="J. Garland" date="30 Jan 2004" id="24"/>
  256. </mark-failure>
  257. </test>
  258. <test name="testgreg_cal_dll">
  259. <mark-failure>
  260. <toolset name="meta-como-win32-4.3.3-vc7.1"/>
  261. <toolset name="como-win32-4.3.3-vc7.1"/>
  262. <toolset name="meta-como-win32-4.3.3-vc7"/>
  263. <toolset name="meta-como-win32-4.3.3-msvc"/>
  264. <note author="J. Garland" date="30 Jan 2004" id="24"/>
  265. </mark-failure>
  266. </test>
  267. <test name="testgreg_day_dll">
  268. <mark-failure>
  269. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  270. <toolset name="meta-como-win32-4.3.3-vc7.1"/>
  271. <toolset name="como-win32-4.3.3-vc7.1"/>
  272. <toolset name="meta-como-win32-4.3.3-vc7"/>
  273. <toolset name="meta-como-win32-4.3.3-msvc"/>
  274. <note author="J. Garland" date="30 Jan 2004" id="24"/>
  275. </mark-failure>
  276. </test>
  277. <test name="testgreg_month_dll">
  278. <mark-failure>
  279. <toolset name="meta-como-win32-4.3.3-vc7.1"/>
  280. <toolset name="como-win32-4.3.3-vc7.1"/>
  281. <toolset name="meta-como-win32-4.3.3-vc7"/>
  282. <toolset name="meta-como-win32-4.3.3-msvc"/>
  283. <note author="J. Garland" date="30 Jan 2004" id="24"/>
  284. </mark-failure>
  285. </test>
  286. <test name="testperiod_dll">
  287. <mark-failure>
  288. <toolset name="meta-como-win32-4.3.3-vc7.1"/>
  289. <toolset name="como-win32-4.3.3-vc7.1"/>
  290. <toolset name="meta-como-win32-4.3.3-vc7"/>
  291. <toolset name="meta-como-win32-4.3.3-msvc"/>
  292. <note author="J. Garland" date="30 Jan 2004" id="24"/>
  293. </mark-failure>
  294. </test>
  295. <test name="*">
  296. <mark-failure>
  297. <toolset name="intel-win32"/>
  298. <note refid="10"/>
  299. </mark-failure>
  300. </test>
  301. </library>
  302. <!-- graph -->
  303. <library name="graph">
  304. <mark-unusable>
  305. <toolset name="borland-5.6.4"/>
  306. <toolset name="msvc"/>
  307. <toolset name="msvc-stlport"/>
  308. </mark-unusable>
  309. <test name="adj_matrix_cc">
  310. <mark-failure>
  311. <toolset name="vc7"/>
  312. <note refid="3" author="D. Gregor"/>
  313. </mark-failure>
  314. </test>
  315. <test name="bfs_cc">
  316. <mark-failure>
  317. <toolset name="vc7"/>
  318. <note refid="3" author="D. Gregor"/>
  319. </mark-failure>
  320. </test>
  321. <test name="bundled_properties">
  322. <mark-failure>
  323. <toolset name="vc7"/>
  324. <note refid="3" author="D. Gregor"/>
  325. </mark-failure>
  326. </test>
  327. <test name="dfs_cc">
  328. <mark-failure>
  329. <toolset name="vc7"/>
  330. <note refid="3" author="D. Gregor"/>
  331. </mark-failure>
  332. </test>
  333. <test name="dijkstra_cc">
  334. <mark-failure>
  335. <toolset name="vc7"/>
  336. <note refid="3" author="D. Gregor"/>
  337. </mark-failure>
  338. </test>
  339. <test name="subgraph">
  340. <mark-failure>
  341. <toolset name="vc7"/>
  342. <note refid="3" author="D. Gregor"/>
  343. </mark-failure>
  344. </test>
  345. <test name="transitive_closure_test">
  346. <mark-failure>
  347. <toolset name="vc7"/>
  348. <note refid="3" author="D. Gregor"/>
  349. </mark-failure>
  350. </test>
  351. <test name="vector_graph_cc">
  352. <mark-failure>
  353. <toolset name="vc7"/>
  354. <note refid="3" author="D. Gregor"/>
  355. </mark-failure>
  356. </test>
  357. </library>
  358. <!-- lambda -->
  359. <library name="lambda">
  360. <mark-unusable>
  361. <toolset name="msvc"/>
  362. <toolset name="msvc-stlport"/>
  363. <toolset name="borland"/>
  364. <toolset name="borland-5.6.4"/>
  365. <toolset name="borland-5.5.1"/>
  366. <toolset name="vc7"/>
  367. <note>
  368. TBD: Explain why it is not usable
  369. </note>
  370. </mark-unusable>
  371. </library>
  372. <!-- logic -->
  373. <library name="logic">
  374. <test name="tribool_io_test">
  375. <mark-failure>
  376. <toolset name="msvc-stlport"/>
  377. <note author="Douglas Gregor" date="27 Jul 2004" refid="4"/>
  378. </mark-failure>
  379. </test>
  380. </library>
  381. <!-- multi_array -->
  382. <library name="multi_array">
  383. <mark-unusable>
  384. <toolset name="borland"/>
  385. <toolset name="borland-5.6.4"/>
  386. <toolset name="borland-5.5.1"/>
  387. <note author="Alisdair Meredith" date="30 Jan 2004">
  388. <p>
  389. This library has never worked [on Borland 5.5.1 and 5.6.4], and the only tests that 'pass' are
  390. compile-fail tests failing for the wrong reasons!
  391. </p>
  392. </note>
  393. </mark-unusable>
  394. <test name="constructors">
  395. <mark-failure>
  396. <toolset name="msvc"/>
  397. <note author="Ronald Garcia" date="13 Jul 2004">
  398. Known error in MSVC. see
  399. <a href="http://boost-consulting.com/boost/libs/multi_index/doc/compiler_specifics.html#msvc_60">
  400. http://boost-consulting.com/boost/libs/multi_index/doc/compiler_specifics.html#msvc_60</a>
  401. for more information.
  402. </note>
  403. </mark-failure>
  404. </test>
  405. </library>
  406. <!-- multi_index -->
  407. <library name="multi_index">
  408. <mark-unusable>
  409. <toolset name="borland-5.6.4"/>
  410. <note author="J. L&#243;pez" date="05 Jul 2004" refid="17"/>
  411. </mark-unusable>
  412. <mark-unusable>
  413. <toolset name="gcc-2.95.3-linux"/>
  414. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  415. <note author="J. L&#243;pez" date="09 Jul 2004" refid="17"/>
  416. </mark-unusable>
  417. <mark-unusable>
  418. <toolset name="meta-como-win32-4.3.3-msvc"/>
  419. <note author="J. L&#243;pez" date="30 Jul 2004">
  420. The VC++ 6.0 backend runs out of internal resources while
  421. trying to process the Comeau output for this library;
  422. Comeau Computing has been asked about a solution.
  423. On the other hand, Comeau 4.3.3 with VC++ 7.0 backend works
  424. fine.
  425. </note>
  426. </mark-unusable>
  427. </library>
  428. <!-- serialization -->
  429. <library name="serialization">
  430. <mark-unusable>
  431. <toolset name="como"/>
  432. <toolset name="como-win32"/>
  433. <note author="Robert Ramey" date="13 Jul 2004" refid="2">
  434. This compiiler has an bug which prevents the usage of non-intrusive serializaiotn
  435. </note>
  436. </mark-unusable>
  437. <mark-unusable>
  438. <toolset name="acc" />
  439. <toolset name="gcc-2.95.3-linux" />
  440. <toolset name="vacpp" />
  441. <toolset name="mipspro" />
  442. <toolset name="mipspro" />
  443. <toolset name="tru64cxx" />
  444. <toolset name="tru64cxx65" />
  445. <note author="Robert Ramey" date="13 Jul 2004" refid="17,18" />
  446. </mark-unusable>
  447. <test name="void_cast">
  448. <mark-failure>
  449. <toolset name="msvc"/>
  450. <note author="Robert Ramey">
  451. This failure doesn't affect the serialization library
  452. </note>
  453. </mark-failure>
  454. </test>
  455. </library>
  456. <!-- spirit -->
  457. <library name="spirit">
  458. <mark-unusable>
  459. <toolset name="msvc"/>
  460. <toolset name="msvc-stlport"/>
  461. <toolset name="borland-5.5.1"/>
  462. <toolset name="borland-5.6.4"/>
  463. <toolset name="vc7"/>
  464. <toolset name="gcc-2.95.3-linux"/>
  465. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  466. <note>
  467. <p>
  468. Historically, Spirit supported a lot of compilers, including (to some
  469. extent) poorly conforming compilers such as VC6. Spirit v1.6.x will be
  470. the last release that will support older poorly conforming compilers.
  471. Starting from Spirit v1.8.0, ill conforming compilers will not be
  472. supported. If you are still using one of these older compilers, you can
  473. still use Spirit v1.6.x.
  474. </p>
  475. <p>
  476. The reason why Spirit v1.6.x worked on old non-conforming compilers is
  477. that the authors laboriously took the trouble of searching for
  478. workarounds to make these compilers happy. The process takes a lot of
  479. time and energy, especially when one encounters the dreaded ICE or
  480. "Internal Compiler Error". Sometimes searching for a single workaround
  481. takes days or even weeks. Sometimes, there are no known workarounds. This
  482. stifles progress a lot. And, as the library gets more progressive and
  483. takes on more advanced C++ techniques, the difficulty is escalated to
  484. even new heights.
  485. </p>
  486. <p>
  487. Spirit v1.6.x will still be supported. Maintenance and bug fixes will
  488. still be applied. There will still be active development for the back-
  489. porting of new features introduced in Spirit v1.8.0 (and Spirit 1.9.0)
  490. to lesser able compilers; hopefully, fueled by contributions from the
  491. community. For instance, there is already a working AST tree back-port
  492. for VC6 and VC7 by Peder Holt.
  493. </p>
  494. </note>
  495. </mark-unusable>
  496. </library>
  497. <!-- function -->
  498. <library name="function">
  499. <test name="allocator_test">
  500. <mark-failure>
  501. <toolset name="msvc"/>
  502. <toolset name="vc7"/>
  503. <note author="B.Dawes" refid="5"/>
  504. </mark-failure>
  505. </test>
  506. <test name="contains_test">
  507. <mark-failure>
  508. <toolset name="msvc"/>
  509. <toolset name="msvc-stlport"/>
  510. <note refid="3" author="D. Gregor"/>
  511. </mark-failure>
  512. </test>
  513. <test name="function_30">
  514. <mark-failure>
  515. <toolset name="vacpp"/>
  516. <note refid="16" author="D. Gregor"/>
  517. </mark-failure>
  518. </test>
  519. <test name="function_arith_cxx98">
  520. <mark-failure>
  521. <toolset name="borland"/>
  522. <toolset name="borland-5.6.4"/>
  523. <toolset name="msvc"/>
  524. <toolset name="vc7"/>
  525. <note author="B. Dawes" refid="3"/>
  526. </mark-failure>
  527. </test>
  528. <test name="function_ref_cxx98">
  529. <mark-failure>
  530. <toolset name="borland"/>
  531. <toolset name="borland-5.6.4"/>
  532. <toolset name="msvc"/>
  533. <toolset name="vc7"/>
  534. <note author="B. Dawes" refid="3"/>
  535. </mark-failure>
  536. </test>
  537. <test name="lambda_test">
  538. <mark-failure>
  539. <toolset name="borland"/>
  540. <toolset name="borland-5.6.4"/>
  541. <toolset name="msvc"/>
  542. <toolset name="vc7"/>
  543. <note author="B. Dawes" refid="3"/>
  544. </mark-failure>
  545. <mark-failure>
  546. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  547. <note author="B. Dawes" refid="2"/>
  548. </mark-failure>
  549. </test>
  550. <test name="lib_function_test">
  551. <mark-failure>
  552. <toolset name="borland"/>
  553. <toolset name="borland-5.6.4"/>
  554. <toolset name="msvc"/>
  555. <toolset name="vc7"/>
  556. <note author="B. Dawes" refid="3"/>
  557. </mark-failure>
  558. <mark-failure>
  559. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  560. <note author="B. Dawes" refid="2"/>
  561. </mark-failure>
  562. </test>
  563. <test name="mem_fun_cxx98">
  564. <mark-failure>
  565. <toolset name="borland"/>
  566. <toolset name="borland-5.6.4"/>
  567. <toolset name="msvc"/>
  568. <toolset name="vc7"/>
  569. <note author="B. Dawes" refid="3"/>
  570. </mark-failure>
  571. <mark-failure>
  572. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  573. <note author="B. Dawes" refid="2"/>
  574. </mark-failure>
  575. </test>
  576. <test name="std_bind_cxx98">
  577. <mark-failure>
  578. <toolset name="borland"/>
  579. <toolset name="borland-5.6.4"/>
  580. <toolset name="msvc"/>
  581. <toolset name="vc7"/>
  582. <note author="B. Dawes" refid="3"/>
  583. </mark-failure>
  584. </test>
  585. <test name="std_bind_portable">
  586. <mark-failure>
  587. <toolset name="msvc"/>
  588. <note author="B. Dawes" refid="5"/>
  589. </mark-failure>
  590. </test>
  591. <test name="sum_avg_cxx98">
  592. <mark-failure>
  593. <toolset name="borland"/>
  594. <toolset name="borland-5.6.4"/>
  595. <toolset name="msvc"/>
  596. <toolset name="vc7"/>
  597. <note author="B. Dawes" refid="3"/>
  598. </mark-failure>
  599. </test>
  600. </library>
  601. <!-- iterator -->
  602. <library name="iterator">
  603. <test name="interoperable_fail">
  604. <mark-failure>
  605. <toolset name="borland"/>
  606. <toolset name="borland-5.6.4"/>
  607. <toolset name="msvc"/>
  608. <toolset name="vc7"/>
  609. <note author="B. Dawes" refid="2"/>
  610. </mark-failure>
  611. <mark-failure>
  612. <toolset name="gcc"/>
  613. <note refid="3"/>
  614. </mark-failure>
  615. <mark-failure>
  616. <toolset name="*"/>
  617. <note author="D. Abrahams">
  618. This failure is caused by a compiler bug. Templated operators
  619. that combine different iterators built with iterator_facade or
  620. iterator_adaptor may be present in an overload set even when those
  621. iterators are not interoperable. The usual result is that error
  622. messages generated by illegal use of these operators will be of
  623. lower quality.
  624. </note>
  625. </mark-failure>
  626. </test>
  627. <test name="indirect_iterator_member_types" corner-case="yes">
  628. <mark-failure>
  629. <toolset name="borland"/>
  630. <toolset name="borland-5.6.4"/>
  631. <note author="D. Abrahams">
  632. This failure is caused by a compiler bug. The
  633. compiler tends to drop const-ness and as a result
  634. some indirect_iterators will have pointer and
  635. reference members of <code>T*</code> and <code>T&amp;</code> that should
  636. have been <code>T const*</code> and <code>T const&amp;</code>.
  637. </note>
  638. </mark-failure>
  639. </test>
  640. <test name="is_convertible_fail" corner-case="yes">
  641. <mark-failure>
  642. <toolset name="borland"/>
  643. <toolset name="borland-5.6.4"/>
  644. <toolset name="msvc"/>
  645. <toolset name="vc7"/>
  646. <note refid="2"/>
  647. </mark-failure>
  648. <mark-failure>
  649. <toolset name="*"/>
  650. <note author="D. Abrahams">
  651. This failure is caused by a compiler bug.
  652. <code>is_convertible&lt;T,U&gt;::value</code> may be true for unrelated
  653. iterators <code>T</code> and <code>U</code>
  654. (including many of the Boost specialized adaptors) which use
  655. <code>enable_if_convertible</code> to restrict the applicability
  656. of converting constructors, even when <code>T</code> is not
  657. convertible to <code>U</code> because instantiating the
  658. conversion will cause a compilation failure.
  659. </note>
  660. </mark-failure>
  661. </test>
  662. </library>
  663. <!-- math -->
  664. <library name="math">
  665. <test name="quaternion_mult_incl_test">
  666. <mark-failure>
  667. <toolset name="intel-win32"/>
  668. <note author="B. Dawes" refid="3"/>
  669. </mark-failure>
  670. </test>
  671. </library>
  672. <!-- numeric/interval -->
  673. <library name="numeric/interval">
  674. <mark-unusable>
  675. <toolset name="borland"/>
  676. <toolset name="borland-5.6.4"/>
  677. <toolset name="msvc"/>
  678. <toolset name="msvc-stlport"/>
  679. <toolset name="vc7"/>
  680. </mark-unusable>
  681. <test name="test_float">
  682. <mark-failure>
  683. <toolset name="borland-5.5.1"/>
  684. <toolset name="intel-win32-7.1-vc6"/>
  685. <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
  686. <note author="G. Melquiond">
  687. This test ensures the inclusion property of interval
  688. arithmetic is available for built-in floating-point types
  689. <code>float</code> and <code>double</code>. If the test
  690. fails, <code>interval&lt;float&gt;</code> and
  691. <code>interval&lt;double&gt;</code> should not be used
  692. on this compiler/platform since there will be no
  693. numerical guarantee.
  694. </note>
  695. </mark-failure>
  696. </test>
  697. </library>
  698. <!-- numeric/ublas -->
  699. <library name="numeric/ublas">
  700. <mark-unusable>
  701. <toolset name="borland"/>
  702. <toolset name="borland-5.6.4"/>
  703. <note author="M.Stevens" refid="2"/>
  704. </mark-unusable>
  705. <test name="test3">
  706. <mark-failure>
  707. <toolset name="vc7"/>
  708. <note>The failure is caused by compiler bug. Incidental
  709. changes in usage cause the problem to disappear. See Sourceforge
  710. uBLAS bug tracker issue 868885.</note>
  711. </mark-failure>
  712. </test>
  713. <test name="test7">
  714. <mark-failure>
  715. <toolset name="vc7.1"/>
  716. <note>The failure is caused by compiler incorrectly looking up
  717. the names upper/lower in other namespaces when compiling code in
  718. the numeric::interval namespace.</note>
  719. </mark-failure>
  720. <mark-failure>
  721. <toolset name="gcc-2.95.3-linux"/>
  722. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  723. <note>Interval IO require &lt;ostream&gt; header.</note>
  724. </mark-failure>
  725. </test>
  726. </library>
  727. <!-- program_options -->
  728. <library name="program_options">
  729. <mark-unusable>
  730. <toolset name="msvc-stlport"/>
  731. </mark-unusable>
  732. <mark-unusable>
  733. <toolset name="gcc-2.95.3-linux"/>
  734. <note>
  735. The failure is caused by standard library deficiencies -- it lacks
  736. basic_string class and the &lt;locale&gt; header.
  737. </note>
  738. </mark-unusable>
  739. <mark-unusable>
  740. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  741. <note refid="2"/>
  742. </mark-unusable>
  743. <test name="unicode_test">
  744. <mark-failure>
  745. <toolset name="intel-win32-7.1-vc6"/>
  746. <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
  747. <toolset name="msvc"/>
  748. <toolset name="vc7"/>
  749. <note>The failures are caused by problems with std::locale implementation</note>
  750. </mark-failure>
  751. </test>
  752. <test name="unicode_test_dll">
  753. <mark-failure>
  754. <toolset name="intel-win32-7.1-vc6"/>
  755. <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
  756. <toolset name="msvc"/>
  757. <toolset name="vc7"/>
  758. <note>The failures are caused by problems with std::locale implementation</note>
  759. </mark-failure>
  760. </test>
  761. <test name="unicode_test">
  762. <mark-failure>
  763. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  764. <note>The test fails at runtime for unknown reason</note>
  765. </mark-failure>
  766. </test>
  767. <test name="variable_map_test">
  768. <mark-failure>
  769. <toolset name="msvc"/>
  770. <note>
  771. The failures are caused by compiler bug: it's not possible to
  772. explicitly pass template arguments to member template function. The
  773. failure is serious and makes one of the primary interfaces
  774. unusable.
  775. </note>
  776. </mark-failure>
  777. </test>
  778. <test name="variable_map_test_dll">
  779. <mark-failure>
  780. <toolset name="msvc"/>
  781. <note>
  782. The failures are caused by compiler bug: it's not possible to
  783. explicitly pass template arguments to member template function. The
  784. failure is serious and makes one of the primary interfaces
  785. unusable.
  786. </note>
  787. </mark-failure>
  788. </test>
  789. <test name="cmdline_test_dll">
  790. <mark-failure>
  791. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  792. <note refid="18"/>
  793. </mark-failure>
  794. </test>
  795. <test name="options_description_test_dll">
  796. <mark-failure>
  797. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  798. <note refid="18"/>
  799. </mark-failure>
  800. </test>
  801. <test name="parsers_test_dll">
  802. <mark-failure>
  803. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  804. <note refid="18"/>
  805. </mark-failure>
  806. </test>
  807. <test name="parsers_test_dll">
  808. <mark-failure>
  809. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  810. <note refid="18"/>
  811. </mark-failure>
  812. </test>
  813. <test name="positional_options_test_dll">
  814. <mark-failure>
  815. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  816. <note refid="18"/>
  817. </mark-failure>
  818. </test>
  819. <test name="unicode_test_dll">
  820. <mark-failure>
  821. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  822. <note refid="18"/>
  823. </mark-failure>
  824. </test>
  825. <test name="variable_map_test_dll">
  826. <mark-failure>
  827. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  828. <note refid="18"/>
  829. </mark-failure>
  830. </test>
  831. <test name="winmain_dll">
  832. <mark-failure>
  833. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  834. <note refid="18"/>
  835. </mark-failure>
  836. </test>
  837. <test name="options_description_test_dll">
  838. <mark-failure>
  839. <toolset name="msvc"/>
  840. <toolset name="intel-win32-7.1-vc6"/>
  841. <note refid="23"/>
  842. </mark-failure>
  843. </test>
  844. <test name="variable_map_test_dll">
  845. <mark-failure>
  846. <toolset name="intel-win32-7.1-vc6"/>
  847. <note refid="23"/>
  848. </mark-failure>
  849. </test>
  850. </library>
  851. <!-- python -->
  852. <library name="python">
  853. <mark-unusable>
  854. <toolset name="borland"/>
  855. <toolset name="borland-5.5.1"/>
  856. <toolset name="borland-5.6.4"/>
  857. <note refid="2"/>
  858. <note refid="17"/>
  859. </mark-unusable>
  860. </library>
  861. <!-- random -->
  862. <library name="random">
  863. <mark-unusable>
  864. <toolset name="msvc"/>
  865. <toolset name="vc7"/>
  866. <note author="B. Dawes" refid="10"/>
  867. </mark-unusable>
  868. <test name="random_test">
  869. <mark-failure>
  870. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  871. <toolset name="como-win32"/>
  872. <toolset name="intel-win32"/>
  873. <note author="B. Dawes" refid="3"/>
  874. </mark-failure>
  875. <mark-failure>
  876. <toolset name="borland"/>
  877. <toolset name="borland-5.6.4"/>
  878. <note author="B. Dawes" refid="2"/>
  879. </mark-failure>
  880. </test>
  881. </library>
  882. <!-- regex -->
  883. <library name="regex">
  884. <test name="regex_token_iterator_eg_2">
  885. <mark-failure>
  886. <toolset name="msvc"/>
  887. <note author="J. Maddock"/>
  888. </mark-failure>
  889. </test>
  890. <test name="posix_api_check">
  891. <mark-failure>
  892. <toolset name="meta-como-win32-4.3.3-vc7"/>
  893. <note author="J. Maddock"/>
  894. </mark-failure>
  895. </test>
  896. <test name="regex_regress_dll">
  897. <mark-failure>
  898. <toolset name="meta-como-win32-4.3.3-vc7"/>
  899. <note author="J. Maddock"/>
  900. </mark-failure>
  901. </test>
  902. <test name="regex_wide_regress_dll">
  903. <mark-failure>
  904. <toolset name="meta-como-win32-4.3.3-vc7"/>
  905. <note author="J. Maddock"/>
  906. </mark-failure>
  907. </test>
  908. </library>
  909. <!-- signals -->
  910. <library name="signals">
  911. <test name="dead_slot_test">
  912. <mark-failure>
  913. <toolset name="meta-como-win32-4.3.3-vc7"/>
  914. <toolset name="meta-como-win32-4.3.3-msvc"/>
  915. <note refid="3" author="D. Gregor"/>
  916. </mark-failure>
  917. </test>
  918. <test name="signal_test">
  919. <mark-failure>
  920. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  921. <note author="B. Dawes" refid="2"/>
  922. </mark-failure>
  923. <mark-failure>
  924. <toolset name="borland"/>
  925. <toolset name="borland-5.6.4"/>
  926. <toolset name="msvc"/>
  927. <toolset name="vc7"/>
  928. <note author="B. Dawes" refid="3"/>
  929. </mark-failure>
  930. </test>
  931. <test name="trackable_test">
  932. <mark-failure>
  933. <toolset name="meta-como-win32-4.3.3-vc7"/>
  934. <toolset name="meta-como-win32-4.3.3-msvc"/>
  935. <note refid="3" author="D. Gregor"/>
  936. </mark-failure>
  937. </test>
  938. </library>
  939. <!-- static_assert -->
  940. <library name="static_assert">
  941. <test name="static_assert_test_fail_8">
  942. <mark-failure>
  943. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  944. <note author="B. Dawes" refid="3"/>
  945. </mark-failure>
  946. </test>
  947. </library>
  948. <!-- test -->
  949. <library name="test">
  950. <test name="errors_handling_test">
  951. <toolset name="como-win32"/>
  952. <note author="B. Dawes" refid="3"/>
  953. </test>
  954. </library>
  955. <!-- thread -->
  956. <library name="thread">
  957. <mark-unusable>
  958. <toolset name="gcc"/>
  959. <note author="B. Dawes" refid="6"/>
  960. </mark-unusable>
  961. <mark-unusable>
  962. <toolset name="como-win32"/>
  963. <note author="B. Dawes" refid="10"/>
  964. </mark-unusable>
  965. <test name="test_mutex">
  966. <mark-failure>
  967. <toolset name="vc7"/>
  968. <note author="B. Dawes" refid="0"/>
  969. <note author="B. Dawes" refid="6"/>
  970. </mark-failure>
  971. </test>
  972. </library>
  973. <!-- tuple -->
  974. <library name="tuple">
  975. <test name="io_test">
  976. <toolset name="intel-win32"/>
  977. <note author="B. Dawes" refid="3"/>
  978. </test>
  979. </library>
  980. <!-- type_traits -->
  981. <library name="type_traits">
  982. <test name="function_traits_test">
  983. <mark-failure>
  984. <toolset name="msvc"/>
  985. <toolset name="vc7"/>
  986. </mark-failure>
  987. </test>
  988. <test name="remove_bounds_test">
  989. <mark-failure>
  990. <toolset name="msvc"/>
  991. <toolset name="vc7"/>
  992. </mark-failure>
  993. </test>
  994. <test name="remove_const_test">
  995. <mark-failure>
  996. <toolset name="msvc"/>
  997. <toolset name="vc7"/>
  998. </mark-failure>
  999. </test>
  1000. <test name="remove_cv_test">
  1001. <mark-failure>
  1002. <toolset name="msvc"/>
  1003. <toolset name="vc7"/>
  1004. </mark-failure>
  1005. </test>
  1006. <test name="remove_pointer_test">
  1007. <mark-failure>
  1008. <toolset name="msvc"/>
  1009. <toolset name="vc7"/>
  1010. </mark-failure>
  1011. </test>
  1012. <test name="remove_reference_test">
  1013. <mark-failure>
  1014. <toolset name="msvc"/>
  1015. <toolset name="vc7"/>
  1016. </mark-failure>
  1017. </test>
  1018. <test name="remove_volatile_test">
  1019. <mark-failure>
  1020. <toolset name="msvc"/>
  1021. <toolset name="vc7"/>
  1022. </mark-failure>
  1023. </test>
  1024. <test name="tricky_incomplete_type_test">
  1025. <mark-failure>
  1026. <toolset name="borland-5.6.4"/>
  1027. </mark-failure>
  1028. </test>
  1029. <test name="tricky_is_enum_test">
  1030. <mark-failure>
  1031. <toolset name="borland-5.6.4"/>
  1032. <toolset name="msvc"/>
  1033. <toolset name="msvc-stlport"/>
  1034. </mark-failure>
  1035. </test>
  1036. <test name="is_abstract_test">
  1037. <mark-failure>
  1038. <toolset name="borland-5.6.4"/>
  1039. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  1040. <toolset name="msvc"/>
  1041. <toolset name="msvc-stlport"/>
  1042. <toolset name="vc7"/>
  1043. </mark-failure>
  1044. </test>
  1045. </library>
  1046. <!-- utility -->
  1047. <library name="utility">
  1048. <test name="enable_if_constructors">
  1049. <mark-failure>
  1050. <toolset name="borland"/>
  1051. <toolset name="borland-5.6.4"/>
  1052. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  1053. <toolset name="msvc"/>
  1054. <toolset name="msvc-stlport"/>
  1055. <toolset name="vc7"/>
  1056. <note refid="3"/>
  1057. </mark-failure>
  1058. </test>
  1059. <test name="enable_if_dummy_arg_disambiguation">
  1060. <mark-failure>
  1061. <toolset name="borland"/>
  1062. <toolset name="borland-5.6.4"/>
  1063. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  1064. <toolset name="msvc"/>
  1065. <toolset name="msvc-stlport"/>
  1066. <toolset name="vc7"/>
  1067. <note refid="3"/>
  1068. </mark-failure>
  1069. </test>
  1070. <test name="enable_if_lazy">
  1071. <mark-failure>
  1072. <toolset name="borland"/>
  1073. <toolset name="borland-5.6.4"/>
  1074. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  1075. <toolset name="msvc"/>
  1076. <toolset name="msvc-stlport"/>
  1077. <toolset name="vc7"/>
  1078. <note refid="3"/>
  1079. </mark-failure>
  1080. </test>
  1081. <test name="enable_if_lazy_test">
  1082. <mark-failure>
  1083. <toolset name="borland"/>
  1084. <toolset name="borland-5.6.4"/>
  1085. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  1086. <toolset name="msvc"/>
  1087. <toolset name="msvc-stlport"/>
  1088. <toolset name="vc7"/>
  1089. <note refid="3"/>
  1090. </mark-failure>
  1091. </test>
  1092. <test name="enable_if_member_templates">
  1093. <mark-failure>
  1094. <toolset name="borland"/>
  1095. <toolset name="borland-5.6.4"/>
  1096. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  1097. <toolset name="msvc"/>
  1098. <toolset name="msvc-stlport"/>
  1099. <toolset name="vc7"/>
  1100. <note refid="3"/>
  1101. </mark-failure>
  1102. </test>
  1103. <test name="enable_if_namespace_disambiguation">
  1104. <mark-failure>
  1105. <toolset name="borland"/>
  1106. <toolset name="borland-5.6.4"/>
  1107. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  1108. <toolset name="msvc"/>
  1109. <toolset name="msvc-stlport"/>
  1110. <toolset name="vc7"/>
  1111. <note refid="3"/>
  1112. </mark-failure>
  1113. </test>
  1114. <test name="enable_if_no_disambiguation">
  1115. <mark-failure>
  1116. <toolset name="borland"/>
  1117. <toolset name="borland-5.6.4"/>
  1118. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  1119. <toolset name="msvc"/>
  1120. <toolset name="msvc-stlport"/>
  1121. <toolset name="vc7"/>
  1122. <note refid="3"/>
  1123. </mark-failure>
  1124. </test>
  1125. <test name="enable_if_partial_specializations">
  1126. <mark-failure>
  1127. <toolset name="borland"/>
  1128. <toolset name="borland-5.6.4"/>
  1129. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  1130. <toolset name="msvc"/>
  1131. <toolset name="msvc-stlport"/>
  1132. <toolset name="vc7"/>
  1133. <note refid="3"/>
  1134. </mark-failure>
  1135. </test>
  1136. <test name="fun_out_iter_example">
  1137. <mark-failure>
  1138. <toolset name="como-win32"/>
  1139. <note author="B. Dawes" refid="4"/>
  1140. </mark-failure>
  1141. </test>
  1142. <test name="result_of_test">
  1143. <mark-failure>
  1144. <toolset name="borland-5.6.4"/>
  1145. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  1146. <toolset name="msvc"/>
  1147. <toolset name="msvc-stlport"/>
  1148. <toolset name="vc7"/>
  1149. <note refid="3" author="D. Gregor"/>
  1150. </mark-failure>
  1151. </test>
  1152. </library>
  1153. <library name="variant">
  1154. <test name="recursive_variant_test">
  1155. <mark-failure>
  1156. <toolset name="borland"/>
  1157. <toolset name="borland-5.6.4"/>
  1158. <toolset name="como-win32"/>
  1159. <toolset name="msvc"/>
  1160. <toolset name="msvc-stlport"/>
  1161. <toolset name="vc7"/>
  1162. <note refid="3"/>
  1163. </mark-failure>
  1164. </test>
  1165. <test name="variant_test1">
  1166. <mark-failure>
  1167. <toolset name="borland"/>
  1168. <toolset name="borland-5.6.4"/>
  1169. <note refid="2"/>
  1170. </mark-failure>
  1171. </test>
  1172. <test name="variant_reference_test">
  1173. <mark-failure>
  1174. <toolset name="cwpro8"/><toolset name="cw-8.3"/>
  1175. <toolset name="msvc"/>
  1176. <toolset name="msvc-stlport"/>
  1177. <toolset name="vc7"/>
  1178. <note refid="3"/>
  1179. </mark-failure>
  1180. <mark-failure>
  1181. <toolset name="intel-win32"/>
  1182. <toolset name="intel-win32-7.1-vc6"/>
  1183. <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
  1184. <note refid="2"/>
  1185. </mark-failure>
  1186. </test>
  1187. </library>
  1188. <!-- /////////////// Standard note definitions /////////////// -->
  1189. <note id="0">
  1190. This test fails only intermittently.
  1191. </note>
  1192. <note id="1">
  1193. The failure is caused by a problem in Boost code. The Boost developer is aware of
  1194. the problem and plans to fix it.
  1195. </note>
  1196. <note id="2">
  1197. The failure is caused by a compiler bug.
  1198. </note>
  1199. <note id="3">
  1200. The failure is caused by a compiler bug, which has been reported to the compiler
  1201. supplier (or is already known to them).
  1202. </note>
  1203. <note id="4">
  1204. The failure is caused by a standard library bug.
  1205. </note>
  1206. <note id="5">
  1207. The failure is caused by a standard library bug, which has been reported to the
  1208. standard library supplier (or is already known to them).
  1209. </note>
  1210. <note id="6">
  1211. The failure is probably caused by the test code, harness, or configuration. Thus
  1212. it may not affect users of the library.
  1213. </note>
  1214. <note id="9">
  1215. The failure is serious and likely to prevent all use of this Boost library with this compiler.
  1216. </note>
  1217. <note id="10">
  1218. The failure is serious and likely to prevent all use of this Boost library with this
  1219. compiler. The failure is caused by a compiler bug, which has been reported to the compiler
  1220. supplier (or is already known to them).
  1221. </note>
  1222. <note id="14">
  1223. The failure is caused by a platform API bug.
  1224. </note>
  1225. <note id="15">
  1226. The failure is caused by a platform API bug, which has been reported to the platform API
  1227. supplier (or is already known to them).
  1228. </note>
  1229. <note id="16">
  1230. The failure is not serious and will not affect most users. The library degrades gracefully.
  1231. </note>
  1232. <note id="17">
  1233. This compiler's bugs are not supported by the library.
  1234. </note>
  1235. <note id="18">
  1236. Locales missing or adequately supported by this compiler
  1237. </note>
  1238. <note id="19">
  1239. Missing or inadequate wchar/wstring/wstream support for this compiler
  1240. </note>
  1241. <note id="20">
  1242. No std iterator traits for this compiler
  1243. </note>
  1244. <note id="21">
  1245. Library has limited input/output support due to compiler inadequacies
  1246. </note>
  1247. <note id="22">
  1248. No high precision clock for this platform
  1249. </note>
  1250. <note id="23">
  1251. A bug in standard library prevents passing std::set from DLL to
  1252. application. A fixed &lt;tree&gt; header is available from
  1253. http://www.dinkumware.com/vc_fixes.html
  1254. </note>
  1255. <note id="24">
  1256. Although the documentation from the Comeau website would make it appear
  1257. that windows DLL's are supported using the --windows option, after some
  1258. experimentation we have been, unsuccessful in making dll configurations
  1259. work correctly.
  1260. </note>
  1261. </explicit-failures-markup>
粤ICP备19079148号