explicit-failures-markup.xml 45 KB

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