explicit-failures-markup.xml 38 KB

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