explicit-failures-markup.xml 43 KB

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