explicit-failures-markup.xml 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  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. <!-- array -->
  16. <library name="array">
  17. <test name="array3">
  18. <mark-failure>
  19. <toolset name="borland"/>
  20. <toolset name="borland-5.6.4"/>
  21. <toolset name="msvc"/>
  22. <toolset name="vc7"/>
  23. <note refid="3"/>
  24. </mark-failure>
  25. </test>
  26. <test name="array4">
  27. <mark-failure>
  28. <toolset name="borland"/>
  29. <toolset name="borland-5.6.4"/>
  30. <toolset name="msvc"/>
  31. <toolset name="vc7"/>
  32. <note refid="3"/>
  33. </mark-failure>
  34. </test>
  35. </library>
  36. <!-- concept_check -->
  37. <library name="concept_check">
  38. <test name="class_concept_fail_expected">
  39. <mark-failure>
  40. <toolset name="cwpro8"/>
  41. <note author="B. Dawes" refid="3"/>
  42. </mark-failure>
  43. </test>
  44. </library>
  45. <!-- config -->
  46. <library name="config">
  47. <test name="config_test">
  48. <mark-failure>
  49. <toolset name="intel-win32"/>
  50. <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
  51. <note author="B. Dawes" refid="3"/>
  52. </mark-failure>
  53. </test>
  54. <test name="config_link_test">
  55. <mark-failure>
  56. <toolset name="meta-como-win32-4.3.3-vc7"/>
  57. <note author="J. Maddock" refid="3"/>
  58. </mark-failure>
  59. </test>
  60. <test name="limits_test">
  61. <mark-failure>
  62. <toolset name="cwpro8"/>
  63. <note author="B. Dawes" refid="3"/>
  64. </mark-failure>
  65. </test>
  66. </library>
  67. <!-- date_time -->
  68. <library name="date_time">
  69. <mark-unusable>
  70. <toolset name="intel-win32"/>
  71. <note author="B. Dawes" refid="10"/>
  72. </mark-unusable>
  73. <test name="testmicrosec_time_clock">
  74. <mark-failure>
  75. <toolset name="gcc"/>
  76. <note author="B. Dawes" refid="14"/>
  77. </mark-failure>
  78. </test>
  79. <test name="*">
  80. <mark-failure>
  81. <toolset name="intel-win32"/>
  82. <note refid="10"/>
  83. </mark-failure>
  84. </test>
  85. </library>
  86. <!-- graph -->
  87. <library name="graph">
  88. <mark-unusable>
  89. <toolset name="borland-5.6.4"/>
  90. <toolset name="msvc"/>
  91. <toolset name="msvc-stlport"/>
  92. </mark-unusable>
  93. <test name="bundled_properties">
  94. <mark-failure>
  95. <toolset name="vc7"/>
  96. </mark-failure>
  97. </test>
  98. </library>
  99. <!-- lambda -->
  100. <library name="lambda">
  101. <mark-unusable>
  102. <toolset name="msvc"/>
  103. <toolset name="msvc-stlport"/>
  104. <toolset name="borland"/>
  105. <toolset name="borland-5.6.4"/>
  106. <toolset name="borland-5.5.1"/>
  107. <toolset name="vc7"/>
  108. <note>
  109. TBD: Explain why it is not usable
  110. </note>
  111. </mark-unusable>
  112. </library>
  113. <!-- multi_array -->
  114. <library name="multi_array">
  115. <mark-unusable>
  116. <toolset name="borland"/>
  117. <toolset name="borland-5.6.4"/>
  118. <toolset name="borland-5.5.1"/>
  119. <note author="Alisdair Meredith" date="30 Jan 2004">
  120. <p>
  121. This library has never worked [on Borland 5.5.1 and 5.6.4], and the only tests that 'pass' are
  122. compile-fail tests failing for the wrong reasons!
  123. </p>
  124. </note>
  125. </mark-unusable>
  126. </library>
  127. <!-- spirit -->
  128. <library name="spirit">
  129. <mark-unusable>
  130. <toolset name="msvc"/>
  131. <toolset name="msvc-stlport"/>
  132. <toolset name="borland-5.5.1"/>
  133. <toolset name="borland-5.6.4"/>
  134. <toolset name="vc7"/>
  135. <toolset name="gcc-2.95.3-linux"/>
  136. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  137. <note>
  138. <p>
  139. Historically, Spirit supported a lot of compilers, including (to some
  140. extent) poorly conforming compilers such as VC6. Spirit v1.6.x will be
  141. the last release that will support older poorly conforming compilers.
  142. Starting from Spirit v1.8.0, ill conforming compilers will not be
  143. supported. If you are still using one of these older compilers, you can
  144. still use Spirit v1.6.x.
  145. </p>
  146. <p>
  147. The reason why Spirit v1.6.x worked on old non-conforming compilers is
  148. that the authors laboriously took the trouble of searching for
  149. workarounds to make these compilers happy. The process takes a lot of
  150. time and energy, especially when one encounters the dreaded ICE or
  151. "Internal Compiler Error". Sometimes searching for a single workaround
  152. takes days or even weeks. Sometimes, there are no known workarounds. This
  153. stifles progress a lot. And, as the library gets more progressive and
  154. takes on more advanced C++ techniques, the difficulty is escalated to
  155. even new heights.
  156. </p>
  157. <p>
  158. Spirit v1.6.x will still be supported. Maintenance and bug fixes will
  159. still be applied. There will still be active development for the back-
  160. porting of new features introduced in Spirit v1.8.0 (and Spirit 1.9.0)
  161. to lesser able compilers; hopefully, fueled by contributions from the
  162. community. For instance, there is already a working AST tree back-port
  163. for VC6 and VC7 by Peder Holt.
  164. </p>
  165. </note>
  166. </mark-unusable>
  167. </library>
  168. <!-- function -->
  169. <library name="function">
  170. <test name="allocator_test">
  171. <mark-failure>
  172. <toolset name="msvc"/>
  173. <toolset name="vc7"/>
  174. <note author="B.Dawes" refid="5"/>
  175. </mark-failure>
  176. </test>
  177. <test name="contains_test">
  178. <mark-failure>
  179. <toolset name="msvc"/>
  180. <toolset name="msvc-stlport"/>
  181. </mark-failure>
  182. </test>
  183. <test name="function_arith_cxx98">
  184. <mark-failure>
  185. <toolset name="borland"/>
  186. <toolset name="borland-5.6.4"/>
  187. <toolset name="msvc"/>
  188. <toolset name="vc7"/>
  189. <note author="B. Dawes" refid="3"/>
  190. </mark-failure>
  191. </test>
  192. <test name="function_ref_cxx98">
  193. <mark-failure>
  194. <toolset name="borland"/>
  195. <toolset name="borland-5.6.4"/>
  196. <toolset name="msvc"/>
  197. <toolset name="vc7"/>
  198. <note author="B. Dawes" refid="3"/>
  199. </mark-failure>
  200. </test>
  201. <test name="lambda_test">
  202. <mark-failure>
  203. <toolset name="borland"/>
  204. <toolset name="borland-5.6.4"/>
  205. <toolset name="msvc"/>
  206. <toolset name="vc7"/>
  207. <note author="B. Dawes" refid="3"/>
  208. </mark-failure>
  209. <mark-failure>
  210. <toolset name="cwpro8"/>
  211. <note author="B. Dawes" refid="2"/>
  212. </mark-failure>
  213. </test>
  214. <test name="lib_function_test">
  215. <mark-failure>
  216. <toolset name="borland"/>
  217. <toolset name="borland-5.6.4"/>
  218. <toolset name="msvc"/>
  219. <toolset name="vc7"/>
  220. <note author="B. Dawes" refid="3"/>
  221. </mark-failure>
  222. <mark-failure>
  223. <toolset name="cwpro8"/>
  224. <note author="B. Dawes" refid="2"/>
  225. </mark-failure>
  226. </test>
  227. <test name="mem_fun_cxx98">
  228. <mark-failure>
  229. <toolset name="borland"/>
  230. <toolset name="borland-5.6.4"/>
  231. <toolset name="msvc"/>
  232. <toolset name="vc7"/>
  233. <note author="B. Dawes" refid="3"/>
  234. </mark-failure>
  235. <mark-failure>
  236. <toolset name="cwpro8"/>
  237. <note author="B. Dawes" refid="2"/>
  238. </mark-failure>
  239. </test>
  240. <test name="std_bind_cxx98">
  241. <mark-failure>
  242. <toolset name="borland"/>
  243. <toolset name="borland-5.6.4"/>
  244. <toolset name="msvc"/>
  245. <toolset name="vc7"/>
  246. <note author="B. Dawes" refid="3"/>
  247. </mark-failure>
  248. </test>
  249. <test name="std_bind_portable">
  250. <mark-failure>
  251. <toolset name="msvc"/>
  252. <note author="B. Dawes" refid="5"/>
  253. </mark-failure>
  254. </test>
  255. <test name="sum_avg_cxx98">
  256. <mark-failure>
  257. <toolset name="borland"/>
  258. <toolset name="borland-5.6.4"/>
  259. <toolset name="msvc"/>
  260. <toolset name="vc7"/>
  261. <note author="B. Dawes" refid="3"/>
  262. </mark-failure>
  263. </test>
  264. </library>
  265. <!-- iterator -->
  266. <library name="iterator">
  267. <test name="interoperable_fail">
  268. <mark-failure>
  269. <toolset name="borland"/>
  270. <toolset name="borland-5.6.4"/>
  271. <toolset name="msvc"/>
  272. <toolset name="vc7"/>
  273. <note author="B. Dawes" refid="2"/>
  274. </mark-failure>
  275. <mark-failure>
  276. <toolset name="gcc"/>
  277. <note refid="3"/>
  278. </mark-failure>
  279. <mark-failure>
  280. <toolset name="*"/>
  281. <note author="D. Abrahams">
  282. This failure is caused by a compiler bug. Templated operators
  283. which combine different iterators built with iterator_facade or
  284. iterator_adaptor be present in an overload set even when those
  285. iterators are not interoperable. The usual result is that error
  286. messages generated by illegal use of these operators will be of
  287. lower quality.
  288. </note>
  289. </mark-failure>
  290. </test>
  291. <test name="is_convertible_fail" corner-case="yes">
  292. <mark-failure>
  293. <toolset name="borland"/>
  294. <toolset name="borland-5.6.4"/>
  295. <toolset name="msvc"/>
  296. <toolset name="vc7"/>
  297. <note refid="2"/>
  298. </mark-failure>
  299. <mark-failure>
  300. <toolset name="*"/>
  301. <note author="D. Abrahams">
  302. This failure is caused by a compiler bug.
  303. <code>is_convertible&lt;T,U&gt;::value</code> may be true for unrelated
  304. iterators <code>T</code> and <code>U</code>
  305. (including many of the Boost specialized adaptors) which use
  306. <code>enable_if_convertible</code> to restrict the applicability
  307. of converting constructors, even when <code>T</code> is not
  308. convertible to <code>U</code> because instantiating the
  309. conversion will cause a compilation failure.
  310. </note>
  311. </mark-failure>
  312. </test>
  313. </library>
  314. <!-- math -->
  315. <library name="math">
  316. <test name="quaternion_mult_incl_test">
  317. <mark-failure>
  318. <toolset name="intel-win32"/>
  319. <note author="B. Dawes" refid="3"/>
  320. </mark-failure>
  321. </test>
  322. </library>
  323. <!-- numeric/interval -->
  324. <library name="numeric/interval">
  325. <mark-unusable>
  326. <toolset name="borland"/>
  327. <toolset name="borland-5.6.4"/>
  328. <toolset name="msvc"/>
  329. <toolset name="msvc-stlport"/>
  330. <toolset name="vc7"/>
  331. <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
  332. </mark-unusable>
  333. <test name="test_float">
  334. <mark-failure>
  335. <toolset name="borland-5.5.1"/>
  336. <toolset name="intel-win32-7.1-vc6"/>
  337. <note author="G. Melquiond">
  338. This test ensures the inclusion property of interval
  339. arithmetic is available for built-in floating-point types
  340. <code>float</code> and <code>double</code>. If the test
  341. fails, <code>interval&lt;float&gt;</code> and
  342. <code>interval&lt;double&gt;</code> should not be used
  343. on this compiler/platform since there will be no
  344. numerical guarantee.
  345. </note>
  346. </mark-failure>
  347. </test>
  348. </library>
  349. <!-- program_options -->
  350. <library name="program_options">
  351. <mark-unusable>
  352. <toolset name="msvc-stlport"/>
  353. </mark-unusable>
  354. <mark-unusable>
  355. <toolset name="gcc-2.95.3-linux"/>
  356. <note>
  357. The failure is caused by standard library deficiencies -- it lacks
  358. basic_string class and the &lt;locale&gt; header.
  359. </note>
  360. </mark-unusable>
  361. <test name="unicode_test">
  362. <mark-failure>
  363. <toolset name="intel-win32-7.1-vc6"/>
  364. <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
  365. <toolset name="msvc"/>
  366. <toolset name="vc7"/>
  367. <note>The failures are caused by problems with std::locale implementation</note>
  368. </mark-failure>
  369. </test>
  370. <test name="unicode_test">
  371. <mark-failure>
  372. <toolset name="cwpro8"/>
  373. <note>The test fails at runtime for unknown reason</note>
  374. </mark-failure>
  375. </test>
  376. <test name="variable_map_test">
  377. <mark-failure>
  378. <toolset name="msvc"/>
  379. <note>
  380. The failures are caused by compiler bug: it's not possible to
  381. explicitly pass template arguments to member template function. The
  382. failure is serious and makes one of the primary interfaces
  383. unusable.
  384. </note>
  385. </mark-failure>
  386. </test>
  387. </library>
  388. <!-- python -->
  389. <library name="python">
  390. <mark-unusable>
  391. <toolset name="borland"/>
  392. <toolset name="borland-5.5.1"/>
  393. <toolset name="borland-5.6.4"/>
  394. <note refid="2"/>
  395. <note refid="17"/>
  396. </mark-unusable>
  397. </library>
  398. <!-- random -->
  399. <library name="random">
  400. <mark-unusable>
  401. <toolset name="msvc"/>
  402. <toolset name="vc7"/>
  403. <note author="B. Dawes" refid="10"/>
  404. </mark-unusable>
  405. <test name="random_test">
  406. <mark-failure>
  407. <toolset name="cwpro8"/>
  408. <toolset name="como-win32"/>
  409. <toolset name="intel-win32"/>
  410. <note author="B. Dawes" refid="3"/>
  411. </mark-failure>
  412. <mark-failure>
  413. <toolset name="borland"/>
  414. <toolset name="borland-5.6.4"/>
  415. <note author="B. Dawes" refid="2"/>
  416. </mark-failure>
  417. </test>
  418. </library>
  419. <!-- regex -->
  420. <library name="regex">
  421. <test name="regex_token_iterator_eg_2">
  422. <mark-failure>
  423. <toolset name="msvc"/>
  424. <note author="J. Maddock"/>
  425. </mark-failure>
  426. </test>
  427. <test name="posix_api_check">
  428. <mark-failure>
  429. <toolset name="meta-como-win32-4.3.3-vc7"/>
  430. <note author="J. Maddock"/>
  431. </mark-failure>
  432. </test>
  433. <test name="regex_regress_dll">
  434. <mark-failure>
  435. <toolset name="meta-como-win32-4.3.3-vc7"/>
  436. <note author="J. Maddock"/>
  437. </mark-failure>
  438. </test>
  439. <test name="regex_wide_regress_dll">
  440. <mark-failure>
  441. <toolset name="meta-como-win32-4.3.3-vc7"/>
  442. <note author="J. Maddock"/>
  443. </mark-failure>
  444. </test>
  445. </library>
  446. <!-- signals -->
  447. <library name="signals">
  448. <test name="signal_test">
  449. <mark-failure>
  450. <toolset name="cwpro8"/>
  451. <note author="B. Dawes" refid="2"/>
  452. </mark-failure>
  453. <mark-failure>
  454. <toolset name="borland"/>
  455. <toolset name="borland-5.6.4"/>
  456. <toolset name="msvc"/>
  457. <toolset name="vc7"/>
  458. <note author="B. Dawes" refid="3"/>
  459. </mark-failure>
  460. </test>
  461. </library>
  462. <!-- static_assert -->
  463. <library name="static_assert">
  464. <test name="static_assert_test_fail_8">
  465. <toolset name="cwpro8"/>
  466. <note author="B. Dawes" refid="3"/>
  467. </test>
  468. </library>
  469. <!-- test -->
  470. <library name="test">
  471. <test name="errors_handling_test">
  472. <toolset name="como-win32"/>
  473. <note author="B. Dawes" refid="3"/>
  474. </test>
  475. </library>
  476. <!-- thread -->
  477. <library name="thread">
  478. <mark-unusable>
  479. <toolset name="gcc"/>
  480. <note author="B. Dawes" refid="6"/>
  481. </mark-unusable>
  482. <mark-unusable>
  483. <toolset name="como-win32"/>
  484. <note author="B. Dawes" refid="10"/>
  485. </mark-unusable>
  486. <test name="test_mutex">
  487. <mark-failure>
  488. <toolset name="vc7"/>
  489. <note author="B. Dawes" refid="0"/>
  490. <note author="B. Dawes" refid="6"/>
  491. </mark-failure>
  492. </test>
  493. </library>
  494. <!-- tuple -->
  495. <library name="tuple">
  496. <test name="io_test">
  497. <toolset name="intel-win32"/>
  498. <note author="B. Dawes" refid="3"/>
  499. </test>
  500. </library>
  501. <!-- type_traits -->
  502. <library name="type_traits">
  503. <test name="function_traits_test">
  504. <mark-failure>
  505. <toolset name="msvc"/>
  506. <toolset name="vc7"/>
  507. </mark-failure>
  508. </test>
  509. <test name="remove_bounds_test">
  510. <mark-failure>
  511. <toolset name="msvc"/>
  512. <toolset name="vc7"/>
  513. </mark-failure>
  514. </test>
  515. <test name="remove_const_test">
  516. <mark-failure>
  517. <toolset name="msvc"/>
  518. <toolset name="vc7"/>
  519. </mark-failure>
  520. </test>
  521. <test name="remove_cv_test">
  522. <mark-failure>
  523. <toolset name="msvc"/>
  524. <toolset name="vc7"/>
  525. </mark-failure>
  526. </test>
  527. <test name="remove_pointer_test">
  528. <mark-failure>
  529. <toolset name="msvc"/>
  530. <toolset name="vc7"/>
  531. </mark-failure>
  532. </test>
  533. <test name="remove_reference_test">
  534. <mark-failure>
  535. <toolset name="msvc"/>
  536. <toolset name="vc7"/>
  537. </mark-failure>
  538. </test>
  539. <test name="remove_volatile_test">
  540. <mark-failure>
  541. <toolset name="msvc"/>
  542. <toolset name="vc7"/>
  543. </mark-failure>
  544. </test>
  545. </library>
  546. <!-- utility -->
  547. <library name="utility">
  548. <test name="enable_if_constructors">
  549. <mark-failure>
  550. <toolset name="borland"/>
  551. <toolset name="borland-5.6.4"/>
  552. <toolset name="cwpro8"/>
  553. <toolset name="msvc"/>
  554. <toolset name="vc7"/>
  555. <note refid="3"/>
  556. </mark-failure>
  557. </test>
  558. <test name="enable_if_dummy_arg_disambiguation">
  559. <mark-failure>
  560. <toolset name="borland"/>
  561. <toolset name="borland-5.6.4"/>
  562. <toolset name="cwpro8"/>
  563. <toolset name="msvc"/>
  564. <toolset name="vc7"/>
  565. <note refid="3"/>
  566. </mark-failure>
  567. </test>
  568. <test name="enable_if_lazy">
  569. <mark-failure>
  570. <toolset name="borland"/>
  571. <toolset name="borland-5.6.4"/>
  572. <toolset name="cwpro8"/>
  573. <toolset name="msvc"/>
  574. <toolset name="vc7"/>
  575. <note refid="3"/>
  576. </mark-failure>
  577. </test>
  578. <test name="enable_if_lazy_test">
  579. <mark-failure>
  580. <toolset name="borland"/>
  581. <toolset name="borland-5.6.4"/>
  582. <toolset name="cwpro8"/>
  583. <toolset name="msvc"/>
  584. <toolset name="vc7"/>
  585. <note refid="3"/>
  586. </mark-failure>
  587. </test>
  588. <test name="enable_if_member_templates">
  589. <mark-failure>
  590. <toolset name="borland"/>
  591. <toolset name="borland-5.6.4"/>
  592. <toolset name="cwpro8"/>
  593. <toolset name="msvc"/>
  594. <toolset name="vc7"/>
  595. <note refid="3"/>
  596. </mark-failure>
  597. </test>
  598. <test name="enable_if_namespace_disambiguation">
  599. <mark-failure>
  600. <toolset name="borland"/>
  601. <toolset name="borland-5.6.4"/>
  602. <toolset name="cwpro8"/>
  603. <toolset name="msvc"/>
  604. <toolset name="vc7"/>
  605. <note refid="3"/>
  606. </mark-failure>
  607. </test>
  608. <test name="enable_if_no_disambiguation">
  609. <mark-failure>
  610. <toolset name="borland"/>
  611. <toolset name="borland-5.6.4"/>
  612. <toolset name="cwpro8"/>
  613. <toolset name="msvc"/>
  614. <toolset name="vc7"/>
  615. <note refid="3"/>
  616. </mark-failure>
  617. </test>
  618. <test name="enable_if_partial_specializations">
  619. <mark-failure>
  620. <toolset name="borland"/>
  621. <toolset name="borland-5.6.4"/>
  622. <toolset name="cwpro8"/>
  623. <toolset name="msvc"/>
  624. <toolset name="vc7"/>
  625. <note refid="3"/>
  626. </mark-failure>
  627. </test>
  628. <test name="fun_out_iter_example">
  629. <mark-failure>
  630. <toolset name="como-win32"/>
  631. <note author="B. Dawes" refid="4"/>
  632. </mark-failure>
  633. </test>
  634. </library>
  635. <library name="variant">
  636. <test name="recursive_variant_test">
  637. <mark-failure>
  638. <toolset name="borland"/>
  639. <toolset name="borland-5.6.4"/>
  640. <toolset name="como-win32"/>
  641. <toolset name="msvc"/>
  642. <toolset name="vc7"/>
  643. <note refid="3"/>
  644. </mark-failure>
  645. </test>
  646. <test name="variant_test1">
  647. <mark-failure>
  648. <toolset name="borland"/>
  649. <toolset name="borland-5.6.4"/>
  650. <note refid="2"/>
  651. </mark-failure>
  652. </test>
  653. <test name="variant_reference_test">
  654. <mark-failure>
  655. <toolset name="cwpro8"/>
  656. <toolset name="msvc"/>
  657. <toolset name="vc7"/>
  658. <note refid="3"/>
  659. </mark-failure>
  660. <mark-failure>
  661. <toolset name="intel-win32"/>
  662. <note refid="2"/>
  663. </mark-failure>
  664. </test>
  665. </library>
  666. <!-- /////////////// Standard note definitions /////////////// -->
  667. <note id="0">
  668. This test fails only intermittently.
  669. </note>
  670. <note id="1">
  671. The failure is caused by a problem in Boost code. The Boost developer is aware of
  672. the problem and plans to fix it.
  673. </note>
  674. <note id="2">
  675. The failure is caused by a compiler bug.
  676. </note>
  677. <note id="3">
  678. The failure is caused by a compiler bug, which has been reported to the compiler
  679. supplier (or is already known to them).
  680. </note>
  681. <note id="4">
  682. The failure is caused by a standard library bug.
  683. </note>
  684. <note id="5">
  685. The failure is caused by a standard library bug, which has been reported to the
  686. standard library supplier (or is already known to them).
  687. </note>
  688. <note id="6">
  689. The failure is probably caused by the test code, harness, or configuration. Thus
  690. it may not affect users of the library.
  691. </note>
  692. <note id="9">
  693. The failure is serious and likely to prevent all use of this Boost library with this compiler.
  694. </note>
  695. <note id="10">
  696. The failure is serious and likely to prevent all use of this Boost library with this
  697. compiler. The failure is caused by a compiler bug, which has been reported to the compiler
  698. supplier (or is already known to them).
  699. </note>
  700. <note id="14">
  701. The failure is caused by a platform API bug.
  702. </note>
  703. <note id="15">
  704. The failure is caused by a platform API bug, which has been reported to the platform API
  705. supplier (or is already known to them).
  706. </note>
  707. <note id="16">
  708. The failure is not serious and will not affect most users. The library degrades gracefully.
  709. </note>
  710. <note id="17">
  711. This compiler's bugs are not supported by the library.
  712. </note>
  713. </explicit-failures-markup>
粤ICP备19079148号