explicit-failures-markup.xml 49 KB

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