PageRenderTime 81ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/Src/Dependencies/Boost/status/explicit-failures-markup.xml

http://hadesmem.googlecode.com/
XML | 6108 lines | 5700 code | 277 blank | 131 comment | 0 complexity | 0679bde92536d5b9b95876fdd58f0448 MD5 | raw file
Possible License(s): GPL-3.0, LGPL-2.0, Apache-2.0, LGPL-3.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <explicit-failures-markup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="explicit-failures.xsd">
  4. <!--
  5. PLEASE VALIDATE THE XML BEFORE COMMITTING YOUR CHANGES!
  6. Locally, the xmlint tool can be used:
  7. xmllint <two-dashes>valid explicit-failures-markup.xml <two-dashes>schema explicit-failures.xsd
  8. The following online services can be used to validate your changes to this
  9. file:
  10. - http://syseng.nist.gov/b2bTestbed/projects/xmlvalidation/instance_validation.html
  11. - http://xmlvalidation.com/
  12. With both tools you need to provide both the explicit-failures-markup.xml
  13. file as the XML document and the explicit-failures.xsd as the schema
  14. document. Use the browse buttons to select them from your local hard
  15. drive.
  16. -->
  17. <!-- /////////////// Toolsets /////////////// -->
  18. <mark-toolset name="acc" status="required"/>
  19. <mark-toolset name="darwin-4.0.1" status="required"/>
  20. <mark-toolset name="gcc-4.1.2_sunos_i86pc" status="required"/>
  21. <mark-toolset name="gcc-4.1.3_linux" status="required"/>
  22. <mark-toolset name="gcc-4.2.1" status="required"/>
  23. <mark-toolset name="gcc-4.2.1_hpux_ia64" status="required"/>
  24. <mark-toolset name="gcc-4.2.1_linux_x86_64" status="required"/>
  25. <mark-toolset name="intel-linux-9.0" status="required"/>
  26. <mark-toolset name="intel-vc8-win-10.0" status="required"/>
  27. <mark-toolset name="intel-win-10.0" status="required"/>
  28. <mark-toolset name="msvc-7.1" status="required"/>
  29. <mark-toolset name="msvc-8.0" status="required"/>
  30. <mark-toolset name="msvc-8.0_64" status="required"/>
  31. <!-- /////////////// Libraries /////////////// -->
  32. <!-- accumulators -->
  33. <library name="accumulators">
  34. <mark-unusable>
  35. <toolset name="sun-5.7"/>
  36. <toolset name="sun-5.8"/>
  37. <toolset name="sun-5.9"/>
  38. <toolset name="borland-*"/>
  39. </mark-unusable>
  40. <mark-expected-failures>
  41. <test name="tail_variate_means"/>
  42. <test name="weighted_tail_variate_means"/>
  43. <toolset name="gcc-4.2.1*"/>
  44. <note author="Boris Gubenko" refid="42"/>
  45. </mark-expected-failures>
  46. <mark-expected-failures>
  47. <test name="weighted_kurtosis"/>
  48. <toolset name="acc"/>
  49. <note author="Boris Gubenko" refid="38"/>
  50. </mark-expected-failures>
  51. <mark-expected-failures>
  52. <test name="weighted_tail_variate_means"/>
  53. <toolset name="hp_cxx-71*"/>
  54. <note author="Markus Schoepflin">
  55. This failure is caused by a timeout when compiling the test. It
  56. passes when the timeout value is increased.
  57. </note>
  58. </mark-expected-failures>
  59. <mark-expected-failures>
  60. <test name="covariance"/>
  61. <test name="pot_quantile"/>
  62. <test name="tail_variate_means"/>
  63. <test name="weighted_covariance"/>
  64. <test name="weighted_pot_quantile"/>
  65. <test name="weighted_tail_variate_means"/>
  66. <toolset name="acc"/>
  67. <note author="Boris Gubenko" refid="47"/>
  68. </mark-expected-failures>
  69. </library>
  70. <!-- minmax -->
  71. <library name="algorithm/minmax">
  72. <mark-unusable>
  73. <toolset name="sunpro-5_3-sunos"/>
  74. </mark-unusable>
  75. </library>
  76. <!-- string_algo -->
  77. <library name="algorithm/string">
  78. <mark-unusable>
  79. <toolset name="borland-5.5*"/>
  80. <toolset name="msvc-6.5*"/>
  81. <toolset name="msvc-7.1_stlport4"/>
  82. <toolset name="iw-7_1-vc6"/>
  83. <toolset name="gcc-2.95.3-linux"/>
  84. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  85. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  86. <toolset name="mipspro"/>
  87. <toolset name="sunpro-5_3-sunos"/>
  88. <note author="P.Droba">
  89. The compiler does not support features that are essential for the library.
  90. </note>
  91. </mark-unusable>
  92. <test name="regex">
  93. <mark-failure>
  94. <toolset name="borland-5.9*"/>
  95. <toolset name="borland-5.8*"/>
  96. <toolset name="borland-5.6*"/>
  97. <note author="P.Droba">
  98. The toolset is not supported by Boost.Regex.
  99. </note>
  100. </mark-failure>
  101. </test>
  102. </library>
  103. <!-- any -->
  104. <library name="any">
  105. <test name="any_to_ref_test">
  106. <mark-failure>
  107. <toolset name="msvc-6.5*"/>
  108. <note author="Vladimir Prus">
  109. The test fail with ICE, but the exact reason for ICE is not
  110. known. A minimal example of casting any to reference type
  111. seem to work. Anyone interested in using this functionality
  112. with msvc is suggested to do additional testing.
  113. </note>
  114. </mark-failure>
  115. </test>
  116. </library>
  117. <!-- array -->
  118. <library name="array">
  119. <test name="array0">
  120. <mark-failure>
  121. <toolset name="msvc-6.5"/>
  122. <toolset name="msvc-6.5_stlport4"/>
  123. <toolset name="msvc-7.0"/>
  124. <note author="A.Meredith">
  125. Compilers need to support partial template specialization
  126. to work with zero length arrays.
  127. </note>
  128. </mark-failure>
  129. </test>
  130. <test name="array3">
  131. <mark-failure>
  132. <toolset name="borland-5.5*"/>
  133. <toolset name="borland-5.6*"/>
  134. <toolset name="msvc-6.5"/>
  135. <toolset name="msvc-6.5_stlport4"/>
  136. <toolset name="msvc-7.0"/>
  137. <note refid="3"/>
  138. </mark-failure>
  139. <mark-failure>
  140. <toolset name="sunpro-5_3-sunos"/>
  141. <note refid="4"/>
  142. </mark-failure>
  143. </test>
  144. <test name="array4">
  145. <mark-failure>
  146. <toolset name="borland-5.5*"/>
  147. <toolset name="borland-5.6*"/>
  148. <toolset name="msvc-6.5"/>
  149. <toolset name="msvc-6.5_stlport4"/>
  150. <toolset name="msvc-7.0"/>
  151. <note refid="3"/>
  152. </mark-failure>
  153. </test>
  154. </library>
  155. <!-- asio -->
  156. <library name="asio">
  157. <mark-unusable>
  158. <toolset name="borland-5.6*"/>
  159. <toolset name="borland-5.8*"/>
  160. <note author="Chris Kohlhoff">
  161. This compiler does not support enable_if, which is needed by the
  162. Boost.System library on which Boost.Asio depends.
  163. </note>
  164. </mark-unusable>
  165. <mark-expected-failures>
  166. <test name="read_until"/>
  167. <test name="read_until_select"/>
  168. <toolset name="gcc-4.2.1_hpux_ia64"/>
  169. <note author="Boris Gubenko">
  170. On HP-UX 11.23 platform, these tests must be compiled with
  171. _XOPEN_SOURCE_EXTENDED macro defined. It is likely related
  172. to CR JAGag28813.
  173. </note>
  174. </mark-expected-failures>
  175. </library>
  176. <!-- assign -->
  177. <library name="assign">
  178. <mark-unusable>
  179. <toolset name="dmc-8_43-stlport-4_5_3"/>
  180. </mark-unusable>
  181. <mark-expected-failures>
  182. <test name="array"/>
  183. <toolset name="msvc-6.5_stlport4"/>
  184. <toolset name="msvc-7.0"/>
  185. <note author="Thorsten Ottosen" >
  186. The test would (most likely) compile and run properly if the workaround
  187. syntax .to_container( c ) was applied to all list_of() expressions.
  188. </note>
  189. </mark-expected-failures>
  190. <mark-expected-failures>
  191. <test name="email_example"/>
  192. <toolset name="gcc-2.95.3*"/>
  193. <note refid="27" author="Thorsten Ottosen"/>
  194. </mark-expected-failures>
  195. <mark-expected-failures>
  196. <test name="list_inserter"/>
  197. <toolset name="msvc-7.0"/>
  198. <toolset name="sunpro-5_3-sunos"/>
  199. <toolset name="hp_cxx-65*"/>
  200. <note refid="6" author="Thorsten Ottosen"/>
  201. </mark-expected-failures>
  202. <mark-expected-failures>
  203. <test name="list_inserter"/>
  204. <toolset name="gcc-2.95.3*"/>
  205. <note author="Thorsten Ottosen">
  206. This test could probably be made to work if somebody with knowledge
  207. about the compilers would submit a patch.
  208. </note>
  209. </mark-expected-failures>
  210. <mark-expected-failures>
  211. <test name="list_of"/>
  212. <toolset name="sunpro-5_3-sunos"/>
  213. <toolset name="hp_cxx-65*"/>
  214. <toolset name="borland-5*"/>
  215. <toolset name="msvc-6.5*"/>
  216. <toolset name="msvc-7.0"/>
  217. <note author="Thorsten Ottosen" >
  218. The test would (most likely) compile and run properly if the workaround
  219. syntax .to_container( c ) was applied to all list_of() expressions.
  220. </note>
  221. </mark-expected-failures>
  222. <mark-expected-failures>
  223. <test name="list_of_workaround"/>
  224. <toolset name="sunpro-5_3-sunos"/>
  225. <note author="Thorsten Ottosen" >
  226. The test could probably be made to work if somebody submitted a patch.
  227. </note>
  228. </mark-expected-failures>
  229. <mark-expected-failures>
  230. <test name="multi_index_container"/>
  231. <toolset name="sunpro-5_3-sunos"/>
  232. <toolset name="sun-5.8"/>
  233. <toolset name="hp_cxx-65*"/>
  234. <toolset name="borland-5*"/>
  235. <toolset name="gcc-2.95.3*"/>
  236. <note refid="27" author="Thorsten Ottosen"/>
  237. </mark-expected-failures>
  238. <mark-expected-failures>
  239. <test name="multi_index_container"/>
  240. <toolset name="msvc-6.5*"/>
  241. <toolset name="msvc-7.0"/>
  242. <toolset name="mipspro"/>
  243. <toolset name="hp_cxx-65*"/>
  244. <note author="Thorsten Ottosen" >
  245. The test would (most likely) compile and run properly if the workaround
  246. syntax .to_container( c ) was applied to all list_of() expressions.
  247. </note>
  248. </mark-expected-failures>
  249. <mark-expected-failures>
  250. <test name="my_vector_example"/>
  251. <toolset name="gcc-2.95.3*"/>
  252. <note refid="27" author="Thorsten Ottosen"/>
  253. </mark-expected-failures>
  254. <mark-expected-failures>
  255. <test name="ptr_list_inserter"/>
  256. <toolset name="sunpro-5_3-sunos"/>
  257. <toolset name="hp_cxx-65*"/>
  258. <toolset name="borland-5*"/>
  259. <toolset name="gcc-2.95.3*"/>
  260. <toolset name="msvc-6.5*"/>
  261. <toolset name="msvc-7.0"/>
  262. <toolset name="mipspro"/>
  263. <note author="Thorsten Ottosen" >
  264. The test depends on Boost.Pointer Container which probably does not work for
  265. this compiler.
  266. </note>
  267. </mark-expected-failures>
  268. <mark-expected-failures>
  269. <test name="ptr_list_of"/>
  270. <toolset name="hp_cxx-65*"/>
  271. <toolset name="borland-5*"/>
  272. <toolset name="gcc-2.95.3*"/>
  273. <toolset name="msvc-6.5*"/>
  274. <toolset name="mipspro"/>
  275. <note author="Thorsten Ottosen" >
  276. The test depends on Boost.Pointer Container which probably does not work for
  277. this compiler.
  278. </note>
  279. </mark-expected-failures>
  280. <mark-expected-failures>
  281. <test name="ptr_map_inserter"/>
  282. <toolset name="hp_cxx-65*"/>
  283. <toolset name="borland-5*"/>
  284. <toolset name="gcc-2.95.3*"/>
  285. <toolset name="msvc-6.5*"/>
  286. <toolset name="mipspro"/>
  287. <note author="Thorsten Ottosen" >
  288. The test depends on Boost.Pointer Container which probably does not work for
  289. this compiler.
  290. </note>
  291. </mark-expected-failures>
  292. <mark-expected-failures>
  293. <test name="std"/>
  294. <toolset name="sunpro-5_3-sunos"/>
  295. <note author="Thorsten Ottosen" >
  296. The test does not work for
  297. this compiler.
  298. </note>
  299. </mark-expected-failures>
  300. <mark-expected-failures>
  301. <test name="tuple_list_of"/>
  302. <toolset name="sunpro-5_3-sunos"/>
  303. <toolset name="borland-5*"/>
  304. <toolset name="msvc-6.5*"/>
  305. <toolset name="msvc-7.0"/>
  306. <note author="Thorsten Ottosen" >
  307. The test depends on Boost.Tuple which probably does not work for
  308. this compiler.
  309. </note>
  310. </mark-expected-failures>
  311. </library>
  312. <!-- bimap -->
  313. <library name="bimap">
  314. <mark-unusable>
  315. <toolset name="borland-5.6*"/>
  316. <note author="J. L&#195;&#179;pez" date="05 Jul 2004" refid="17"/>
  317. </mark-unusable>
  318. <mark-unusable>
  319. <toolset name="borland-5.8*"/>
  320. <note author="Alisdair Meredith" date="26 May 2006"/>
  321. </mark-unusable>
  322. <mark-unusable>
  323. <toolset name="borland-5.9*"/>
  324. <note author="Alisdair Meredith" date="27 Feb 2007"/>
  325. </mark-unusable>
  326. <mark-unusable>
  327. <toolset name="gcc-2.95.3-linux"/>
  328. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  329. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  330. <note author="J. L&#195;&#179;pez" date="09 Jul 2004" refid="17"/>
  331. </mark-unusable>
  332. <mark-unusable>
  333. <toolset name="*como-4_3_3-msvc"/>
  334. <note author="J. L&#195;&#179;pez" date="30 Jul 2004">
  335. The VC++ 6.0 backend runs out of internal resources while
  336. trying to process the Comeau output for this library;
  337. Comeau Computing has been asked about a solution.
  338. On the other hand, Comeau 4.3.3 with VC++ 7.0 backend works
  339. fine.
  340. </note>
  341. </mark-unusable>
  342. <mark-unusable>
  343. <toolset name="sunpro-5_3-sunos"/>
  344. <toolset name="sunpro-5_8u1-sunos"/>
  345. <note author="J. L&#195;&#179;pez" date="22 Apr 2005" refid="17"/>
  346. </mark-unusable>
  347. <mark-unusable>
  348. <toolset name="dmc-8_43-stlport-4_5_3"/>
  349. <toolset name="dmc-8_44b-stlport-4_5_3"/>
  350. <toolset name="dmc-8_47-stlport-4_5_3"/>
  351. <note author="J. L&#195;&#179;pez" date="03 Jun 2005" refid="17"/>
  352. </mark-unusable>
  353. <mark-expected-failures>
  354. <test name="test_bimap_assign"/>
  355. <test name="test_bimap_ordered"/>
  356. <test name="test_bimap_unconstrained"/>
  357. <test name="test_bimap_unordered"/>
  358. <toolset name="acc"/>
  359. <note refid="38" author="Boris Gubenko"/>
  360. </mark-expected-failures>
  361. <mark-expected-failures>
  362. <test name="typeof"/>
  363. <toolset name="acc*"/>
  364. <toolset name="intel-vc71-win*"/>
  365. <toolset name="intel-vc8-win*"/>
  366. <toolset name="intel-win-9.1"/>
  367. <toolset name="hp_cxx*"/>
  368. <note refid="39" author="Boris Gubenko"/>
  369. </mark-expected-failures>
  370. <mark-expected-failures>
  371. <test name="test_bimap_serialization"/>
  372. <toolset name="gcc-mingw-3.4.5"/>
  373. <note author="Matias Capeletto">Compiler bug.</note>
  374. </mark-expected-failures>
  375. <mark-expected-failures>
  376. <test name="test_bimap_property_map"/>
  377. <toolset name="gcc-3.4.6_linux_x86_64"/>
  378. <note author="Matias Capeletto">Time out.</note>
  379. </mark-expected-failures>
  380. </library>
  381. <!-- bind-->
  382. <library name="bind">
  383. <mark-expected-failures>
  384. <test name="bind_cv_test"/>
  385. <test name="bind_stateful_test"/>
  386. <toolset name="intel-7.1-linux"/>
  387. <toolset name="intel-7.1-stdlib-default-linux"/>
  388. <note refid="2" author="Aleksey Gurtovoy"/>
  389. </mark-expected-failures>
  390. <mark-expected-failures>
  391. <test name="bind_dm2_test"/>
  392. <test name="mem_fn_dm_test"/>
  393. <toolset name="msvc-6.*"/>
  394. <toolset name="msvc-7.0"/>
  395. <toolset name="cw-8.3"/>
  396. <note refid="31" author="Peter Dimov"/>
  397. </mark-expected-failures>
  398. <mark-expected-failures>
  399. <test name="bind_dm_test"/>
  400. <toolset name="sunpro-5_3-sunos"/>
  401. <note refid="31" author="Peter Dimov"/>
  402. </mark-expected-failures>
  403. <mark-expected-failures>
  404. <test name="bind_function_test"/>
  405. <toolset name="sunpro-5_8u1-sunos"/>
  406. <note author="Peter Dimov">
  407. This failure is caused by Boost.Function.
  408. </note>
  409. </mark-expected-failures>
  410. <mark-expected-failures>
  411. <test name="mem_fn_derived_test"/>
  412. <toolset name="sunpro-5_3-sunos"/>
  413. <note refid="31" author="Peter Dimov"/>
  414. </mark-expected-failures>
  415. <mark-expected-failures>
  416. <test name="bind_rv_sp_test"/>
  417. <toolset name="hp_cxx-65*"/>
  418. <toolset name="hp_cxx-71*"/>
  419. <note author="Markus Schoepflin">
  420. This failure is caused by a bug in the compiler triggered by the
  421. use of the debug flag '-gall'. It has been reported to the
  422. compiler vendor.
  423. </note>
  424. </mark-expected-failures>
  425. <mark-expected-failures>
  426. <test name="bind_dm3_test"/>
  427. <toolset name="borland-5*"/>
  428. <toolset name="msvc-6.*"/>
  429. <toolset name="msvc-7.0"/>
  430. <note refid="31" author="Peter Dimov"/>
  431. </mark-expected-failures>
  432. <mark-expected-failures>
  433. <test name="mem_fn_eq_test"/>
  434. <toolset name="msvc-7.1"/>
  435. <note author="Peter Dimov">
  436. This failure is only present in release mode and is caused by /OPT:ICF.
  437. </note>
  438. </mark-expected-failures>
  439. <mark-expected-failures>
  440. <test name="bind_placeholder_test"/>
  441. <toolset name="borland-*"/>
  442. <toolset name="msvc-6.*"/>
  443. <toolset name="msvc-7.0"/>
  444. <note refid="31" author="Peter Dimov"/>
  445. </mark-expected-failures>
  446. </library>
  447. <!-- build -->
  448. <library name="build">
  449. <test name="timedata">
  450. <mark-failure>
  451. <toolset name="msvc-7.1"/>
  452. <toolset name="msvc-8.0"/>
  453. <toolset name="msvc-9.0"/>
  454. <note author="Vladimir Prus">
  455. See https://zigzag.lvk.cs.msu.su:7813/boost.build/ticket/218
  456. </note>
  457. </mark-failure>
  458. </test>
  459. </library>
  460. <!-- chrono -->
  461. <library name="chrono">
  462. <mark-unusable>
  463. <toolset name="borland-*"/>
  464. <toolset name="pathscale*"/>
  465. <note author="Vicente J. Botet Escriba">
  466. The compiler does not support features that are essential for the library.
  467. </note>
  468. </mark-unusable>
  469. </library>
  470. <!-- circular_buffer -->
  471. <library name="circular_buffer">
  472. <mark-expected-failures>
  473. <test name="base_test"/>
  474. <test name="space_optimized_test"/>
  475. <toolset name="acc"/>
  476. <note author="Boris Gubenko" refid="41"/>
  477. </mark-expected-failures>
  478. </library>
  479. <!-- concept_check -->
  480. <library name="concept_check">
  481. <test name="class_concept_fail_expected">
  482. <mark-failure>
  483. <toolset name="cw-8.3*"/>
  484. <note author="B. Dawes" refid="3"/>
  485. </mark-failure>
  486. </test>
  487. <test name="class_concept_fail_expected">
  488. <mark-failure>
  489. <toolset name="borland-5*"/>
  490. <toolset name="msvc-6.5*"/>
  491. <toolset name="msvc-7.0"/>
  492. <note author="Jeremy Siek"/>
  493. </mark-failure>
  494. </test>
  495. <test name="stl_concept_covering">
  496. <mark-failure>
  497. <toolset name="*"/>
  498. <note author="Jeremy Siek" refid="1"/>
  499. </mark-failure>
  500. </test>
  501. <test name="stl_concept_check">
  502. <mark-failure>
  503. <toolset name="hp_cxx*"/>
  504. <note author="Markus Schoepflin" date="09 Dec 2007">
  505. This version of the Rogue Wave library fails to provide all
  506. needed addition operators for the iterator type and the
  507. difference type of std::deque.
  508. </note>
  509. </mark-failure>
  510. </test>
  511. </library>
  512. <!-- config -->
  513. <library name="config">
  514. <test name="config_link_test">
  515. <mark-failure>
  516. <toolset name="*como-4_3_3-vc7*"/>
  517. <note author="J. Maddock" refid="3"/>
  518. </mark-failure>
  519. </test>
  520. <test name="limits_test">
  521. <mark-failure>
  522. <toolset name="cw-8.3*"/>
  523. <note author="B. Dawes" refid="3"/>
  524. </mark-failure>
  525. </test>
  526. <test name="limits_test">
  527. <mark-failure>
  528. <toolset name="gcc-3_4_4_tru64"/>
  529. <note author="John Maddock">
  530. Long double NaN's are apparently handled incorrectly on this platform.
  531. </note>
  532. </mark-failure>
  533. </test>
  534. <test name="limits_test">
  535. <mark-failure>
  536. <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
  537. <note author="Aleksey Gurtovoy" refid="4"/>
  538. </mark-failure>
  539. </test>
  540. <test name="limits_test">
  541. <mark-failure>
  542. <toolset name="borland-5.8*"/>
  543. <note author="A.Meredith">
  544. This failure is due to NaNs trapping.
  545. </note>
  546. </mark-failure>
  547. </test>
  548. <test name="limits_test">
  549. <mark-failure>
  550. <toolset name="borland-5.9*"/>
  551. <note author="A.Meredith">
  552. This failure is due to the compiler not recognising the long double special values for infinity and quiet NaN
  553. </note>
  554. </mark-failure>
  555. </test>
  556. <test name="test_thread_fail1">
  557. <mark-failure>
  558. <toolset name="sunpro-5_3-sunos"/>
  559. <note author="J. Maddock" refid="3"/>
  560. </mark-failure>
  561. </test>
  562. <test name="test_thread_fail2">
  563. <mark-failure>
  564. <toolset name="sunpro-5_3-sunos"/>
  565. <note author="J. Maddock" refid="3"/>
  566. </mark-failure>
  567. </test>
  568. </library>
  569. <!-- conversion -->
  570. <library name="conversion">
  571. <test name="lexical_cast_test">
  572. <mark-failure>
  573. <toolset name="sunpro-5_3-sunos"/>
  574. <note author="Douglas Gregor" refid="3"/>
  575. </mark-failure>
  576. </test>
  577. <test name="lexical_cast_abstract_test">
  578. <mark-failure>
  579. <toolset name="borland-5.6*"/>
  580. <toolset name="borland-5.8*"/>
  581. <toolset name="borland-5.9*"/>
  582. <note author="Alisdair Meredith">
  583. This compiler does not support the is_abstract type trait
  584. </note>
  585. </mark-failure>
  586. </test>
  587. <test name="lexical_cast_loopback_test">
  588. <mark-failure>
  589. <toolset name="borland-5.6*"/>
  590. <toolset name="borland-5.8*"/>
  591. <toolset name="borland-5.9*"/>
  592. <toolset name="intel-darwin-11.*"/>
  593. <toolset name="gcc-3.4.0*"/>
  594. <toolset name="gcc-4.1*"/>
  595. <toolset name="gcc-4.2.0*"/>
  596. <toolset name="gcc-mingw-3.4*"/>
  597. <toolset name="sun-5.7*"/>
  598. <toolset name="sun-5.8*"/>
  599. <toolset name="sun-5.9*"/>
  600. <toolset name="sun-5.10*"/>
  601. <toolset name="msvc-8.0*"/>
  602. <toolset name="msvc-9.0*"/>
  603. <toolset name="msvc-10.0*"/>
  604. <toolset name="msvc-7.1*"/>
  605. <toolset name="acc"/>
  606. <note author="Alexander Nasonov">
  607. Conversion double-string-double may give a different value (or even throw) on many compilers
  608. </note>
  609. </mark-failure>
  610. </test>
  611. <test name="lexical_cast_vc8_bug_test">
  612. <mark-failure>
  613. <toolset name="msvc-8.0*"/>
  614. <note author="Alexander Nasonov">
  615. I don't have an access to Windows and VC++ to
  616. investigate this issue.
  617. </note>
  618. </mark-failure>
  619. </test>
  620. </library>
  621. <!-- crc -->
  622. <library name="crc">
  623. <test name="crc_test">
  624. <mark-failure>
  625. <toolset name="sunpro-5_3-sunos"/>
  626. <note author="Douglas Gregor" refid="3"/>
  627. </mark-failure>
  628. </test>
  629. </library>
  630. <!-- date_time -->
  631. <library name="date_time">
  632. <mark-unusable>
  633. <toolset name="como-4_3_3-vc7_1"/>
  634. <toolset name="sunpro-5_3-sunos"/>
  635. <toolset name="msvc-6.5"/>
  636. <toolset name="msvc-6.5_stlport5"/>
  637. <toolset name="msvc-6.5_stlport4"/>
  638. <toolset name="msvc-7.0"/>
  639. <toolset name="msvc-7.0_stlport5"/>
  640. <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
  641. <toolset name="iw-7_1-vc6"/>
  642. <toolset name="dmc-*"/>
  643. </mark-unusable>
  644. <test name="testgreg_serialize*">
  645. <mark-failure>
  646. <toolset name="gcc-2.*"/>
  647. <toolset name="msvc-6.5*"/>
  648. <note author="B. Garst">The serialization library does not support this compiler.
  649. </note>
  650. </mark-failure>
  651. </test>
  652. <test name="testgreg_serialize_xml">
  653. <mark-failure>
  654. <toolset name="msvc-7.0"/>
  655. <note author="J. Garland">XML serialization is not supported on this compiler.
  656. </note>
  657. </mark-failure>
  658. </test>
  659. <test name="testtime_serialize*">
  660. <mark-failure>
  661. <toolset name="gcc-2.*"/>
  662. <toolset name="msvc-6.5*"/>
  663. <note author="B. Garst">The serialization library does not support this compiler.
  664. </note>
  665. </mark-failure>
  666. </test>
  667. <test name="testtime_serialize_xml*">
  668. <mark-failure>
  669. <toolset name="msvc-7.0"/>
  670. <note author="J. Garland">XML serialization is not supported on this compiler.
  671. </note>
  672. </mark-failure>
  673. </test>
  674. <test name="testdate_iterator">
  675. <mark-failure>
  676. <toolset name="intel-7.1-stdlib-default-linux"/>
  677. <toolset name="intel-7.1-linux"/>
  678. <note author="J. Garland" refid="19,21"/>
  679. </mark-failure>
  680. </test>
  681. <test name="testdate_iterator_dll">
  682. <mark-failure>
  683. <toolset name="intel-7.1-stdlib-default-linux"/>
  684. <toolset name="intel-7.1-linux"/>
  685. <note author="J. Garland" refid="19,21"/>
  686. </mark-failure>
  687. </test>
  688. <test name="testgeneric_period">
  689. <mark-failure>
  690. <toolset name="intel-7.1-stdlib-default-linux"/>
  691. <toolset name="intel-7.1-linux"/>
  692. <note author="J. Garland">These are strange runtime failures for
  693. which there is no obvious explanation. Later versions of the
  694. Intel compiler (eg:8.0) seem to have resolved the issue.
  695. </note>
  696. </mark-failure>
  697. </test>
  698. <test name="testgreg_wstream">
  699. <mark-failure>
  700. <toolset name="msvc-6.5*"/>
  701. <toolset name="msvc-7.0*"/>
  702. <toolset name="cw-8.3*"/>
  703. <toolset name="borland-5.6*"/>
  704. <toolset name="borland-5.8*"/>
  705. <toolset name="borland-5.9*"/>
  706. <toolset name="mingw*"/>
  707. <toolset name="*mingw*"/>
  708. <toolset name="*cygwin*"/>
  709. <toolset name="gcc-2.95.3-linux"/>
  710. <toolset name="gcc-3.1-darwin"/>
  711. <toolset name="*como-4_3_3*"/>
  712. <note author="B. Garst" refid="19,21"/>
  713. </mark-failure>
  714. </test>
  715. <test name="testdate_input_facet*">
  716. <mark-failure>
  717. <toolset name="cw-9.4"/>
  718. <toolset name="cw-9.5*"/>
  719. <note author="J. Garland">
  720. For some reason Code Warrior has difficulty compiling some of the
  721. input code. This may be related to limitations of locale handling,
  722. but it's unclear at this time (2005-May-21).
  723. </note>
  724. </mark-failure>
  725. </test>
  726. <test name="testlocal_time_facet">
  727. <mark-failure>
  728. <toolset name="borland-5.6*"/>
  729. <toolset name="borland-5.8*"/>
  730. <toolset name="borland-5.9*"/>
  731. <toolset name="*como-4_3_3*"/>
  732. <toolset name="gcc-2.95.3-linux"/>
  733. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  734. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  735. <toolset name="msvc-6.5"/>
  736. <toolset name="msvc-7.0"/>
  737. <note author="J. Garland">
  738. Some older compilers are confused by the template code here.
  739. These are new features to date-time in 1.33 and there is no
  740. plan to backport to these non-compliant compilers.
  741. </note>
  742. </mark-failure>
  743. </test>
  744. <test name="testlocal_time">
  745. <mark-failure>
  746. <toolset name="msvc-6.5"/>
  747. <toolset name="*como-4_3_3*"/>
  748. <toolset name="borland-5.6*"/>
  749. <toolset name="borland-5.8*"/>
  750. <toolset name="borland-5.9*"/>
  751. <toolset name="gcc-2.95.3-linux"/>
  752. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  753. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  754. <note author="J. Garland">
  755. Some older compilers are confused by the template code here.
  756. These are new features to date-time in 1.33 and there is no
  757. plan to backport to these non-compliant compilers.
  758. </note>
  759. </mark-failure>
  760. </test>
  761. <test name="testlocal_time_iterator">
  762. <mark-failure>
  763. <toolset name="msvc-6.5"/>
  764. <toolset name="*como-4_3_3*"/>
  765. <toolset name="borland-5.6*"/>
  766. <toolset name="borland-5.8*"/>
  767. <toolset name="borland-5.9*"/>
  768. <toolset name="gcc-2.95.3-linux"/>
  769. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  770. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  771. <note author="J. Garland">
  772. Some older compilers are confused by the template code here.
  773. These are new features to date-time in 1.33 and there is no
  774. plan to backport to these non-compliant compilers.
  775. </note>
  776. </mark-failure>
  777. </test>
  778. <test name="testlocal_time_period">
  779. <mark-failure>
  780. <toolset name="msvc-6.5"/>
  781. <toolset name="*como-4_3_3*"/>
  782. <toolset name="borland-5.6*"/>
  783. <toolset name="borland-5.8*"/>
  784. <toolset name="borland-5.9*"/>
  785. <toolset name="gcc-2.95.3-linux"/>
  786. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  787. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  788. <note author="J. Garland">
  789. Some older compilers are confused by the template code here.
  790. These are new features to date-time in 1.33 and there is no
  791. plan to backport to these non-compliant compilers.
  792. </note>
  793. </mark-failure>
  794. </test>
  795. <test name="testclocks">
  796. <mark-failure>
  797. <toolset name="*como-4_3_3*"/>
  798. <toolset name="borland-5.6*"/>
  799. <toolset name="borland-5.8*"/>
  800. <toolset name="borland-5.9*"/>
  801. <toolset name="gcc-2.95.3-linux"/>
  802. <toolset name="msvc-7.0"/>
  803. <toolset name="msvc-6.5"/>
  804. <note author="J. Garland">
  805. Some compilers are confused by the template code here.
  806. These are new features to date-time in 1.33 and there is no
  807. plan to backport to these non-compliant compilers.
  808. </note>
  809. </mark-failure>
  810. </test>
  811. <test name="testlocal_time_input_facet">
  812. <mark-failure>
  813. <toolset name="borland-5.6*"/>
  814. <toolset name="borland-5.8*"/>
  815. <toolset name="borland-5.9*"/>
  816. <toolset name="*como-4_3_3*"/>
  817. <toolset name="cw-8.3*"/>
  818. <toolset name="gcc-2.95.3-linux"/>
  819. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  820. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  821. <toolset name="msvc-6.5"/>
  822. <toolset name="msvc-7.0"/>
  823. <note author="J. Garland">
  824. Some older compilers are confused by the template code here.
  825. These are new features to date-time in 1.33 and there is no
  826. plan to backport to these non-compliant compilers.
  827. </note>
  828. </mark-failure>
  829. </test>
  830. <test name="testtime_input_facet">
  831. <mark-failure>
  832. <toolset name="borland-5.6*"/>
  833. <toolset name="borland-5.8*"/>
  834. <toolset name="borland-5.9*"/>
  835. <toolset name="*como-4_3_3*"/>
  836. <toolset name="cw-8.3*"/>
  837. <toolset name="gcc-2.95.3-linux"/>
  838. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  839. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  840. <toolset name="msvc-6.5"/>
  841. <toolset name="msvc-7.0"/>
  842. <note author="J. Garland">
  843. Some older compilers are confused by the template code here.
  844. These are new features to date-time in 1.33 and there is no
  845. plan to backport to these non-compliant compilers.
  846. </note>
  847. </mark-failure>
  848. </test>
  849. <test name="testcustom_time_zone">
  850. <mark-failure>
  851. <toolset name="borland-5.6*"/>
  852. <toolset name="borland-5.8.1"/>
  853. <toolset name="gcc-2.95.3-linux"/>
  854. <toolset name="*como-4_3_3*"/>
  855. <toolset name="msvc-6.5"/>
  856. <note author="J. Garland">
  857. Some older compilers are confused by the template code here.
  858. These are new features to date-time in 1.33 and there is no
  859. plan to backport to these non-compliant compilers.
  860. </note>
  861. </mark-failure>
  862. </test>
  863. <test name="testposix_time_zone">
  864. <mark-failure>
  865. <toolset name="borland-5.6*"/>
  866. <toolset name="borland-5.8.1"/>
  867. <toolset name="gcc-2.95.3-linux"/>
  868. <toolset name="msvc-6.5"/>
  869. <note author="J. Garland">
  870. Some older compilers are confused by the template code here.
  871. These are new features to date-time in 1.33 and there is no
  872. plan to backport to these non-compliant compilers.
  873. </note>
  874. </mark-failure>
  875. </test>
  876. <test name="testtz_database">
  877. <mark-failure>
  878. <toolset name="borland-5.6*"/>
  879. <toolset name="borland-5.8.1"/>
  880. <toolset name="*como-4_3_3*"/>
  881. <toolset name="gcc-2.95.3-linux"/>
  882. <toolset name="msvc-6.5"/>
  883. <note author="J. Garland">
  884. Some compilers are confused by the template code here.
  885. These are new features to date-time in 1.33 and there is no
  886. plan to backport to these non-compliant compilers.
  887. </note>
  888. </mark-failure>
  889. </test>
  890. <test name="testtime_wstream">
  891. <mark-failure>
  892. <toolset name="gcc-2.95.3-linux"/>
  893. <toolset name="gcc-3.1-darwin"/>
  894. <toolset name="msvc-6.5"/>
  895. <toolset name="msvc-7.0"/>
  896. <toolset name="borland-5.6*"/>
  897. <toolset name="borland-5.8*"/>
  898. <toolset name="borland-5.9*"/>
  899. <toolset name="mingw*"/>
  900. <toolset name="*mingw*"/>
  901. <toolset name="*cygwin*"/>
  902. <toolset name="*como-4_3_3*"/>
  903. <toolset name="hp_cxx-65*"/>
  904. <note author="B. Garst" refid="19,21,22"/>
  905. </mark-failure>
  906. </test>
  907. <test name="testtime_wstream_std_config">
  908. <mark-failure>
  909. <toolset name="gcc-2.95.3-linux"/>
  910. <toolset name="gcc-3.1-darwin"/>
  911. <toolset name="msvc-6.5"/>
  912. <toolset name="msvc-7.0"/>
  913. <toolset name="borland-5.6*"/>
  914. <toolset name="borland-5.8*"/>
  915. <toolset name="borland-5.9*"/>
  916. <toolset name="mingw*"/>
  917. <toolset name="*como-4_3_3*"/>
  918. <toolset name="hp_cxx-65*"/>
  919. <note author="B. Garst" refid="19,21,22"/>
  920. </mark-failure>
  921. </test>
  922. <test name="testdate_facet_new">
  923. <mark-failure>
  924. <toolset name="gcc-2.95.3-linux"/>
  925. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  926. <toolset name="borland-5.6*"/>
  927. <toolset name="borland-5.8*"/>
  928. <toolset name="borland-5.9*"/>
  929. <toolset name="cw-8.3*"/>
  930. <toolset name="msvc-6.5"/>
  931. <toolset name="msvc-7.0"/>
  932. <note author="J. Garland">
  933. These compilers are unfortunately able to correctly compile the
  934. new format-based input-output code for date time. Suitable, but
  935. less flexible, alternatives are available on these compilers.
  936. </note>
  937. </mark-failure>
  938. </test>
  939. <test name="testdate_facet_new_dll">
  940. <mark-failure>
  941. <toolset name="gcc-2.95.3-linux"/>
  942. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  943. <toolset name="borland-5.6*"/>
  944. <toolset name="borland-5.8*"/>
  945. <toolset name="borland-5.9*"/>
  946. <toolset name="cw-8.3*"/>
  947. <toolset name="msvc-6.5"/>
  948. <toolset name="msvc-7.0"/>
  949. <note author="J. Garland">
  950. These compilers are unfortunately able to correctly compile the
  951. new format-based input-output code for date time. Suitable, but
  952. less flexible, alternatives are available on these compilers.
  953. </note>
  954. </mark-failure>
  955. </test>
  956. <test name="testtime_facet">
  957. <mark-failure>
  958. <toolset name="gcc-2.95.3-linux"/>
  959. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  960. <toolset name="borland-5.6*"/>
  961. <toolset name="borland-5.8*"/>
  962. <toolset name="borland-5.9*"/>
  963. <toolset name="cw-8.3*"/>
  964. <toolset name="msvc-6.5"/>
  965. <toolset name="msvc-7.0"/>
  966. <note author="J. Garland">
  967. These compilers are unfortunately able to correctly compile the
  968. new format-based input-output code for date time. Suitable, but
  969. less flexible, alternatives are available on these compilers.
  970. </note>
  971. </mark-failure>
  972. </test>
  973. <test name="testwcustom_time_zone">
  974. <mark-failure>
  975. <toolset name="gcc-2.95.3-linux"/>
  976. <toolset name="gcc-3.4.2_mingw"/>
  977. <toolset name="gcc-3.4.5_mingw"/>
  978. <toolset name="*mingw*"/>
  979. <toolset name="*cygwin*"/>
  980. <note author="J. Garland">
  981. These compilers are unfortunately able to correctly compile the
  982. new format-based input-output code for date time. Suitable, but
  983. less flexible, alternatives are available on these compilers.
  984. </note>
  985. </mark-failure>
  986. </test>
  987. <test name="testwposix_time_zone">
  988. <mark-failure>
  989. <toolset name="gcc-2.95.3-linux"/>
  990. <toolset name="gcc-3.4.2_mingw"/>
  991. <toolset name="gcc-3.4.5_mingw"/>
  992. <toolset name="*mingw*"/>
  993. <toolset name="*cygwin*"/>
  994. <note author="J. Garland">
  995. These compilers are unfortunately able to correctly compile the
  996. new format-based input-output code for date time. Suitable, but
  997. less flexible, alternatives are available on these compilers.
  998. </note>
  999. </mark-failure>
  1000. </test>
  1001. <test name="testfacet">
  1002. <mark-failure>
  1003. <toolset name="gcc-2.95.3-linux"/>
  1004. <toolset name="gcc-3.1-darwin"/>
  1005. <toolset name="msvc-6.5"/>
  1006. <toolset name="mingw*"/>
  1007. <toolset name="*mingw*"/>
  1008. <toolset name="*cygwin*"/>
  1009. <toolset name="gcc-3.4.2_mingw"/>
  1010. <toolset name="gcc-3.4.5_mingw"/>
  1011. <toolset name="borland-5.6*"/>
  1012. <toolset name="borland-5.8*"/>
  1013. <toolset name="borland-5.9*"/>
  1014. <note author="B. Garst" refid="18,19"/>
  1015. </mark-failure>
  1016. </test>
  1017. <test name="testfacet_dll">
  1018. <mark-failure>
  1019. <toolset name="gcc-2.95.3-linux"/>
  1020. <toolset name="gcc-3.1-darwin"/>
  1021. <toolset name="msvc-6.5"/>
  1022. <toolset name="mingw*"/>
  1023. <toolset name="*mingw*"/>
  1024. <toolset name="*cygwin*"/>
  1025. <toolset name="gcc-3.4.2_mingw"/>
  1026. <toolset name="gcc-3.4.5_mingw"/>
  1027. <toolset name="borland-5.6*"/>
  1028. <toolset name="borland-5.8*"/>
  1029. <toolset name="borland-5.9*"/>
  1030. <toolset name="*como-4_3_3*"/>
  1031. <note author="B. Garst" refid="18,19"/>
  1032. </mark-failure>
  1033. </test>
  1034. <test name="testgreg_year_dll">
  1035. <mark-failure>
  1036. <toolset name="*como-4_3_3*"/>
  1037. </mark-failure>
  1038. </test>
  1039. <test name="testparse_date">
  1040. <mark-failure>
  1041. <toolset name="gcc-2.95.3-linux"/>
  1042. <toolset name="msvc-6.5"/>
  1043. <toolset name="msvc-7.0"/>
  1044. <toolset name="borland-5.6*"/>
  1045. <toolset name="borland-5.8*"/>
  1046. <toolset name="borland-5.9*"/>
  1047. <note author="B. Garst" refid="18,20"/>
  1048. </mark-failure>
  1049. </test>
  1050. <test name="testmicrosec_time_clock">
  1051. <mark-failure>
  1052. <toolset name="intel-7.1-stdlib-default-linux"/>
  1053. <toolset name="*como-4_3_3*"/>
  1054. <toolset name="intel-7.1-linux"/>
  1055. <note author="B. Garst" refid="22"/>
  1056. </mark-failure>
  1057. </test>
  1058. <test name="testmicrosec_time_clock">
  1059. <mark-failure>
  1060. <toolset name="borland-5.6.4"/>
  1061. <toolset name="borland-5.8.2"/>
  1062. <note author="J. Garland">
  1063. There is apparently a bug in Borland library
  1064. such that std::local_time and std::gmtime are
  1065. returning a time that's 1 hour ahead GetSystemTimeAsFileTime
  1066. during DST. This is a rather serious problem in that
  1067. some of the date-time clock interfaces will give the wrong
  1068. current time.
  1069. </note>
  1070. </mark-failure>
  1071. </test>
  1072. <test name="teststreams">
  1073. <mark-failure>
  1074. <toolset name="gcc-2.95.3-linux"/>
  1075. <toolset name="gcc-3.1-darwin"/>
  1076. <toolset name="msvc-6.5"/>
  1077. <toolset name="msvc-7.0"/>
  1078. <toolset name="borland-5.6*"/>
  1079. <toolset name="borland-5.8*"/>
  1080. <toolset name="borland-5.9*"/>
  1081. <toolset name="mingw-3*"/>
  1082. <toolset name="gcc-3.4.2_mingw"/>
  1083. <toolset name="gcc-3.4.5_mingw"/>
  1084. <toolset name="*mingw*"/>
  1085. <toolset name="*cygwin*"/>
  1086. <toolset name="mingw"/>
  1087. <toolset name="*como-4_3_3*"/>
  1088. <note author="B. Garst" refid="18,19,20"/>
  1089. </mark-failure>
  1090. </test>
  1091. <test name="testdate_dll">
  1092. <mark-failure>
  1093. <toolset name="*como-4_3_3*"/>
  1094. <note author="J. Garland" date="30 Jan 2004" id="24"/>
  1095. </mark-failure>
  1096. </test>
  1097. <test name="testgreg_day_dll">
  1098. <mark-failure>
  1099. <toolset name="*como-4_3_3*"/>
  1100. <note author="J. Garland" date="30 Jan 2004" id="24"/>
  1101. </mark-failure>
  1102. </test>
  1103. <test name="*_dll">
  1104. <mark-failure>
  1105. <toolset name="*como-4_3_3*"/>
  1106. <note author="J. Garland" date="30 Jan 2004" id="24"/>
  1107. </mark-failure>
  1108. </test>
  1109. <mark-expected-failures>
  1110. <test name="testdate_dll"/>
  1111. <test name="testdate_duration_dll"/>
  1112. <test name="testdate_input_facet_dll"/>
  1113. <test name="testdate_iterator_dll"/>
  1114. <test name="testfacet_dll"/>
  1115. <test name="testformatters_dll"/>
  1116. <test name="testgenerators_dll"/>
  1117. <test name="testgreg_durations_dll"/>
  1118. <test name="testperiod_dll"/>
  1119. <toolset name="cw-8.3*"/>
  1120. <note author="R. Rivera" refid="25"/>
  1121. </mark-expected-failures>
  1122. <mark-expected-failures>
  1123. <test name="testdate_facet_new"/>
  1124. <test name="testdate_facet_new_dll"/>
  1125. <test name="testdate_input_facet"/>
  1126. <test name="testdate_input_facet_dll"/>
  1127. <test name="testdate_facet"/>
  1128. <test name="testdate_facet_dll"/>
  1129. <test name="testtime_facet"/>
  1130. <test name="testtime_input_facet"/>
  1131. <toolset name="sun-5.8"/>
  1132. <note author="J. Garland">
  1133. The sun 5.8 compiler and standard library have a problem with
  1134. the classic facet which causes some of the io tests for date-time
  1135. to fail. Overall this should not affect most uses of the library.
  1136. </note>
  1137. </mark-expected-failures>
  1138. <mark-expected-failures>
  1139. <test name="testdate_input_facet"/>
  1140. <test name="testdate_input_facet_dll"/>
  1141. <toolset name="msvc-7.1_stlport4"/>
  1142. <note author="J. Garland">
  1143. The STLPort standard library has issues with some custom
  1144. facet settings causing an unexplained failure in these
  1145. facet tests.
  1146. </note>
  1147. </mark-expected-failures>
  1148. <mark-expected-failures>
  1149. <test name="testdate_facet_new"/>
  1150. <test name="testdate_facet_new_dll"/>
  1151. <test name="testtime_facet"/>
  1152. <toolset name="msvc-7.1_stlport4"/>
  1153. <toolset name="msvc-8.0_stlport5"/>
  1154. <note author="J. Garland">
  1155. The STLPort standard library has issues with the handling
  1156. of the classic facet which causes some fo the i/o tests
  1157. for date-time to fail. Overall this should not affect
  1158. most uses of the library.
  1159. </note>
  1160. </mark-expected-failures>
  1161. <mark-expected-failures>
  1162. <test name="testgreg_wstream"/>
  1163. <test name="testtime_facet"/>
  1164. <test name="testtime_input_facet"/>
  1165. <test name="testtime_wstream"/>
  1166. <toolset name="msvc-7.1_stlport4"/>
  1167. <note author="J. Garland">
  1168. MSVC 7.1 with its standard library passes all date-time tests.
  1169. For some reason when paired with stlport a few widestream
  1170. io tests do not format output correctly. Overall this should
  1171. not affect most uses of the library.
  1172. </note>
  1173. </mark-expected-failures>
  1174. <mark-expected-failures>
  1175. <test name="testlocal_time_input_facet"/>
  1176. <test name="testtime_input_facet"/>
  1177. <toolset name="cw-9.4"/>
  1178. <toolset name="cw-9.5*"/>
  1179. <note author="J. Garland">
  1180. Although these tests compile, the execution aborts for
  1181. an unknown reason. Note that sometimes the excution is
  1182. ok on cw-9_4. This may be fixable if someone
  1183. can track down the source of the problem.
  1184. </note>
  1185. </mark-expected-failures>
  1186. <mark-expected-failures>
  1187. <test name="testlocal_time"/>
  1188. <test name="testlocal_time_input_facet"/>
  1189. <test name="testtime_input_facet"/>
  1190. <toolset name="msvc-8.0*"/>
  1191. <note author="J. Garland">
  1192. These tests are failing with the beta2 version of VC_8. At least
  1193. one of them is directly a result of the new VC_8 standard library
  1194. restricting the year value in a tm struct to be positive (that is
  1195. greater than year 1900). This is a change from VC7_1 and Microsoft
  1196. is considering removing this restriction.
  1197. </note>
  1198. </mark-expected-failures>
  1199. <mark-expected-failures>
  1200. <test name="testtime_serialize*"/>
  1201. <test name="testgreg_serialize*"/>
  1202. <toolset name="vacpp"/>
  1203. <note author="J. Garland">
  1204. These tests are for serialization which has been marked as unusable.
  1205. The issue was specifically noted on
  1206. AIX version : 5.2.0.41 using IBM XL Version 8.0.0.0.
  1207. </note>
  1208. </mark-expected-failures>
  1209. <mark-expected-failures>
  1210. <test name="testfacet"/>
  1211. <test name="testfacet_dll"/>
  1212. <toolset name="hp_cxx*"/>
  1213. <toolset name="acc*"/>
  1214. <note author="Markus Schoepflin">
  1215. The failure is caused by a standard library bug. It doesn't
  1216. support user defined facets which are not default
  1217. constructible. This has been reported to the compiler vendor.
  1218. </note>
  1219. </mark-expected-failures>
  1220. <mark-expected-failures>
  1221. <test name="testdate_input_facet_dll"/>
  1222. <test name="testdate_input_facet"/>
  1223. <test name="testtime_input_facet"/>
  1224. <test name="testlocal_time_input_facet"/>
  1225. <toolset name="acc*"/>
  1226. <note author="Jeff Garland">
  1227. These tests rely on the ability of an std::map to be
  1228. instantiated on an incomplete type. The Rogue Wave
  1229. version 2.2 and higher does not allow this.
  1230. </note>
  1231. </mark-expected-failures>
  1232. <mark-expected-failures>
  1233. <test name="testtime_wstream"/>
  1234. <toolset name="hp_cxx-65*"/>
  1235. <note author="Jeff Garland">
  1236. The failure is caused by a standard library bug. It doesn't
  1237. support user defined facets which are not default
  1238. constructible. This has been reported to the compiler vendor.
  1239. </note>
  1240. </mark-expected-failures>
  1241. <mark-expected-failures>
  1242. <test name="testgreg_wstream"/>
  1243. <test name="testparse_date"/>
  1244. <test name="teststreams"/>
  1245. <toolset name="hp_cxx*"/>
  1246. <note author="Markus Schoepflin">
  1247. The failure is caused by a standard library bug. The end-of-stream
  1248. istream iterator can only be constructed when the istream iterator
  1249. has been instantiated with char as the character type. This has
  1250. been reported to the compiler vendor.
  1251. </note>
  1252. </mark-expected-failures>
  1253. <mark-expected-failures>
  1254. <test name="testfacet"/>
  1255. <test name="testfacet_dll"/>
  1256. <test name="testgreg_wstream"/>
  1257. <test name="teststreams"/>
  1258. <test name="testtime_wstream"/>
  1259. <test name="testwcustom_time_zone"/>
  1260. <test name="testwposix_time_zone"/>
  1261. <toolset name="qcc-3.3.5_gpp"/>
  1262. <note author="Jim Douglas" date="12 Feb 06" refid="36"/>
  1263. </mark-expected-failures>
  1264. </library>
  1265. <!-- dynamic_bitset -->
  1266. <library name="dynamic_bitset">
  1267. <test name="dyn_bitset_unit_tests1">
  1268. <mark-failure>
  1269. <toolset name="msvc-6.5_stlport4"/>
  1270. <note author="Gennaro Prota" refid="37" />
  1271. </mark-failure>
  1272. </test>
  1273. <test name="dyn_bitset_unit_tests2">
  1274. <mark-failure>
  1275. <toolset name="borland-5.8*"/>
  1276. <toolset name="borland-5.9*"/>
  1277. <note author="Roland Schwarz">
  1278. The exact reason of this (linker related) bug is unresearched. The test passes
  1279. on some environments. The test was found to fail on a platform whit a german
  1280. version of the compiler.
  1281. </note>
  1282. </mark-failure>
  1283. </test>
  1284. <test name="dyn_bitset_unit_tests4">
  1285. <mark-failure>
  1286. <toolset name="cw-9.3"/>
  1287. <note author="Aleksey Gurtovoy" refid="2"/>
  1288. </mark-failure>
  1289. <mark-failure>
  1290. <toolset name="cw-9.3-darwin"/>
  1291. <note author="Douglas Gregor" refid="2"/>
  1292. </mark-failure>
  1293. <mark-failure>
  1294. <toolset name="sunpro-5_3-sunos"/>
  1295. <note author="Douglas Gregor" refid="2"/>
  1296. </mark-failure>
  1297. </test>
  1298. </library>
  1299. <!-- filesystem -->
  1300. <library name="filesystem">
  1301. <mark-unusable>
  1302. <toolset name="borland-5.6*"/>
  1303. <toolset name="borland-5.8*"/>
  1304. <note author="Beman Dawes">
  1305. This compiler does not support enable_if, which is needed by the
  1306. Boost.System library on which Boost.Filesystem depends.
  1307. </note>
  1308. </mark-unusable>
  1309. <mark-unusable>
  1310. <toolset name="intel-7.1-linux"/>
  1311. <toolset name="intel-7.1-stdlib-default-linux"/>
  1312. <note author="Aleksey Gurtovoy">
  1313. Due to standard library bugs this configuration is not supported by
  1314. the most recent version of the library.
  1315. </note>
  1316. </mark-unusable>
  1317. <mark-unusable>
  1318. <toolset name="cw-8.3"/>
  1319. <note author="Beman Dawes">
  1320. Due to standard library bugs, this version is not supported.
  1321. More recent version of the library should work OK.
  1322. </note>
  1323. </mark-unusable>
  1324. <mark-unusable>
  1325. <toolset name="msvc-8.0~wm5~stlport5.1"/>
  1326. <note author="Beman Dawes">
  1327. Due to lack of C library featues, this toolset is not supported.
  1328. </note>
  1329. </mark-unusable>
  1330. <mark-expected-failures>
  1331. <test name="*"/>
  1332. <toolset name="sun-5.7"/>
  1333. <toolset name="sun-5.8"/>
  1334. <note author="Beman Dawes">
  1335. The library works well with versions of this compiler 5.9 and later
  1336. </note>
  1337. </mark-expected-failures>
  1338. <mark-expected-failures>
  1339. <test name="fstream_test"/>
  1340. <toolset name="msvc-6.5*"/>
  1341. <note author="Beman Dawes">
  1342. fstream for this compiler has serious problems and is not supported
  1343. </note>
  1344. </mark-expected-failures>
  1345. <mark-expected-failures>
  1346. <test name="operations_test_dll"/>
  1347. <test name="path_test_dll"/>
  1348. <toolset name="borland-5.6*"/>
  1349. <toolset name="borland-5.8*"/>
  1350. <toolset name="borland-5.9*"/>
  1351. <toolset name="gcc-3.4.2_mingw"/>
  1352. <toolset name="gcc-3.4.2_mingw"/>
  1353. <note author="Beman Dawes" refid="35"/> <!-- dll's don't work - use static -->
  1354. </mark-expected-failures>
  1355. <mark-expected-failures>
  1356. <test name="operations_test"/>
  1357. <test name="operations_test_dll"/>
  1358. <toolset name="msvc-6.5*"/>
  1359. <note author="Beman Dawes" refid="31"/> <!-- esoteric features don't work -->
  1360. </mark-expected-failures>
  1361. <mark-expected-failures>
  1362. <test name="mbcopy"/>
  1363. <test name="mbpath"/>
  1364. <test name="wide_test"/>
  1365. <toolset name="gcc-3.4.2_mingw"/>
  1366. <toolset name="gcc-3.4.5_mingw"/>
  1367. <toolset name="gcc-mingw-3.4.5"/>
  1368. <toolset name="gcc-mingw-3.4.2"/>
  1369. <toolset name="gcc-cygwin-3.4.4"/>
  1370. <note author="Beman Dawes" refid="19"/> <!-- no wchar_t, wstring support -->
  1371. </mark-expected-failures>
  1372. <mark-expected-failures>
  1373. <test name="mbcopy"/>
  1374. <test name="mbpath"/>
  1375. <test name="wide_test"/>
  1376. <toolset name="msvc-6.5*"/>
  1377. <toolset name="msvc-7.0"/>
  1378. <toolset name="borland-5.6*"/>
  1379. <toolset name="borland-5.8*"/>
  1380. <toolset name="borland-5.9*"/>
  1381. <toolset name="cw-8.3"/>
  1382. <toolset name="dmc-8_4_7*"/>
  1383. <note author="Beman Dawes">
  1384. The library does not support wide paths on this compiler because
  1385. it does not support SFINAE.
  1386. </note>
  1387. </mark-expected-failures>
  1388. <mark-expected-failures>
  1389. <test name="mbcopy"/>
  1390. <test name="mbpath"/>
  1391. <test name="wide_test"/>
  1392. <toolset name="qcc-3.3.5_gpp"/>
  1393. <note author="Jim Douglas" refid="36"/>
  1394. </mark-expected-failures>
  1395. <mark-expected-failures>
  1396. <test name="mbcopy"/>
  1397. <test name="wide_test"/>
  1398. <toolset name="sun-5.8"/>
  1399. <note author="John Maddock">
  1400. These failures are reported to be fixed in Sun's
  1401. next compiler release.
  1402. </note>
  1403. </mark-expected-failures>
  1404. </library>
  1405. <!-- flyweight -->
  1406. <library name="flyweight">
  1407. <mark-expected-failures>
  1408. <test name="test_intermod_holder"/>
  1409. <toolset name="borland-5.*"/>
  1410. <toolset name="borland-6.10.0"/>
  1411. <toolset name="sun-5.*"/>
  1412. <toolset name="msvc-6.5*"/>
  1413. <toolset name="cw-9.*"/>
  1414. <toolset name="gcc-2.95*"/>
  1415. <toolset name="gcc-3.0*"/>
  1416. <toolset name="gcc-3.1*"/>
  1417. <toolset name="gcc-3.2*"/>
  1418. <toolset name="gcc-3.3*"/>
  1419. <toolset name="gcc-4.2.1_hpux_ia64"/>
  1420. <toolset name="mipspro"/>
  1421. <toolset name="acc*"/>
  1422. <toolset name="msvc-8.0~wm5*"/>
  1423. <toolset name="vacpp*"/>
  1424. <toolset name="pathscale*"/>
  1425. <toolset name="intel-linux-8.*"/>
  1426. <toolset name="gcc-3.4.6_linux_ia64"/>
  1427. <note author="J. L&#195;&#179;pez" date="03 Dec 2008">
  1428. This compiler does not support Boost.Interprocess,
  1429. on which intermodule_holder depends.
  1430. </note>
  1431. </mark-expected-failures>
  1432. </library>
  1433. <!-- foreach -->
  1434. <library name="foreach">
  1435. <mark-unusable>
  1436. <toolset name="dmc*"/>
  1437. <toolset name="sunpro-5_3-sunos"/>
  1438. <note author="Eric Niebler">
  1439. This compiler does not support the Boost.Range
  1440. library, on which Boost.Foreach depends.
  1441. </note>
  1442. </mark-unusable>
  1443. <mark-expected-failures>
  1444. <test name="rvalue_const"/>
  1445. <toolset name="msvc-6.5*"/>
  1446. <toolset name="msvc-7.0"/>
  1447. <toolset name="borland-5.6*"/>
  1448. <toolset name="borland-5.8*"/>
  1449. <toolset name="borland-5.9*"/>
  1450. <toolset name="borland-6.0*"/>
  1451. <toolset name="borland-6.1*"/>
  1452. <toolset name="gcc-2*"/>
  1453. <toolset name="gcc-3.2*"/>
  1454. <toolset name="gcc-3_3-darwin"/>
  1455. <toolset name="intel-linux"/>
  1456. <toolset name="vacpp"/>
  1457. <toolset name="cw-8.3"/>
  1458. <toolset name="cw-9.4"/>
  1459. <toolset name="cw-9.5-darwin"/>
  1460. <toolset name="sunpro*"/>
  1461. <toolset name="mingw"/>
  1462. <toolset name="hp_cxx*"/>
  1463. <toolset name="intel-win32-8_1"/>
  1464. <toolset name="sun-5.7"/>
  1465. <toolset name="sun-5.8"/>
  1466. <toolset name="sun-5.9"/>
  1467. <toolset name="pathscale*"/>
  1468. <note author="Eric Niebler">
  1469. This compiler does not support detection of
  1470. const rvalues.
  1471. </note>
  1472. </mark-expected-failures>
  1473. <mark-expected-failures>
  1474. <test name="rvalue_const_r"/>
  1475. <toolset name="msvc-6.5*"/>
  1476. <toolset name="msvc-7.0"/>
  1477. <toolset name="borland-5.6*"/>
  1478. <toolset name="borland-5.8*"/>
  1479. <toolset name="borland-5.9*"/>
  1480. <toolset name="borland-6.0*"/>
  1481. <toolset name="borland-6.1*"/>
  1482. <toolset name="gcc-2*"/>
  1483. <toolset name="gcc-3.2*"/>
  1484. <toolset name="gcc-3_3-darwin"/>
  1485. <toolset name="intel-linux"/>
  1486. <toolset name="vacpp"/>
  1487. <toolset name="cw-8.3"/>
  1488. <toolset name="cw-9.4"/>
  1489. <toolset name="cw-9.5-darwin"/>
  1490. <toolset name="sunpro*"/>
  1491. <toolset name="mingw"/>
  1492. <toolset name="hp_cxx*"/>
  1493. <toolset name="intel-win32-8_1"/>
  1494. <toolset name="sun-5.7"/>
  1495. <toolset name="sun-5.8"/>
  1496. <toolset name="sun-5.9"/>
  1497. <toolset name="pathscale*"/>
  1498. <note author="Eric Niebler">
  1499. This compiler does not support detection of
  1500. const rvalues.
  1501. </note>
  1502. </mark-expected-failures>
  1503. <mark-expected-failures>
  1504. <test name="rvalue_nonconst"/>
  1505. <toolset name="msvc-6.5*"/>
  1506. <toolset name="msvc-7.0"/>
  1507. <toolset name="borland-5.6*"/>
  1508. <toolset name="borland-5.8*"/>
  1509. <toolset name="borland-5.9*"/>
  1510. <toolset name="borland-6.0*"/>
  1511. <toolset name="borland-6.1*"/>
  1512. <toolset name="hp_cxx*"/>
  1513. <toolset name="sunpro*"/>
  1514. <toolset name="sun-5.7"/>
  1515. <toolset name="sun-5.8"/>
  1516. <toolset name="sun-5.9"/>
  1517. <note author="Eric Niebler">
  1518. This compiler does not support detection of
  1519. rvalues.
  1520. </note>
  1521. </mark-expected-failures>
  1522. <mark-expected-failures>
  1523. <test name="rvalue_nonconst_r"/>
  1524. <toolset name="msvc-6.5*"/>
  1525. <toolset name="msvc-7.0"/>
  1526. <toolset name="borland-5.6*"/>
  1527. <toolset name="borland-5.8*"/>
  1528. <toolset name="borland-5.9*"/>
  1529. <toolset name="borland-6.0*"/>
  1530. <toolset name="borland-6.1*"/>
  1531. <toolset name="hp_cxx*"/>
  1532. <toolset name="sunpro*"/>
  1533. <toolset name="sun-5.7"/>
  1534. <toolset name="sun-5.8"/>
  1535. <toolset name="sun-5.9"/>
  1536. <note author="Eric Niebler">
  1537. This compiler does not support detection of
  1538. rvalues.
  1539. </note>
  1540. </mark-expected-failures>
  1541. <mark-expected-failures>
  1542. <test name="dependent_type"/>
  1543. <toolset name="gcc-2.95.3*"/>
  1544. <toolset name="hp_cxx-65*"/>
  1545. <note author="Eric Niebler">
  1546. These compilers cannot handle BOOST_FOREACH
  1547. in a template, where the collection type
  1548. depends on a template parameter.
  1549. </note>
  1550. </mark-expected-failures>
  1551. <mark-expected-failures>
  1552. <test name="user_defined"/>
  1553. <toolset name="msvc-6.5*"/>
  1554. <toolset name="msvc-7.0*"/>
  1555. <note author="Eric Niebler">
  1556. This failure is because the Boost.Range extension
  1557. mechanism is broken on these compilers. It requires
  1558. ADL which these compilers do not support.
  1559. </note>
  1560. </mark-expected-failures>
  1561. </library>
  1562. <!-- format -->
  1563. <library name="format">
  1564. <mark-unusable>
  1565. <toolset name="iw-7_1*"/>
  1566. <note author="Aleksey Gurtovoy">
  1567. The failure is caused by a standard library bug: the
  1568. iostream components fail to handle <code>ios::internal</code>
  1569. flag.
  1570. </note>
  1571. </mark-unusable>
  1572. <mark-unusable>
  1573. <toolset name="sunpro-5_3-sunos"/>
  1574. </mark-unusable>
  1575. <mark-expected-failures>
  1576. <test name="format_test2"/>
  1577. <test name="format_test3"/>
  1578. <toolset name="hp_cxx-65*"/>
  1579. <toolset name="acc*"/>
  1580. <note author="Markus Schoepflin" refid="33"/>
  1581. </mark-expected-failures>
  1582. </library>
  1583. <!-- function_types -->
  1584. <library name="function_types">
  1585. <mark-expected-failures>
  1586. <test name="member_ccs"/>
  1587. <test name="member_ccs_exact"/>
  1588. <toolset name="*"/>
  1589. <note author="Tobias Schwinger">
  1590. Not all compilers/platforms implement nonstandard calling conventions.
  1591. <hr/>
  1592. With GCC/x86 this failure reflects
  1593. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29328 .
  1594. </note>
  1595. </mark-expected-failures>
  1596. <mark-expected-failures>
  1597. <test name="nonmember_ccs"/>
  1598. <test name="nonmember_ccs_exact"/>
  1599. <toolset name="*"/>
  1600. <note author="Tobias Schwinger">
  1601. Not all compilers/platforms implement nonstandard calling conventions.
  1602. </note>
  1603. </mark-expected-failures>
  1604. <mark-expected-failures>
  1605. <test name="interface_example"/>
  1606. <toolset name="msvc-7.1*"/>
  1607. <note author="Tobias Schwinger">
  1608. Overload selection does not work in some assignment contexts with this compiler.
  1609. </note>
  1610. </mark-expected-failures>
  1611. </library>
  1612. <!-- functional/factory -->
  1613. <library name="functional/factory">
  1614. <mark-expected-failures>
  1615. <test name="factory_with_allocator"/>
  1616. <toolset name="borland-*"/>
  1617. <note author="Tobias Schwinger">
  1618. Probably broken const conversion with that compiler.
  1619. </note>
  1620. </mark-expected-failures>
  1621. </library>
  1622. <!-- functional/forward -->
  1623. <library name="functional/foward">
  1624. <mark-unusable>
  1625. <toolset name="msvc-7.0*"/>
  1626. <toolset name="msvc-7.1*"/>
  1627. <toolset name="sun-5.*"/>
  1628. <toolset name="vacpp*"/>
  1629. <toolset name="borland-*"/>
  1630. <note author="Tobias Schwinger">
  1631. This compiler is currently not supported.
  1632. </note>
  1633. </mark-unusable>
  1634. </library>
  1635. <!-- functional/hash -->
  1636. <library name="functional/hash">
  1637. <mark-expected-failures>
  1638. <test name="hash_value_array_test"/>
  1639. <toolset name="msvc-6.5*"/>
  1640. <toolset name="msvc-7.0*"/>
  1641. <note author="Daniel James">
  1642. hash_value is not overloaded for arrays for older versions
  1643. of Visual C++. There is a work around so that
  1644. boost::hash&lt;T[N]&gt;, boost::hash_combine and boost::hash_range
  1645. work.
  1646. </note>
  1647. </mark-expected-failures>
  1648. <mark-expected-failures>
  1649. <test name="hash_function_pointer_test"/>
  1650. <toolset name="msvc-6.5*"/>
  1651. <toolset name="msvc-7.0*"/>
  1652. <note refid="2" author="Daniel James"/>
  1653. </mark-expected-failures>
  1654. <mark-expected-failures>
  1655. <test name="hash_function_pointer_test"/>
  1656. <toolset name="sun-5.7"/>
  1657. <toolset name="sun-5.8"/>
  1658. <toolset name="sun-5.9"/>
  1659. <note author="Daniel James">
  1660. On these compilers the wrong overload of hash_value is called
  1661. when the argument is a hash function pointer. So calling
  1662. hash_value doesn't work but boost::hash does work (and it's
  1663. recommended that user never call hash_value directly so this
  1664. shouldn't be a problem).
  1665. </note>
  1666. </mark-expected-failures>
  1667. <mark-expected-failures>
  1668. <test name="hash_long_double_test"/>
  1669. <toolset name="gcc-3.4.3_sunos"/>
  1670. <toolset name="*pa_risc"/>
  1671. <note author="Daniel James">
  1672. This platform has poor support for <code>long double</code> so
  1673. the hash function perform poorly for values out of the range
  1674. of <code>double</code> or if they differ at a greater precision
  1675. that <code>double</code> is capable of representing.
  1676. </note>
  1677. </mark-expected-failures>
  1678. <mark-expected-failures>
  1679. <test name="point" />
  1680. <test name="books" />
  1681. <toolset name="msvc-6.5*"/>
  1682. <toolset name="msvc-7.0*"/>
  1683. <note author="Daniel James">
  1684. These examples only work on compilers with support for ADL.
  1685. It is possible to work around this, but I wanted to keep the
  1686. example code as clean as possible.
  1687. </note>
  1688. </mark-expected-failures>
  1689. <mark-expected-failures>
  1690. <test name="point" />
  1691. <toolset name="borland-*"/>
  1692. <note author="Daniel James">
  1693. It appears that Borland doesn't find friend functions defined
  1694. in a class by ADL. This is easily fixed but this example is
  1695. meant to show the typical way of customising boost::hash, not
  1696. the portable way.
  1697. </note>
  1698. </mark-expected-failures>
  1699. <mark-expected-failures>
  1700. <test name="hash_global_namespace_test" />
  1701. <toolset name="borland-*"/>
  1702. <note author="Daniel James">
  1703. The test demonstrates a Borland bug - functions that aren't
  1704. in a namespace don't appear to be found by ADL.
  1705. </note>
  1706. </mark-expected-failures>
  1707. <mark-expected-failures>
  1708. <test name="container_fwd_gcc_debug"/>
  1709. <toolset name="darwin-4.2"/>
  1710. <note author="Daniel James">
  1711. Debug containers aren't supported on Apple's version of gcc 4.2.
  1712. </note>
  1713. </mark-expected-failures>
  1714. </library>
  1715. <!-- fusion -->
  1716. <library name="fusion">
  1717. <mark-unusable>
  1718. <toolset name="gcc-2.95.3*"/>
  1719. <toolset name="msvc-6.5*"/>
  1720. <toolset name="msvc-7.0"/>
  1721. <toolset name="borland-5*"/>
  1722. <toolset name="cw-8.3"/>
  1723. <toolset name="dmc*"/>
  1724. <toolset name="sunpro-5_3-sunos"/>
  1725. <toolset name="sun-5.7"/>
  1726. <toolset name="sun-5.8"/>
  1727. <toolset name="sun-5.9"/>
  1728. <note author="Joel de Guzman">
  1729. The compiler does not support features that are
  1730. essential for the library.
  1731. </note>
  1732. </mark-unusable>
  1733. <mark-expected-failures>
  1734. <test name="fused"/>
  1735. <test name="fused_function_object"/>
  1736. <test name="fused_procedure"/>
  1737. <test name="make_fused"/>
  1738. <test name="make_fused_function_object"/>
  1739. <test name="make_fused_procedure"/>
  1740. <toolset name="acc"/>
  1741. <note author="Tobias Schwinger">
  1742. Those failures are due to not quite const-correct overload
  1743. resolution. The complaints from the test suite should rarely
  1744. matter in practice - the corresponding components are basically
  1745. usable. With aCC6, when compiled in strict ansi mode, the test
  1746. succeeds.
  1747. </note>
  1748. </mark-expected-failures>
  1749. </library>
  1750. <!-- geometry -->
  1751. <library name="geometry">
  1752. <mark-unusable>
  1753. <toolset name="borland-cb2009"/>
  1754. <toolset name="borland-cb2010"/>
  1755. <toolset name="sun-5.10"/>
  1756. <toolset name="vacpp"/>
  1757. <toolset name="vacpp-10.1"/>
  1758. <toolset name="msvc-7.1"/>
  1759. <note author="Barend Gehrels">
  1760. These compilers do not support features that are essential for the library.
  1761. </note>
  1762. </mark-unusable>
  1763. <mark-unusable>
  1764. <toolset name="intel-darwin-11.1"/>
  1765. <note author="Barend Gehrels">
  1766. Intel 11.1 on Darwin raises a SIGSEGV in almost all unit tests.
  1767. </note>
  1768. </mark-unusable>
  1769. <mark-unusable>
  1770. <toolset name="pgi-11.2"/>
  1771. <note author="Barend Gehrels">
  1772. pgi 11.1 does not support BOOST_AUTO and is not configured for UBLAS
  1773. </note>
  1774. </mark-unusable>
  1775. <mark-unusable>
  1776. <toolset name="msvc-9.0~wm5~stlport5.2"/>
  1777. <note author="Barend Gehrels">
  1778. This configruation is not well configured for UBLAS
  1779. </note>
  1780. </mark-unusable>
  1781. </library>
  1782. <!-- gil -->
  1783. <library name="gil">
  1784. <mark-expected-failures>
  1785. <test name="pixel"/>
  1786. <toolset name="acc"/>
  1787. <note author="Boris Gubenko" refid="46"/>
  1788. </mark-expected-failures>
  1789. <mark-expected-failures>
  1790. <test name="image"/>
  1791. <toolset name="acc"/>
  1792. <note author="Boris Gubenko" refid="47"/>
  1793. </mark-expected-failures>
  1794. </library>
  1795. <!-- graph -->
  1796. <library name="graph">
  1797. <mark-unusable>
  1798. <toolset name="borland-5.*"/>
  1799. <toolset name="borland-6.*"/>
  1800. <toolset name="borland-cb2009"/>
  1801. <toolset name="borland-cb2010"/>
  1802. <toolset name="sun-5.9"/>
  1803. </mark-unusable>
  1804. <mark-expected-failures>
  1805. <test name="grid_graph_cc"/>
  1806. <test name="grid_graph_test"/>
  1807. <toolset name="msvc-7.1"/>
  1808. <note author="Jeremiah Willcock" refid="2"/>
  1809. </mark-expected-failures>
  1810. </library>
  1811. <!-- integer -->
  1812. <library name="integer">
  1813. <mark-expected-failures>
  1814. <test name="integer_test"/>
  1815. <toolset name="acc"/>
  1816. <toolset name="gcc-4.2.1_hpux_ia64"/>
  1817. <note author="Boris Gubenko">
  1818. When compiling with aC++, depending on system load, the compile time may exceed
  1819. specified timeout value. The test passes when the timeout value is increased.
  1820. When compiling with GCC, linker takes segmentation fault.
  1821. In the HP bug tracking system, this issue is tracked as QuIX ID: QXCR1000836120.
  1822. </note>
  1823. </mark-expected-failures>
  1824. </library>
  1825. <!-- interprocess-->
  1826. <library name="interprocess">
  1827. <mark-unusable>
  1828. <toolset name="borland-5.*"/>
  1829. <toolset name="sun-5.*"/>
  1830. <toolset name="msvc-6.5*"/>
  1831. <toolset name="cw-9.*"/>
  1832. <toolset name="gcc-2.95*"/>
  1833. <toolset name="gcc-3.0*"/>
  1834. <toolset name="gcc-3.1*"/>
  1835. <toolset name="gcc-3.2*"/>
  1836. <toolset name="gcc-3.3*"/>
  1837. <toolset name="gcc-4.2.1_hpux_ia64"/>
  1838. <toolset name="mipspro"/>
  1839. <toolset name="acc*"/>
  1840. <toolset name="msvc-8.0~wm5*"/>
  1841. <toolset name="pathscale*"/>
  1842. <toolset name="intel-linux-8.*"/>
  1843. <toolset name="gcc-3.4.6_linux_ia64"/>
  1844. <note author="Ion Gazta&#241;aga">
  1845. The compiler does not support features that are essential for the library.
  1846. </note>
  1847. </mark-unusable>
  1848. </library>
  1849. <!-- intrusive-->
  1850. <library name="intrusive">
  1851. <mark-unusable>
  1852. <toolset name="borland-5.*"/>
  1853. <toolset name="msvc-6.5*"/>
  1854. <toolset name="cw-9.*"/>
  1855. <toolset name="gcc-2.95*"/>
  1856. <toolset name="gcc-3.0*"/>
  1857. <toolset name="gcc-3.1*"/>
  1858. <toolset name="gcc-3.2*"/>
  1859. <toolset name="gcc-3.3*"/>
  1860. <toolset name="mipspro"/>
  1861. <toolset name="pathscale*"/>
  1862. <toolset name="intel-linux-8.*"/>
  1863. <note author="Ion Gazta&#241;aga">
  1864. The compiler does not support features that are essential for the library.
  1865. </note>
  1866. </mark-unusable>
  1867. <mark-expected-failures>
  1868. <test name="doc_offset_ptr" />
  1869. <toolset name="acc"/>
  1870. <toolset name="gcc-3.4.2_hpux_pa_risc"/>
  1871. <toolset name="gcc-3.4.6_linux_ia64"/>
  1872. <note author="Ion Gazta&#241;aga">
  1873. The compiler is not supported by Interprocess.
  1874. </note>
  1875. </mark-expected-failures>
  1876. <mark-expected-failures>
  1877. <test name="unordered_multiset_test"/>
  1878. <test name="unordered_set_test"/>
  1879. <toolset name="acc"/>
  1880. <note author="Boris Gubenko" refid="47"/>
  1881. </mark-expected-failures>
  1882. </library>
  1883. <!-- io-->
  1884. <library name="io">
  1885. <mark-expected-failures>
  1886. <test name="ios_state_unit_test"/>
  1887. <toolset name="borland-5.6*"/>
  1888. <toolset name="borland-5.8*"/>
  1889. <toolset name="borland-5.9*"/>
  1890. <toolset name="iw-7_1-vc6*"/>
  1891. <toolset name="msvc-6.5*"/>
  1892. <note refid="4" author="Aleksey Gurtovoy"/>
  1893. </mark-expected-failures>
  1894. <mark-expected-failures>
  1895. <test name="ios_state_test"/>
  1896. <test name="ios_state_unit_test"/>
  1897. <toolset name="hp_cxx-65*"/>
  1898. <note refid="34" author="Markus Schoepflin"/>
  1899. </mark-expected-failures>
  1900. <mark-expected-failures>
  1901. <test name="ios_state_unit_test"/>
  1902. <toolset name="gcc-2.95.3-*"/>
  1903. <note refid="3" author="Doug Gregor"/>
  1904. </mark-expected-failures>
  1905. <mark-expected-failures>
  1906. <test name="ios_state_unit_test"/>
  1907. <toolset name="gcc-4.1.0*"/>
  1908. <note author="John Maddock">
  1909. This is gcc bug 26526, and is fixed in later releases.
  1910. </note>
  1911. </mark-expected-failures>
  1912. </library>
  1913. <!-- iostreams -->
  1914. <library name="iostreams">
  1915. <mark-expected-failures>
  1916. <test name="auto_close_test"/>
  1917. <test name="component_access_test"/>
  1918. <test name="compose_test"/>
  1919. <test name="counter_test"/>
  1920. <test name="filtering_stream_test"/>
  1921. <test name="flush_test"/>
  1922. <test name="line_filter_test"/>
  1923. <test name="newline_test"/>
  1924. <test name="pipeline_test"/>
  1925. <test name="regex_filter_test"/>
  1926. <test name="restrict_test"/>
  1927. <test name="seekable_file_test"/>
  1928. <test name="seekable_filter_test"/>
  1929. <test name="sequence_test"/>
  1930. <test name="slice_test"/>
  1931. <test name="stdio_filter_test"/>
  1932. <test name="tee_test"/>
  1933. <test name="wide_stream_test"/>
  1934. <toolset name="sun-5.7"/>
  1935. <toolset name="sun-5.8"/>
  1936. <note author="Jonathan Turkanis" date="09 Jan 2008" refid="2"/>
  1937. </mark-expected-failures>
  1938. <mark-expected-failures>
  1939. <test name="bzip2_test"/>
  1940. <toolset name="gcc-3.4.3_sunos"/>
  1941. <note author="Caleb Epstein">
  1942. No bzip2 support on the testing machine and no way to
  1943. disable this test with BBv2 at present.
  1944. </note>
  1945. </mark-expected-failures>
  1946. <mark-expected-failures>
  1947. <test name="bzip2_test"/>
  1948. <test name="file_descriptor_test"/>
  1949. <test name="mapped_file_test"/>
  1950. <toolset name="*como-4_3_3*"/>
  1951. <note author="Jonathan Turkanis">
  1952. compiler can't compile "windows.h" in strict mode
  1953. </note>
  1954. </mark-expected-failures>
  1955. <mark-expected-failures>
  1956. <test name="code_converter_test"/>
  1957. <toolset name="pgi-7.0"/>
  1958. <note author="Jonathan Turkanis">
  1959. This platform lacks the placement delete operator
  1960. required by the C++ standard
  1961. </note>
  1962. </mark-expected-failures>
  1963. <mark-expected-failures>
  1964. <!-- Insufficient wide character support -->
  1965. <test name="code_converter_test"/>
  1966. <test name="wide_stream_test"/>
  1967. <toolset name="gcc-2.95.3-linux"/>
  1968. <!-- Must enumerate MinGW's since some use STLPort -->
  1969. <toolset name="gcc-3.4.2_mingw"/>
  1970. <toolset name="mingw-3_4_4"/>
  1971. <toolset name="gcc-3.4.5_mingw"/>
  1972. <toolset name="gcc-3.4.5_mingw"/>
  1973. <toolset name="*cygwin*"/>
  1974. <toolset name="gcc-3.3.6-osf1"/>
  1975. <toolset name="gcc-3.4.2_hpux_pa_risc"/>
  1976. <note author="Jonathan Turkanis" refid="19"/>
  1977. </mark-expected-failures>
  1978. <mark-expected-failures>
  1979. <!-- Insufficient wide character support -->
  1980. <test name="code_converter_test"/>
  1981. <test name="wide_stream_test"/>
  1982. <toolset name="qcc-3.3.5*gpp"/>
  1983. <note author="Jim Douglas" date="12 Feb 06" refid="36"/>
  1984. </mark-expected-failures>
  1985. <mark-expected-failures>
  1986. <test name="compose_test"/>
  1987. <toolset name="msvc-6.5_stlport4"/>
  1988. <note author="Jonathan Turkanis">
  1989. These six tests pass individually but cause a compiler stack overflow
  1990. when compiled as a group
  1991. </note>
  1992. </mark-expected-failures>
  1993. <mark-expected-failures>
  1994. <test name="compose_test"/>
  1995. <toolset name="gcc-3.4.6_linux_ia64"/>
  1996. <note author="Boris Gubenko">
  1997. On this platform, linking this test takes longer than 10 minutes
  1998. which is a time limit specified for bjam. When linked manually,
  1999. the test succeeds.
  2000. </note>
  2001. </mark-expected-failures>
  2002. <mark-expected-failures reason="?">
  2003. <test name="direct_adapter_test"/>
  2004. <test name="gzip_test"/>
  2005. <toolset name="gcc-2.95.3-linux"/>
  2006. <note author="Jonathan Turkanis" refid="29"/>
  2007. </mark-expected-failures>
  2008. <mark-expected-failures>
  2009. <test name="file_descriptor_test"/>
  2010. <toolset name="gcc-cygwin-3.4.4"/>
  2011. <note author="Vladimir Prus">
  2012. The test fails at runtime for unknown reasons.
  2013. </note>
  2014. </mark-expected-failures>
  2015. <mark-expected-failures reason="?">
  2016. <test name="file_descriptor_test"/>
  2017. <toolset name="gcc-3_4_4-cygwin"/>
  2018. <note author="Jonathan Turkanis" refid="29"/>
  2019. </mark-expected-failures>
  2020. <mark-expected-failures>
  2021. <test name="finite_state_filter_test"/>
  2022. <toolset name="borland-5.6*"/>
  2023. <toolset name="borland-5.8*"/>
  2024. <toolset name="borland-5.9*"/>
  2025. <toolset name="msvc-6.5*"/>
  2026. <toolset name="msvc-7.0"/>
  2027. <toolset name="gcc-2.95.3*"/>
  2028. <toolset name="sun-5.*"/>
  2029. <toolset name="vacpp"/>
  2030. <note author="Jonathan Turkanis" refid="2"/>
  2031. </mark-expected-failures>
  2032. <mark-expected-failures>
  2033. <test name="finite_state_filter_test"/>
  2034. <toolset name="cw-9.4"/>
  2035. <note author="Jonathan Turkanis" date="20 Dec 06">
  2036. I'm not sure whether CodeWarrior is correct to report that the member
  2037. in question is inaccessible; however, when the member is made public
  2038. an internal error occur that I have not been able to fix, so for
  2039. now the question is moot.
  2040. </note>
  2041. </mark-expected-failures>
  2042. <mark-expected-failures>
  2043. <test name="gzip_test"/>
  2044. <test name="zlib_test"/>
  2045. <toolset name="como-4_3_3-vc7_1"/>
  2046. <note author="Jonathan Turkanis">
  2047. The failure reflects a problem with the build system: the zlib
  2048. object files are generated in the wrong directory.
  2049. </note>
  2050. </mark-expected-failures>
  2051. <mark-expected-failures>
  2052. <test name="mapped_file_test"/>
  2053. <toolset name="qcc-3.3*"/>
  2054. <note author="Jim Douglas" date="19 Feb 06">
  2055. Memory mapped files are not supported in QNX Neutrino version 6.3.0.
  2056. </note>
  2057. </mark-expected-failures>
  2058. <mark-expected-failures>
  2059. <test name="restrict_test"/>
  2060. <toolset name="vacpp"/>
  2061. <note author="Jonathan Turkanis" date="06 Jan 2008">
  2062. "restrict" is treated as a keyword on this platform (as in C99);
  2063. use the alias "slice" instead, defined in
  2064. "boost/iostreams/slice.hpp."
  2065. </note>
  2066. </mark-expected-failures>
  2067. <mark-expected-failures>
  2068. <!-- STLPort bug -->
  2069. <test name="seekable_file_test"/>
  2070. <toolset name="borland-5.6*"/>
  2071. <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
  2072. <toolset name="*como-4_3_3*"/>
  2073. <toolset name="sun-5.*"/>
  2074. <toolset name="*stlport"/>
  2075. <toolset name="pgi-7.0"/>
  2076. <note author="Jonathan Turkanis" refid="4"/>
  2077. </mark-expected-failures>
  2078. <mark-expected-failures>
  2079. <test name="stdio_filter_test"/>
  2080. <toolset name="*como-4_3_3*"/>
  2081. <note author="Jonathan Turkanis" refid="0"/>
  2082. </mark-expected-failures>
  2083. <mark-expected-failures>
  2084. <test name="stream_offset_64bit_test"/>
  2085. <toolset name="borland-*"/>
  2086. <note author="Jonathan Turkanis" date="04 Jan 2008">
  2087. In the Dinkumware standard library, streampos relies on fpos_t
  2088. to store stream offsets, but fpos_t is defined as a 32-bit
  2089. long by the Borland runtime library. In Borland's modified
  2090. version of STLPort, streampos relies on streamoff to store
  2091. stream offsets, but streamoff is defined to be a 32-bit long.
  2092. </note>
  2093. </mark-expected-failures>
  2094. <mark-expected-failures>
  2095. <test name="stream_offset_64bit_test"/>
  2096. <toolset name="sun-5.*"/>
  2097. <note author="Jonathan Turkanis" date="06 Jan 2008">
  2098. In STLPort, streampos consists of a long together with a
  2099. conversion state; on this platform, long is a 32-bit type
  2100. </note>
  2101. </mark-expected-failures>
  2102. <mark-expected-failures>
  2103. <test name="stream_offset_64bit_test"/>
  2104. <toolset name="vacpp*"/>
  2105. <note author="Jonathan Turkanis" date="09 Jan 2008">
  2106. On this platform, streampos is an alias for fpos, whose
  2107. implementation stores stream offsets using streamsize and
  2108. fpos_t; both of the latter types are 32-bit
  2109. </note>
  2110. </mark-expected-failures>
  2111. <mark-expected-failures>
  2112. <test name="stream_offset_64bit_test"/>
  2113. <toolset name="intel-win-10.0_stdcxx_421"/>
  2114. <toolset name="msvc-7.1_stdcxx_421"/>
  2115. <toolset name="msvc-9.0_stdcxx_421"/>
  2116. <toolset name="intel-win-10.1_stdcxx_421"/>
  2117. <toolset name="intel-linux-10.1_stdcxx_421"/>
  2118. <toolset name="gcc-4.2.1_stdcxx_421"/>
  2119. <note author="Jonathan Turkanis" date="09 Jan 2008">
  2120. On this platform, streampos is an alias for ptrdiff_t, which
  2121. is an alias for a 32-bit type
  2122. </note>
  2123. </mark-expected-failures>
  2124. <mark-expected-failures>
  2125. <test name="stream_offset_64bit_test"/>
  2126. <toolset name="gcc-4.2"/>
  2127. <note author="Jonathan Turkanis" date="09 Jan 2008">
  2128. The following applies only to gcc-4.2 using the stdcxx
  2129. standard library: On this platform, streampos is an alias for
  2130. ptrdiff_t, which is an alias for a 32-bit type
  2131. </note>
  2132. </mark-expected-failures>
  2133. </library>
  2134. <!-- lambda -->
  2135. <library name="lambda">
  2136. <mark-unusable>
  2137. <toolset name="msvc-6.5*"/>
  2138. <toolset name="borland-5.5*"/>
  2139. <toolset name="borland-5.6*"/>
  2140. <toolset name="borland-5.8*"/>
  2141. <toolset name="borland-5.9*"/>
  2142. <toolset name="msvc-7.0"/>
  2143. <toolset name="sunpro-5_3-sunos"/>
  2144. <note refid="17">
  2145. </note>
  2146. </mark-unusable>
  2147. <mark-expected-failures>
  2148. <test name="bll_and_function"/>
  2149. <toolset name="msvc-8.0"/>
  2150. <note author="Aleksey Gurtovoy" refid="6"/>
  2151. </mark-expected-failures>
  2152. <mark-expected-failures>
  2153. <test name="member_pointer_test"/>
  2154. <toolset name="gcc-2.95.3-*"/>
  2155. <note author="Doug Gregor" refid="3"/>
  2156. </mark-expected-failures>
  2157. <mark-expected-failures>
  2158. <test name="control_structures"/>
  2159. <toolset name="gcc-4.2.1*"/>
  2160. <note author="Boris Gubenko" refid="42"/>
  2161. </mark-expected-failures>
  2162. </library>
  2163. <!-- logic -->
  2164. <library name="logic">
  2165. <test name="tribool_io_test">
  2166. <mark-failure>
  2167. <toolset name="msvc-6.5_stlport4"/>
  2168. <toolset name="gcc-2.95.3-linux"/>
  2169. <toolset name="sunpro-5_3-sunos"/>
  2170. <toolset name="hp_cxx-65*"/>
  2171. <note author="Douglas Gregor" refid="4"/>
  2172. </mark-failure>
  2173. </test>
  2174. </library>
  2175. <!-- MPL -->
  2176. <library name="mpl">
  2177. <mark-unusable>
  2178. <toolset name="sunpro-5_3-sunos"/>
  2179. <note author="Aleksey Gurtovoy" date="10 Jul 2005">
  2180. The compiler is not supported by the library due to an
  2181. utterly broken templates support.
  2182. </note>
  2183. </mark-unusable>
  2184. <mark-expected-failures>
  2185. <test name="as_sequence"/>
  2186. <test name="is_sequence"/>
  2187. <test name="has_xxx"/>
  2188. <test name="no_has_xxx"/>
  2189. <test name="single_view"/>
  2190. <toolset name="cw-8.3*"/>
  2191. <note author="Aleksey Gurtovoy" date="17 Sep 2004">
  2192. This failure is caused by a deficient SFINAE implementation; the bug
  2193. was fixed in the next major compiler version (CodeWarrior 9.x).
  2194. </note>
  2195. </mark-expected-failures>
  2196. <mark-expected-failures>
  2197. <test name="is_sequence"/>
  2198. <test name="as_sequence"/>
  2199. <test name="has_xxx"/>
  2200. <toolset name="borland-5.6*"/>
  2201. <toolset name="borland-5.8*"/>
  2202. <toolset name="borland-5.9*"/>
  2203. <toolset name="gcc-2.95.3*"/>
  2204. <note author="Aleksey Gurtovoy" date="17 Sep 2004">
  2205. This failure is caused by a deficient SFINAE implementation.
  2206. </note>
  2207. </mark-expected-failures>
  2208. <mark-expected-failures>
  2209. <test name="arithmetic"/>
  2210. <test name="at"/>
  2211. <test name="back"/>
  2212. <test name="bitwise"/>
  2213. <test name="contains"/>
  2214. <test name="copy"/>
  2215. <test name="count"/>
  2216. <test name="count_if"/>
  2217. <test name="deque"/>
  2218. <test name="distance"/>
  2219. <test name="find_if"/>
  2220. <test name="for_each"/>
  2221. <test name="front"/>
  2222. <test name="insert"/>
  2223. <test name="insert_range"/>
  2224. <test name="joint_view"/>
  2225. <test name="numeric_ops"/>
  2226. <test name="pair_view"/>
  2227. <test name="partition"/>
  2228. <test name="range_c"/>
  2229. <test name="remove"/>
  2230. <test name="reverse"/>
  2231. <test name="sort"/>
  2232. <test name="stable_partition"/>
  2233. <test name="transform"/>
  2234. <test name="unpack_args"/>
  2235. <test name="vector"/>
  2236. <test name="vector_c"/>
  2237. <toolset name="borland-5.8.1"/>
  2238. <note author="A. Meredith" date="17 May 2006">
  2239. This failure is caused by a problem with recursive templates and default template parameters, fixed in Update 2.
  2240. </note>
  2241. </mark-expected-failures>
  2242. <mark-expected-failures>
  2243. <test name="apply"/>
  2244. <test name="multiset"/>
  2245. <test name="zip_view"/>
  2246. <toolset name="borland-5.6*"/>
  2247. <toolset name="borland-5.8*"/>
  2248. <toolset name="borland-5.9*"/>
  2249. <note author="Aleksey Gurtovoy" date="17 Sep 2004" refid="26"/>
  2250. </mark-expected-failures>
  2251. <mark-expected-failures>
  2252. <test name="assert"/>
  2253. <test name="at"/>
  2254. <test name="back"/>
  2255. <test name="front"/>
  2256. <test name="has_xxx"/>
  2257. <test name="multiset"/>
  2258. <test name="no_has_xxx"/>
  2259. <test name="zip_view"/>
  2260. <toolset name="mipspro"/>
  2261. <note author="Aleksey Gurtovoy" date="17 Sep 2004" refid="26"/>
  2262. </mark-expected-failures>
  2263. <mark-expected-failures>
  2264. <test name="quote"/>
  2265. <toolset name="borland-5.6*"/>
  2266. <toolset name="borland-5.8*"/>
  2267. <toolset name="borland-5.9*"/>
  2268. <toolset name="msvc-6.5*"/>
  2269. <toolset name="mipspro"/>
  2270. <note author="Aleksey Gurtovoy" date="17 Sep 2004">
  2271. This failure is caused by a lack of compiler support for template template
  2272. parameters.
  2273. </note>
  2274. </mark-expected-failures>
  2275. <mark-expected-failures>
  2276. <test name="map"/>
  2277. <test name="set"/>
  2278. <test name="set_c"/>
  2279. <toolset name="borland-5.6*"/>
  2280. <toolset name="borland-5.8*"/>
  2281. <toolset name="borland-5.9*"/>
  2282. <toolset name="gcc-2.95.3*"/>
  2283. <toolset name="mipspro"/>
  2284. <note author="Aleksey Gurtovoy" date="17 Sep 2004">
  2285. This is an advanced functionality that hasn't been ported to the deficient
  2286. compilers (yet). Patches are welcome!
  2287. </note>
  2288. </mark-expected-failures>
  2289. <mark-expected-failures>
  2290. <test name="map"/>
  2291. <toolset name="msvc-6.5*"/>
  2292. <toolset name="msvc-7.0"/>
  2293. <note author="Aleksey Gurtovoy" date="17 Sep 2004">
  2294. This is an advanced functionality that hasn't been ported to the deficient
  2295. compilers (yet). Patches are welcome!
  2296. </note>
  2297. </mark-expected-failures>
  2298. <mark-expected-failures>
  2299. <test name="apply"/>
  2300. <toolset name="gcc-4.1.*"/>
  2301. <note author="Caleb Epstein">
  2302. This is a regression in the gcc 4.1 series that has been
  2303. fixed in gcc 4.2.0. See <a
  2304. href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28088">bug
  2305. #28088</a> for details.
  2306. </note>
  2307. </mark-expected-failures>
  2308. <mark-expected-failures>
  2309. <test name="vector_c"/>
  2310. <toolset name="sun-5.8"/>
  2311. <note author="John Maddock">
  2312. This is reported to be fixed in the next Sun
  2313. compiler release.
  2314. </note>
  2315. </mark-expected-failures>
  2316. <mark-expected-failures>
  2317. <test name="copy"/>
  2318. <toolset name="acc"/>
  2319. <note refid="38" author="Boris Gubenko"/>
  2320. </mark-expected-failures>
  2321. </library>
  2322. <!-- multi_array -->
  2323. <library name="multi_array">
  2324. <mark-unusable>
  2325. <toolset name="borland-5.5*"/>
  2326. <toolset name="borland-5.6*"/>
  2327. <toolset name="borland-5.8*"/>
  2328. <toolset name="borland-5.9*"/>
  2329. <note author="Alisdair Meredith" date="30 Jan 2004">
  2330. <p>
  2331. This library has never worked [on Borland 5.5.1 and 5.6.4], and the only tests
  2332. that 'pass' are compile-fail tests failing for the wrong reasons!
  2333. </p>
  2334. </note>
  2335. </mark-unusable>
  2336. <mark-unusable>
  2337. <toolset name="sunpro-5_3-sunos"/>
  2338. <note author="Douglas Gregor" refid="3"/>
  2339. </mark-unusable>
  2340. <!-- RG: testing usability <mark-unusable>
  2341. <toolset name="gcc-2.95.3*"/>
  2342. <toolset name="gcc-2.95.3-linux"/>
  2343. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  2344. <note author="Ronald Garcia" date="08 Jan 2006">
  2345. <p>
  2346. These compiler/standard library combinations don't
  2347. support enable_if.
  2348. </p>
  2349. </note>
  2350. </mark-unusable> -->
  2351. <test name="constructors">
  2352. <mark-failure>
  2353. <toolset name="msvc-6.5"/>
  2354. <note author="Ronald Garcia" date="13 Jul 2004">
  2355. Known error in MSVC. see
  2356. <a href="http://boost-consulting.com/boost/libs/multi_index/doc/compiler_specifics.html#msvc_60">
  2357. http://boost-consulting.com/boost/libs/multi_index/doc/compiler_specifics.html#msvc_60</a>
  2358. for more information.
  2359. </note>
  2360. </mark-failure>
  2361. </test>
  2362. <mark-expected-failures>
  2363. <test name="assign_to_array"/>
  2364. <toolset name="gcc-2.95.3*"/>
  2365. <note author="Aleksey Gurtovoy" date="21 Sep 2004" refid="2"/>
  2366. </mark-expected-failures>
  2367. <mark-expected-failures>
  2368. <test name="assign"/>
  2369. <test name="compare"/>
  2370. <test name="concept_checks"/>
  2371. <test name="constructors"/>
  2372. <test name="iterators"/>
  2373. <test name="resize"/>
  2374. <test name="stl_interaction"/>
  2375. <toolset name="gcc-2.95.3*"/>
  2376. <note author="Doug Gregor" date="23 Jun 2005" refid="3"/>
  2377. </mark-expected-failures>
  2378. </library>
  2379. <!-- multi_index -->
  2380. <library name="multi_index">
  2381. <mark-unusable>
  2382. <toolset name="borland-5.6*"/>
  2383. <note author="J. L&#195;&#179;pez" date="05 Jul 2004" refid="17"/>
  2384. </mark-unusable>
  2385. <mark-unusable>
  2386. <toolset name="borland-5.8*"/>
  2387. <note author="Alisdair Meredith" date="26 May 2006"/>
  2388. </mark-unusable>
  2389. <mark-unusable>
  2390. <toolset name="borland-5.9*"/>
  2391. <note author="Alisdair Meredith" date="27 Feb 2007"/>
  2392. </mark-unusable>
  2393. <mark-unusable>
  2394. <toolset name="gcc-2.95.3-linux"/>
  2395. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  2396. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  2397. <note author="J. L&#195;&#179;pez" date="09 Jul 2004" refid="17"/>
  2398. </mark-unusable>
  2399. <mark-unusable>
  2400. <toolset name="*como-4_3_3-msvc"/>
  2401. <note author="J. L&#195;&#179;pez" date="30 Jul 2004">
  2402. The VC++ 6.0 backend runs out of internal resources while
  2403. trying to process the Comeau output for this library;
  2404. Comeau Computing has been asked about a solution.
  2405. On the other hand, Comeau 4.3.3 with VC++ 7.0 backend works
  2406. fine.
  2407. </note>
  2408. </mark-unusable>
  2409. <mark-unusable>
  2410. <toolset name="sunpro-5_3-sunos"/>
  2411. <toolset name="sunpro-5_8u1-sunos"/>
  2412. <note author="J. L&#195;&#179;pez" date="22 Apr 2005" refid="17"/>
  2413. </mark-unusable>
  2414. <mark-unusable>
  2415. <toolset name="dmc-8_43-stlport-4_5_3"/>
  2416. <toolset name="dmc-8_44b-stlport-4_5_3"/>
  2417. <toolset name="dmc-8_47-stlport-4_5_3"/>
  2418. <note author="J. L&#195;&#179;pez" date="03 Jun 2005" refid="17"/>
  2419. </mark-unusable>
  2420. <mark-expected-failures>
  2421. <test name="test_serialization"/>
  2422. <toolset name="msvc-stlport"/>
  2423. <toolset name="msvc-6.5_stlport4"/>
  2424. <note author="J. L&#195;&#179;pez" date="10 Jan 2005">
  2425. This error shows when using the dynamic version of the STLport
  2426. library. The problem is reportedly fixed in STLport 5.0 (in beta
  2427. stage as of this writing.)
  2428. </note>
  2429. </mark-expected-failures>
  2430. <mark-expected-failures>
  2431. <test name="test_serialization"/>
  2432. <toolset name="hp_cxx-65*"/>
  2433. <toolset name="hp_cxx-71*"/>
  2434. <note author="J. L&#195;&#179;pez" date="16 Mar 2006">
  2435. This test fails due to limitations of the template
  2436. instantiation model used in the testing environment
  2437. (-timplicit_local) resulting in erroneous duplication of some
  2438. function-static variables. The test passes with other template
  2439. instantiation models.
  2440. </note>
  2441. </mark-expected-failures>
  2442. </library>
  2443. <!-- optional -->
  2444. <library name="optional">
  2445. <mark-expected-failures>
  2446. <test name="optional_test_ref"/>
  2447. <toolset name="msvc-6.5*"/>
  2448. <toolset name="msvc-7.0"/>
  2449. <note author="Aleksey Gurtovoy" refid="3"/>
  2450. </mark-expected-failures>
  2451. <mark-expected-failures>
  2452. <test name="optional_test_ref"/>
  2453. <toolset name="darwin-4.0.1"/>
  2454. <toolset name="gcc-mingw-3.4.5"/>
  2455. <toolset name="gcc-3.4.2_hpux_pa_risc"/>
  2456. <toolset name="gcc-3.4.6_linux_ia64"/>
  2457. <toolset name="gcc-4.2.*"/>
  2458. <toolset name="gcc-4.1.2_sunos_i86pc"/>
  2459. <note author="Fernando Cacciola" id="optional-compiler-bug">
  2460. <p>This failure is caused by a compiler bug, and as far as we can
  2461. tell, can't be worked around in the library, although we think
  2462. the library might be made safer with respect to this bug.</p>
  2463. <p>Specifics: the following simple test fails when it should succeed.</p>
  2464. <pre>
  2465. #include &lt;cassert&gt;
  2466. int const x = 0;
  2467. struct A
  2468. {
  2469. A(int const&amp; y)
  2470. {
  2471. assert(&amp;x == &amp;y);
  2472. }
  2473. };
  2474. int main()
  2475. {
  2476. A a(x); // direct initialization works fine
  2477. A b = x; // copy initialization causes x to be copied before it is bound
  2478. }
  2479. </pre>
  2480. The possible safety enhancement would be to cause the constructor
  2481. in question to be explicit for optional&lt;T const&amp;&gt;; that
  2482. would prevent copy initialization.
  2483. </note>
  2484. </mark-expected-failures>
  2485. <mark-expected-failures>
  2486. <test name="optional_test_ref_fail1"/>
  2487. <toolset name="borland-5.6*"/>
  2488. <toolset name="borland-5.8*"/>
  2489. <toolset name="borland-5.9*"/>
  2490. <note author="Fernando Cacciola" refid="optional-compiler-bug"/>
  2491. </mark-expected-failures>
  2492. <mark-expected-failures>
  2493. <test name="optional_test_fail3a"/>
  2494. <toolset name="gcc-3_3-darwin"/>
  2495. <note author="Fernando Cacciola" refid="optional-compiler-bug"/>
  2496. </mark-expected-failures>
  2497. <mark-expected-failures>
  2498. <test name="optional_test_inplace_fail2"/>
  2499. <toolset name="gcc-3_3-darwin"/>
  2500. <note author="Fernando Cacciola" refid="optional-compiler-bug"/>
  2501. </mark-expected-failures>
  2502. </library>
  2503. <!-- phoenix -->
  2504. <library name="phoenix">
  2505. <mark-unusable>
  2506. <toolset name="sun-5.7"/>
  2507. <toolset name="sun-5.8"/>
  2508. <toolset name="sun-5.9"/>
  2509. <toolset name="sun-5.10"/>
  2510. <toolset name="borland-*"/>
  2511. <toolset name="vacpp*"/>
  2512. <note author="Thomas Heller" id="phoenix-incompatible-compilers">
  2513. These compilers don't work with phoenix.
  2514. This is due to the fact that phoenix uses proto
  2515. </note>
  2516. </mark-unusable>
  2517. <mark-expected-failures>
  2518. <test name="member"/>
  2519. <toolset name="msvc*"/>
  2520. <note author="Thomas Heller" id="phoenix-operator-member-bug">
  2521. MSVC seems to have a code generation bug showing up when using operator->* with a member variable
  2522. </note>
  2523. </mark-expected-failures>
  2524. </library>
  2525. <library name="pool">
  2526. <mark-unusable>
  2527. <toolset name="gcc-2.95.3-*"/>
  2528. <note author="Doug Gregor" refid="2"/>
  2529. </mark-unusable>
  2530. </library>
  2531. <!-- preprocessor -->
  2532. <library name="preprocessor">
  2533. <mark-expected-failures>
  2534. <test name="seq"/>
  2535. <toolset name="cw-8.3"/>
  2536. <note author="Paul Mensonides" refid="2"/>
  2537. </mark-expected-failures>
  2538. </library>
  2539. <!-- proto -->
  2540. <library name="proto">
  2541. <mark-unusable>
  2542. <toolset name="sun-5.7"/>
  2543. <toolset name="sun-5.8"/>
  2544. <toolset name="sun-5.9"/>
  2545. <toolset name="sun-5.10"/>
  2546. <toolset name="borland-*"/>
  2547. <toolset name="vacpp"/>
  2548. </mark-unusable>
  2549. </library>
  2550. <!-- rational -->
  2551. <library name="rational">
  2552. <mark-expected-failures>
  2553. <test name="rational_test"/>
  2554. <toolset name="sun-5.8"/>
  2555. <note author="J. L&#195;&#179;pez" date="19 Oct 2006">
  2556. The test is exposing the following known error of Sun Studio 11:
  2557. overload resolution fails if
  2558. a) some class has a conversion operator to a reference to
  2559. a built-in type, and
  2560. b) overload resolution involves a user-defined operator as well
  2561. as a built-in operator, and
  2562. c) the built-in operator takes the result of the conversion
  2563. mentioned in a) as an operand.
  2564. A fix will be reportedly included in patch no 6 of Sun Studio 11.
  2565. </note>
  2566. </mark-expected-failures>
  2567. </library>
  2568. <!-- serialization -->
  2569. <library name="serialization">
  2570. <mark-unusable>
  2571. <toolset name="mipspro*" />
  2572. <toolset name="dmc*" />
  2573. <toolset name="sunpro*" />
  2574. <note author="Robert Ramey" date="13 Jul 2007" refid="9,17,18"/>
  2575. </mark-unusable>
  2576. <mark-unusable>
  2577. <toolset name="gcc-2.95.3-linux"/>
  2578. <note author="Robert Ramey" date="12 Feb 05" refid="18,19"/>
  2579. </mark-unusable>
  2580. <mark-expected-failures>
  2581. <test name="*_warchive"/>
  2582. <test name="test_codecvt_null"/>
  2583. <test name="test_utf8_codecvt"/>
  2584. <toolset name="mingw*"/>
  2585. <toolset name="*mingw*"/>
  2586. <toolset name="*cygwin*"/>
  2587. <toolset name="gcc-2.95.3-linux"/>
  2588. <toolset name="*como-4_3_3*"/>
  2589. <note author="Robert Ramey,Roland Schwarz" date="16 Feb 07" refid="19"/>
  2590. </mark-expected-failures>
  2591. <mark-expected-failures>
  2592. <test name="test_void_cast*"/>
  2593. <toolset name="msvc-6.5*"/>
  2594. <note author="Robert Ramey" date="20 Sep 2004" refid="16,29"/>
  2595. </mark-expected-failures>
  2596. <mark-expected-failures>
  2597. <test name="test_reset_object_address*"/>
  2598. <toolset name="msvc-6.5*"/>
  2599. <note author="Robert Ramey" date="12 Feb 05" refid="6,29"/>
  2600. </mark-expected-failures>
  2601. <mark-expected-failures>
  2602. <test name="test_reset_object_address*"/>
  2603. <toolset name="msvc-7.0"/>
  2604. <note author="J. L&#195;&#179;pez" date="20 Dec 2006">
  2605. This error shows when the code has become too complex for the
  2606. compiler to handle. The problem has no relationship with the
  2607. functionality being tested, which in fact does work for
  2608. MSVC++ 7.0.
  2609. </note>
  2610. </mark-expected-failures>
  2611. <mark-expected-failures>
  2612. <test name="test_const"/>
  2613. <toolset name="msvc-6.5*"/>
  2614. <toolset name="msvc-7.0"/>
  2615. <note author="Aleksey Gurtovoy" refid="29"/>
  2616. </mark-expected-failures>
  2617. <mark-expected-failures>
  2618. <test name="test_demo_pimpl"/>
  2619. <test name="test_diamond*"/>
  2620. <test name="test_mult_archive_types"/>
  2621. <toolset name="msvc-6.5*"/>
  2622. <toolset name="msvc-7.0"/>
  2623. <note author="Robert Ramey" refid="6">
  2624. msvc 6 compiler failure. The facility being tested conflicts the the
  2625. compiler in a fundamental way and cannnot be worked around.
  2626. </note>
  2627. </mark-expected-failures>
  2628. <mark-expected-failures>
  2629. <test name="test_mi*"/>
  2630. <toolset name="msvc-6.5*"/>
  2631. <note author="Robert Ramey" refid="6">
  2632. msvc 6 compiler failure. The facility being tested conflicts the the
  2633. compiler in a fundamental way and cannnot be worked around.
  2634. </note>
  2635. </mark-expected-failures>
  2636. <mark-expected-failures>
  2637. <test name="*_dll"/>
  2638. <toolset name="msvc-stlport"/>
  2639. <toolset name="msvc-6.5_stlport4"/>
  2640. <note author="Robert Ramey">
  2641. This failure appears when STLPort is built and used as a DLL with msvc 6.
  2642. STLPort suggests that the next version of STLPort(5.0) will include a workaround
  2643. for this problem.
  2644. </note>
  2645. </mark-expected-failures>
  2646. <mark-expected-failures>
  2647. <test name="*"/>
  2648. <toolset name="gcc-2.95.3-stlport*"/>
  2649. <note author="Aleksey Gurtovoy">
  2650. The library is believed to work in this configuration <i>if compiled against
  2651. Spirit 1.6</i>. The latter is not provided by the particular testing
  2652. environment these tests have been run in.
  2653. </note>
  2654. </mark-expected-failures>
  2655. <mark-expected-failures>
  2656. <test name="test_exported*"/>
  2657. <test name="test_mi*"/>
  2658. <test name="test_mult_archive_types*"/>
  2659. <test name="test_no_rtti*"/>
  2660. <test name="test_non_default_ctor2*"/>
  2661. <test name="test_registered*"/>
  2662. <test name="test_shared_ptr*"/>
  2663. <test name="test_unregistered*"/>
  2664. <toolset name="cw*"/>
  2665. <note author="Robert Ramey" refid="29">
  2666. All tests that serialize derived pointers currently fail with Metrowerks compilers.
  2667. </note>
  2668. </mark-expected-failures>
  2669. <mark-expected-failures>
  2670. <test name="test_no_rtti_*"/>
  2671. <toolset name="borland-5.6*"/>
  2672. <toolset name="borland-5.8*"/>
  2673. <toolset name="borland-5.9*"/>
  2674. <note author="Aleksey Gurtovoy" refid="29"/>
  2675. </mark-expected-failures>
  2676. <mark-expected-failures>
  2677. <test name="test_smart_cast"/>
  2678. <toolset name="intel-7.1-linux"/>
  2679. <note author="Aleksey Gurtovoy" refid="29"/>
  2680. </mark-expected-failures>
  2681. <mark-expected-failures>
  2682. <test name="test_diamond*"/>
  2683. <toolset name="cw-8*"/>
  2684. <toolset name="cw-9.5-darwin"/>
  2685. <note author="Rene Rivera">
  2686. The CW compilers have problems with the static construction idiom used to
  2687. implement the type registration in the Boost.Serialization library. In many
  2688. cases CW specific work arounds are implemented in the library but this one
  2689. is not immediately solvable. There is a user work around possible, please
  2690. contact the library developers on the Boost list for information on the
  2691. work around if needed.
  2692. </note>
  2693. </mark-expected-failures>
  2694. <mark-expected-failures>
  2695. <test name="test_class_info_load_text*"/>
  2696. <test name="test_class_info_load_xml_warchive*"/>
  2697. <toolset name="cw-9.5-darwin"/>
  2698. <note author="Rene Rivera" refid="29"/>
  2699. </mark-expected-failures>
  2700. <mark-expected-failures>
  2701. <test name="test_class_info_load_text_warchive_dll"/>
  2702. <toolset name="msvc-6.5"/>
  2703. <note author="Doug Gregor" refid="29"/>
  2704. </mark-expected-failures>
  2705. <mark-expected-failures>
  2706. <test name="test_variant_*"/>
  2707. <toolset name="hp_cxx-65*"/>
  2708. <note author="Markus Schoepflin">
  2709. The variant library is not supported for this compiler version.
  2710. Therefore serialization of variants doesn't work.
  2711. </note>
  2712. </mark-expected-failures>
  2713. <mark-expected-failures>
  2714. <test name="*_warchive"/>
  2715. <toolset name="qcc-3.3.5*gpp"/>
  2716. <note author="Jim Douglas" date="12 Feb 06" refid="36"/>
  2717. </mark-expected-failures>
  2718. <mark-expected-failures>
  2719. <test name="test_variant_*"/>
  2720. <toolset name="borland-5.8*"/>
  2721. <toolset name="borland-5.9*"/>
  2722. <note author="Vladimir Prus">
  2723. The compiler fails with an error supposedly related to std::fpos&lt;&gt;::_Stz from the
  2724. &lt;iosfwd&gt; header. It is not known what causes the compiler to instantiate this
  2725. field and what causes the instantiation to fail.
  2726. </note>
  2727. </mark-expected-failures>
  2728. </library>
  2729. <!-- smart_ptr -->
  2730. <library name="smart_ptr">
  2731. <mark-expected-failures>
  2732. <test name="shared_ptr_assign_fail"/>
  2733. <toolset name="gcc-2.9*"/>
  2734. <toolset name="sunpro-5_3-sunos"/>
  2735. <note refid="32" author="Peter Dimov"/>
  2736. </mark-expected-failures>
  2737. <mark-expected-failures>
  2738. <test name="weak_ptr_test"/>
  2739. <toolset name="hp_cxx-71_006_*"/>
  2740. <note author="Markus Schoepflin" refid="3"/>
  2741. </mark-expected-failures>
  2742. <mark-expected-failures>
  2743. <test name="auto_ptr_rv_test"/>
  2744. <toolset name="gcc-2.9*"/>
  2745. <toolset name="borland-5*"/>
  2746. <toolset name="cw-8*"/>
  2747. <note refid="31" author="Peter Dimov"/>
  2748. </mark-expected-failures>
  2749. <mark-expected-failures>
  2750. <test name="pointer_to_other_test"/>
  2751. <toolset name="msvc-6.5*"/>
  2752. <toolset name="msvc-7.0"/>
  2753. <note refid="31" author="Peter Dimov"/>
  2754. </mark-expected-failures>
  2755. <mark-expected-failures>
  2756. <test name="shared_ptr_alloc2_test"/>
  2757. <toolset name="msvc-6.5*"/>
  2758. <note refid="31" author="Peter Dimov"/>
  2759. </mark-expected-failures>
  2760. <mark-expected-failures>
  2761. <test name="shared_ptr_move_test"/>
  2762. <toolset name="*"/>
  2763. <note refid="40" author="Boris Gubenko"/>
  2764. </mark-expected-failures>
  2765. <mark-expected-failures>
  2766. <test name="sp_convertible_test"/>
  2767. <test name="wp_convertible_test"/>
  2768. <test name="ip_convertible_test"/>
  2769. <toolset name="borland-*"/>
  2770. <note refid="31" author="Peter Dimov"/>
  2771. </mark-expected-failures>
  2772. </library>
  2773. <!-- spirit (v2) -->
  2774. <library name="spirit">
  2775. <mark-unusable>
  2776. <toolset name="sun-5.7"/>
  2777. <toolset name="sun-5.8"/>
  2778. <toolset name="sun-5.9"/>
  2779. <toolset name="sun-5.10"/>
  2780. <toolset name="vacpp*"/>
  2781. <toolset name="borland-*"/>
  2782. </mark-unusable>
  2783. </library>
  2784. <!-- spirit (v2) repository -->
  2785. <library name="spirit/repository">
  2786. <mark-unusable>
  2787. <toolset name="borland-cb2009"/>
  2788. <toolset name="borland-cb2010"/>
  2789. </mark-unusable>
  2790. </library>
  2791. <!-- spirit (classic) -->
  2792. <library name="spirit/classic">
  2793. <mark-unusable>
  2794. <toolset name="msvc-6.5*"/>
  2795. <toolset name="borland-5.5*"/>
  2796. <toolset name="borland-5.6*"/>
  2797. <toolset name="borland-5.8*"/>
  2798. <toolset name="msvc-7.0"/>
  2799. <toolset name="gcc-2.95.3-linux"/>
  2800. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  2801. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  2802. <toolset name="sunpro-5_3-sunos"/>
  2803. <note>
  2804. <p>
  2805. Historically, Spirit supported a lot of compilers, including (to some
  2806. extent) poorly conforming compilers such as VC6. Spirit v1.6.x will be
  2807. the last release that will support older poorly conforming compilers.
  2808. Starting from Spirit v1.8.0, ill conforming compilers will not be
  2809. supported. If you are still using one of these older compilers, you can
  2810. still use Spirit v1.6.x.
  2811. </p>
  2812. <p>
  2813. The reason why Spirit v1.6.x worked on old non-conforming compilers is
  2814. that the authors laboriously took the trouble of searching for
  2815. workarounds to make these compilers happy. The process takes a lot of
  2816. time and energy, especially when one encounters the dreaded ICE or
  2817. "Internal Compiler Error". Sometimes searching for a single workaround
  2818. takes days or even weeks. Sometimes, there are no known workarounds. This
  2819. stifles progress a lot. And, as the library gets more progressive and
  2820. takes on more advanced C++ techniques, the difficulty is escalated to
  2821. even new heights.
  2822. </p>
  2823. <p>
  2824. Spirit v1.6.x will still be supported. Maintenance and bug fixes will
  2825. still be applied. There will still be active development for the back-
  2826. porting of new features introduced in Spirit v1.8.0 (and Spirit 1.9.0)
  2827. to lesser able compilers; hopefully, fueled by contributions from the
  2828. community. For instance, there is already a working AST tree back-port
  2829. for VC6 and VC7 by Peder Holt.
  2830. </p>
  2831. </note>
  2832. </mark-unusable>
  2833. <mark-expected-failures>
  2834. <test name="action_tests*"/>
  2835. <toolset name="iw-7_1-vc6"/>
  2836. <note author="Aleksey Gurtovoy" refid="4"/>
  2837. </mark-expected-failures>
  2838. <mark-expected-failures>
  2839. <test name="ast_calc_tests*"/>
  2840. <test name="closure_tests*"/>
  2841. <test name="multi_pass_compile_tests"/>
  2842. <test name="repeat_ast_tests*"/>
  2843. <toolset name="intel-8.0-linux"/>
  2844. <toolset name="intel-8.1-linux"/>
  2845. <note author="Aleksey Gurtovoy">
  2846. This failure is caused by a compiler bug that manifests itself in the
  2847. particular environment/hardware configuration the test has been run in.
  2848. You may or may not experience this issue in your local setup.
  2849. </note>
  2850. </mark-expected-failures>
  2851. <mark-expected-failures>
  2852. <test name="escape_char_parser_tests*"/>
  2853. <toolset name="intel-7.1-linux"/>
  2854. <toolset name="intel-7.1-stdlib-default-linux"/>
  2855. <note author="Aleksey Gurtovoy" refid="19"/>
  2856. </mark-expected-failures>
  2857. <mark-expected-failures>
  2858. <test name="escape_char_parser_tests*"/>
  2859. <toolset name="iw-7_1-vc6*"/>
  2860. <note author="Aleksey Gurtovoy" refid="28"/>
  2861. </mark-expected-failures>
  2862. <mark-expected-failures>
  2863. <test name="chset_tests*"/>
  2864. <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
  2865. <note author="Aleksey Gurtovoy" refid="28"/>
  2866. </mark-expected-failures>
  2867. <mark-expected-failures>
  2868. <test name="int_numerics"/>
  2869. <test name="karma_pattern*"/>
  2870. <test name="karma_sequence"/>
  2871. <test name="rule"/>
  2872. <test name="sequence"/>
  2873. <toolset name="acc"/>
  2874. <note author="Boris Gubenko" refid="47"/>
  2875. </mark-expected-failures>
  2876. <mark-expected-failures>
  2877. <test name="lexertl3"/>
  2878. <test name="lexertl4"/>
  2879. <test name="lexertl5"/>
  2880. <toolset name="gcc-3.4.6_linux_ia64"/>
  2881. <note author="Boris Gubenko">
  2882. With GCC 3.4.6 the test fails with ICE: internal compiler error.
  2883. The footprint is similar to that in GCC Bugzilla Bug 34950
  2884. except 34950 is a regression introduced in GCC 4.2.3. In any
  2885. case, whatever the problem is, the GCC 4.x series does not seem
  2886. to have it: the test compiles just fine with GCC 4.x compiler.
  2887. </note>
  2888. </mark-expected-failures>
  2889. </library>
  2890. <!-- typeof -->
  2891. <library name="typeof">
  2892. <mark-unusable>
  2893. <toolset name="gcc-2.95.*"/>
  2894. <toolset name="sunpro*"/>
  2895. <toolset name="borland-5.6.*"/>
  2896. <note author="Arkadiy Vertleyb">
  2897. This compiler is not supported.
  2898. </note>
  2899. </mark-unusable>
  2900. <test name="*_native" category="Native compiler support">
  2901. <mark-failure>
  2902. <toolset name="acc*"/>
  2903. <toolset name="intel-vc71-win*"/>
  2904. <toolset name="intel-vc8-win*"/>
  2905. <toolset name="como-4_3_3-vc7_1"/>
  2906. <toolset name="hp_cxx*"/>
  2907. <toolset name="sun-5.*"/>
  2908. <toolset name="borland-5*"/>
  2909. <toolset name="mipspro*"/>
  2910. <note author="Arkadiy Vertleyb">
  2911. Native mode is not supported for this compiler.
  2912. </note>
  2913. </mark-failure>
  2914. </test>
  2915. <mark-expected-failures>
  2916. <test name="*_emulation"/>
  2917. <toolset name="msvc-6.5*"/>
  2918. <toolset name="msvc-7.0"/>
  2919. <toolset name="cw-8_*"/>
  2920. <note author="Arkadiy Vertleyb">
  2921. Emulation mode is not supported for this compiler.
  2922. </note>
  2923. </mark-expected-failures>
  2924. <mark-expected-failures>
  2925. <test name="function_native"/>
  2926. <test name="template_tpl_native"/>
  2927. <test name="function_binding_native"/>
  2928. <test name="odr_no_uns"/>
  2929. <toolset name="msvc-6.5*"/>
  2930. <toolset name="msvc-7.0"/>
  2931. <note author="Arkadiy Vertleyb">
  2932. The feature is not supported by this compiler.
  2933. </note>
  2934. </mark-expected-failures>
  2935. <mark-expected-failures>
  2936. <test name="function_native"/>
  2937. <toolset name="cw-8_*"/>
  2938. <note author="Arkadiy Vertleyb">
  2939. The feature is not supported by this compiler.
  2940. </note>
  2941. </mark-expected-failures>
  2942. <mark-expected-failures>
  2943. <test name="function_binding_emulation"/>
  2944. <test name="function_emulation"/>
  2945. <test name="function_ptr_from_tpl_emulation"/>
  2946. <test name="modifiers_emulation"/>
  2947. <test name="nested_typedef_emulation"/>
  2948. <toolset name="borland-5.8*"/>
  2949. <note author="Peder Holt">
  2950. The feature is not supported by this compiler.
  2951. </note>
  2952. </mark-expected-failures>
  2953. </library>
  2954. <!-- function -->
  2955. <library name="function">
  2956. <mark-unusable>
  2957. <toolset name="sunpro-5_3-sunos"/>
  2958. <note author="Douglas Gregor" refid="3"/>
  2959. </mark-unusable>
  2960. <test name="allocator_test">
  2961. <mark-failure>
  2962. <toolset name="msvc-6.5"/>
  2963. <toolset name="msvc-7.0"/>
  2964. <note author="B. Dawes" refid="5"/>
  2965. </mark-failure>
  2966. </test>
  2967. <test name="contains_test">
  2968. <mark-failure>
  2969. <toolset name="msvc-6.5*"/>
  2970. <note refid="3" author="D. Gregor"/>
  2971. </mark-failure>
  2972. </test>
  2973. <test name="function_30">
  2974. <mark-failure>
  2975. <toolset name="vacpp"/>
  2976. <note refid="16" author="D. Gregor"/>
  2977. </mark-failure>
  2978. </test>
  2979. <test name="function_arith_cxx98">
  2980. <mark-failure>
  2981. <toolset name="borland-5.6*"/>
  2982. <toolset name="borland-5.8*"/>
  2983. <toolset name="borland-5.9*"/>
  2984. <toolset name="msvc-6.5"/>
  2985. <toolset name="msvc-7.0"/>
  2986. <note author="B. Dawes" refid="3"/>
  2987. </mark-failure>
  2988. </test>
  2989. <test name="function_ref_cxx98">
  2990. <mark-failure>
  2991. <toolset name="borland-5.6*"/>
  2992. <toolset name="borland-5.8*"/>
  2993. <toolset name="borland-5.9*"/>
  2994. <toolset name="msvc-6.5"/>
  2995. <toolset name="msvc-7.0"/>
  2996. <note author="B. Dawes" refid="3"/>
  2997. </mark-failure>
  2998. </test>
  2999. <test name="lambda_test">
  3000. <mark-failure>
  3001. <toolset name="borland-5.6*"/>
  3002. <toolset name="borland-5.8*"/>
  3003. <toolset name="borland-5.9*"/>
  3004. <toolset name="msvc-6.5"/>
  3005. <toolset name="msvc-7.0"/>
  3006. <note author="B. Dawes" refid="3"/>
  3007. </mark-failure>
  3008. <mark-failure>
  3009. <toolset name="cw-8.3*"/>
  3010. <note author="B. Dawes" refid="2"/>
  3011. </mark-failure>
  3012. </test>
  3013. <test name="lib_function_test">
  3014. <mark-failure>
  3015. <toolset name="borland-5.6*"/>
  3016. <toolset name="borland-5.8*"/>
  3017. <toolset name="borland-5.9*"/>
  3018. <toolset name="msvc-6.5"/>
  3019. <toolset name="msvc-7.0"/>
  3020. <note author="B. Dawes" refid="3"/>
  3021. </mark-failure>
  3022. <mark-failure>
  3023. <toolset name="cw-8.3*"/>
  3024. <note author="B. Dawes" refid="2"/>
  3025. </mark-failure>
  3026. </test>
  3027. <test name="mem_fun_cxx98">
  3028. <mark-failure>
  3029. <toolset name="borland-5.6*"/>
  3030. <toolset name="borland-5.8*"/>
  3031. <toolset name="borland-5.9*"/>
  3032. <toolset name="msvc-6.5"/>
  3033. <toolset name="msvc-7.0"/>
  3034. <note author="B. Dawes" refid="3"/>
  3035. </mark-failure>
  3036. <mark-failure>
  3037. <toolset name="cw-8.3*"/>
  3038. <note author="B. Dawes" refid="2"/>
  3039. </mark-failure>
  3040. </test>
  3041. <test name="std_bind_cxx98">
  3042. <mark-failure>
  3043. <toolset name="borland-5.6*"/>
  3044. <toolset name="borland-5.8*"/>
  3045. <toolset name="borland-5.9*"/>
  3046. <toolset name="msvc-6.5"/>
  3047. <toolset name="msvc-7.0"/>
  3048. <note author="B. Dawes" refid="3"/>
  3049. </mark-failure>
  3050. </test>
  3051. <test name="std_bind_portable">
  3052. <mark-failure>
  3053. <toolset name="msvc-6.5"/>
  3054. <note author="B. Dawes" refid="5"/>
  3055. </mark-failure>
  3056. </test>
  3057. <test name="sum_avg_cxx98">
  3058. <mark-failure>
  3059. <toolset name="borland-5.6*"/>
  3060. <toolset name="borland-5.8*"/>
  3061. <toolset name="borland-5.9*"/>
  3062. <toolset name="msvc-6.5"/>
  3063. <toolset name="msvc-7.0"/>
  3064. <note author="B. Dawes" refid="3"/>
  3065. </mark-failure>
  3066. </test>
  3067. </library>
  3068. <!-- iterator -->
  3069. <library name="iterator">
  3070. <test name="interoperable_fail" category="Corner-case tests">
  3071. <mark-failure>
  3072. <toolset name="gcc-3.3*"/>
  3073. <toolset name="gcc-3.2*"/>
  3074. <toolset name="gcc-2*"/>
  3075. <toolset name="gcc"/>
  3076. <toolset name="mingw"/>
  3077. <toolset name="borland*"/>
  3078. <toolset name="cw-8*"/>
  3079. <toolset name="qcc-3.3*"/>
  3080. <note author="D. Abrahams">
  3081. This failure is caused by a compiler bug. Templated operators
  3082. that combine different iterators built with iterator_facade or
  3083. iterator_adaptor may be present in an overload set even when those
  3084. iterators are not interoperable. The usual result is that error
  3085. messages generated by illegal use of these operators will be of
  3086. lower quality.
  3087. </note>
  3088. </mark-failure>
  3089. </test>
  3090. <test name="is_convertible_fail" category="Corner-case tests">
  3091. <mark-failure>
  3092. <toolset name="gcc-2*"/>
  3093. <toolset name="gcc"/>
  3094. <toolset name="mingw"/>
  3095. <toolset name="borland*"/>
  3096. <toolset name="cw-8*"/>
  3097. <toolset name="msvc-6*"/>
  3098. <toolset name="msvc-7.0*"/>
  3099. <note author="D. Abrahams">
  3100. This failure is caused by a compiler bug.
  3101. <code>is_convertible&lt;T,U&gt;::value</code> may be true for unrelated
  3102. iterators <code>T</code> and <code>U</code>
  3103. (including many of the Boost specialized adaptors) which use
  3104. <code>enable_if_convertible</code> to restrict the applicability
  3105. of converting constructors, even when <code>T</code> is not
  3106. convertible to <code>U</code> because instantiating the
  3107. conversion will cause a compilation failure.
  3108. </note>
  3109. </mark-failure>
  3110. </test>
  3111. <test name="indirect_iter_member_types" category="Corner-case tests"/>
  3112. <mark-expected-failures>
  3113. <test name="indirect_iter_member_types"/>
  3114. <test name="pointee"/>
  3115. <toolset name="borland-5.6*"/>
  3116. <toolset name="borland-5.8*"/>
  3117. <toolset name="borland-5.9*"/>
  3118. <note author="D. Abrahams">
  3119. This failure is caused by a compiler bug. The
  3120. compiler tends to drop const-ness and as a result
  3121. some indirect_iterators will have pointer and
  3122. reference members of <code>T*</code> and <code>T&amp;</code> that should
  3123. have been <code>T const*</code> and <code>T const&amp;</code>.
  3124. </note>
  3125. </mark-expected-failures>
  3126. <mark-expected-failures>
  3127. <test name="zip_iterator_test"/>
  3128. <toolset name="borland-5.6*"/>
  3129. <toolset name="borland-5.8*"/>
  3130. <toolset name="borland-5.9*"/>
  3131. <note author="Aleksey Gurtovoy" date="19 Sep 2004" refid="26"/>
  3132. </mark-expected-failures>
  3133. <mark-expected-failures>
  3134. <test name="is_lvalue_iterator"/>
  3135. <toolset name="acc*"/>
  3136. <note author="Boris Gubenko">
  3137. For some currently unknown reason, with aCC, this test can be compiled
  3138. only in strict ansi mode. Since on HP-UX/aCC boost testing is done in the
  3139. default compilation mode, this test fails to compile on this platform.
  3140. </note>
  3141. </mark-expected-failures>
  3142. </library>
  3143. <!-- math -->
  3144. <library name="math">
  3145. <mark-unusable>
  3146. <toolset name="gcc-2.95.3-*"/>
  3147. <note author="Doug Gregor" refid="3"/>
  3148. </mark-unusable>
  3149. <mark-unusable>
  3150. <toolset name="borland-5.9.2"/>
  3151. <note author="John Maddock">
  3152. Sadly Borland-5.9.2 has an even harder time compiling this
  3153. library than earlier versions did. There are currently too
  3154. many issues to stand a chance of porting to this compiler.
  3155. </note>
  3156. </mark-unusable>
  3157. <mark-expected-failures>
  3158. <test name="mpfr_concept_check"/>
  3159. <test name="ntl_concept_check"/>
  3160. <toolset name="*"/>
  3161. <note author="John Maddock">
  3162. This test relies on external software being installed in order to pass.
  3163. </note>
  3164. </mark-expected-failures>
  3165. <mark-expected-failures>
  3166. <test name="test_traits"/>
  3167. <toolset name="gcc-3.3.6"/>
  3168. <note author="John Maddock">
  3169. This compiler is not sufficiently conforming to correctly handle these tests.
  3170. </note>
  3171. </mark-expected-failures>
  3172. <mark-expected-failures>
  3173. <test name="test_tr1_long_double"/>
  3174. <toolset name="darwin*"/>
  3175. <toolset name="intel-linux-10.0"/>
  3176. <toolset name="intel-linux-9*"/>
  3177. <toolset name="intel-linux-8*"/>
  3178. <note author="John Maddock">
  3179. Some versions of the Darwin platform have insufficient long double support
  3180. for us to be able to run this test.
  3181. </note>
  3182. </mark-expected-failures>
  3183. <mark-expected-failures>
  3184. <test name="test_policy_2"/>
  3185. <toolset name="acc"/>
  3186. <toolset name="gcc-mingw-3.4.5"/>
  3187. <note author="John Maddock">
  3188. This test takes too long to build for this compiler and times out.
  3189. </note>
  3190. </mark-expected-failures>
  3191. <mark-expected-failures>
  3192. <test name="test_traits"/>
  3193. <toolset name="sun-5.8"/>
  3194. <toolset name="sun-5.9"/>
  3195. <note author="John Maddock">
  3196. This is a compiler bug: it is unable to use
  3197. SFINAE to detect the presence of specific
  3198. member functions.
  3199. </note>
  3200. </mark-expected-failures>
  3201. <mark-expected-failures>
  3202. <test name="std_real_concept_check"/>
  3203. <test name="test_instantiate1"/>
  3204. <test name="test_policy_sf"/>
  3205. <toolset name="sun-5.8"/>
  3206. <toolset name="sun-5.9"/>
  3207. <note author="John Maddock">
  3208. This is a compiler bug: it is unable to resolve the
  3209. overloaded functions.
  3210. </note>
  3211. </mark-expected-failures>
  3212. <mark-expected-failures>
  3213. <test name="test_binomial_real_concept"/>
  3214. <test name="test_ibeta_inv_ab_real_concept"/>
  3215. <test name="test_igamma_inva_real_concept"/>
  3216. <toolset name="sun-5.9"/>
  3217. <toolset name="sun-5.8"/>
  3218. <note author="John Maddock">
  3219. This test takes too long to execute and times out.
  3220. </note>
  3221. </mark-expected-failures>
  3222. <mark-expected-failures>
  3223. <test name="dist_binomial_incl_test"/>
  3224. <test name="dist_neg_binom_incl_test"/>
  3225. <test name="dist_poisson_incl_test"/>
  3226. <test name="test_binomial_double"/>
  3227. <test name="test_binomial_float"/>
  3228. <test name="test_binomial_long_double"/>
  3229. <test name="test_binomial_real_concept"/>
  3230. <test name="test_negative_binomial_double"/>
  3231. <test name="test_negative_binomial_float"/>
  3232. <test name="test_negative_binomial_long_double"/>
  3233. <test name="test_negative_binomial_real_concept"/>
  3234. <test name="test_poisson_double"/>
  3235. <test name="test_poisson_float"/>
  3236. <test name="test_poisson_long_double"/>
  3237. <test name="test_poisson_real_concept"/>
  3238. <test name="tools_roots_inc_test"/>
  3239. <toolset name="sun-5.8"/>
  3240. <toolset name="sun-5.7"/>
  3241. <note author="John Maddock">
  3242. These tests fail with an internal compiler error: there is no
  3243. known workaround at present, except to use Sun-5.9 which does
  3244. build this code correctly.
  3245. </note>
  3246. </mark-expected-failures>
  3247. <mark-expected-failures>
  3248. <test name="log1p_expm1_test"/>
  3249. <test name="test_bernoulli"/>
  3250. <test name="test_beta_dist"/>
  3251. <test name="test_binomial_float"/>
  3252. <test name="test_binomial_double"/>
  3253. <test name="test_binomial_coeff"/>
  3254. <test name="test_carlson"/>
  3255. <test name="test_cauchy"/>
  3256. <test name="test_cbrt"/>
  3257. <test name="test_chi_squared"/>
  3258. <test name="test_classify"/>
  3259. <test name="test_dist_overloads"/>
  3260. <test name="test_ellint_3"/>
  3261. <test name="test_exponential_dist"/>
  3262. <test name="test_factorials"/>
  3263. <test name="test_find_location"/>
  3264. <test name="test_find_scale"/>
  3265. <test name="test_fisher_f"/>
  3266. <test name="test_gamma_dist"/>
  3267. <test name="test_hermite"/>
  3268. <test name="test_ibeta_inv_float"/>
  3269. <test name="test_ibeta_inv_double"/>
  3270. <test name="test_ibeta_inv_ab_float"/>
  3271. <test name="test_igamma_inv_float"/>
  3272. <test name="test_igamma_inv_double"/>
  3273. <test name="test_igamma_inva_float"/>
  3274. <test name="test_igamma_inva_double"/>
  3275. <test name="test_instantiate1"/>
  3276. <test name="test_instantiate1"/>
  3277. <test name="test_laguerre"/>
  3278. <test name="test_legendre"/>
  3279. <test name="test_lognormal"/>
  3280. <test name="test_negative_binomial_float"/>
  3281. <test name="test_negative_binomial_double"/>
  3282. <test name="test_normal"/>
  3283. <test name="test_rayleigh"/>
  3284. <test name="test_remez"/>
  3285. <test name="test_roots"/>
  3286. <test name="test_students_t"/>
  3287. <test name="test_toms748_solve"/>
  3288. <test name="test_triangular"/>
  3289. <test name="test_uniform"/>
  3290. <test name="test_policy"/>
  3291. <test name="test_policy_sf"/>
  3292. <test name="test_bessel_j"/>
  3293. <test name="test_bessel_y"/>
  3294. <test name="dist_beta_incl_test"/>
  3295. <test name="dist_cauchy_incl_test"/>
  3296. <test name="dist_chi_squared_incl_test"/>
  3297. <test name="dist_exponential_incl_test"/>
  3298. <test name="dist_fisher_f_incl_test"/>
  3299. <test name="dist_gamma_incl_test"/>
  3300. <test name="dist_lognormal_incl_test"/>
  3301. <test name="dist_normal_incl_test"/>
  3302. <test name="dist_students_t_incl_test"/>
  3303. <test name="sf_beta_incl_test"/>
  3304. <test name="sf_bessel_incl_test"/>
  3305. <test name="sf_cbrt_incl_test"/>
  3306. <test name="sf_gamma_incl_test"/>
  3307. <test name="sf_legendre_incl_test"/>
  3308. <test name="std_real_concept_check"/>
  3309. <test name="test_traits"/>
  3310. <test name="tools_remez_inc_test"/>
  3311. <test name="tools_roots_inc_test"/>
  3312. <test name="tools_series_inc_test"/>
  3313. <test name="tools_solve_inc_test"/>
  3314. <test name="tools_test_data_inc_test"/>
  3315. <test name="common_factor_test"/>
  3316. <test name="octonion_test"/>
  3317. <test name="quaternion_test"/>
  3318. <test name="complex_test"/>
  3319. <toolset name="borland-5.6.*"/>
  3320. <note author="John Maddock">
  3321. This compiler is not sufficiently conforming to correctly handle these tests.
  3322. </note>
  3323. </mark-expected-failures>
  3324. <mark-expected-failures>
  3325. <test name="test_bernoulli"/>
  3326. <test name="test_beta_dist"/>
  3327. <test name="test_binomial_float"/>
  3328. <test name="test_binomial_double"/>
  3329. <test name="test_binomial_coeff"/>
  3330. <test name="test_cauchy"/>
  3331. <test name="test_dist_overloads"/>
  3332. <test name="test_ellint_3"/>
  3333. <test name="test_exponential_dist"/>
  3334. <test name="test_factorials"/>
  3335. <test name="test_find_location"/>
  3336. <test name="test_find_scale"/>
  3337. <test name="test_hermite"/>
  3338. <test name="test_ibeta_inv_float"/>
  3339. <test name="test_ibeta_inv_double"/>
  3340. <test name="test_ibeta_inv_ab_float"/>
  3341. <test name="test_igamma_inva_float"/>
  3342. <test name="test_igamma_inva_double"/>
  3343. <test name="test_instantiate1"/>
  3344. <test name="test_instantiate1"/>
  3345. <test name="test_laguerre"/>
  3346. <test name="test_legendre"/>
  3347. <test name="test_lognormal"/>
  3348. <test name="test_negative_binomial_double"/>
  3349. <test name="test_normal"/>
  3350. <test name="test_rayleigh"/>
  3351. <test name="test_remez"/>
  3352. <test name="test_roots"/>
  3353. <test name="test_toms748_solve"/>
  3354. <test name="test_policy"/>
  3355. <test name="test_policy_sf"/>
  3356. <test name="dist_cauchy_incl_test"/>
  3357. <test name="dist_exponential_incl_test"/>
  3358. <test name="dist_lognormal_incl_test"/>
  3359. <test name="dist_normal_incl_test"/>
  3360. <test name="sf_gamma_incl_test"/>
  3361. <test name="sf_legendre_incl_test"/>
  3362. <test name="std_real_concept_check"/>
  3363. <test name="test_traits"/>
  3364. <test name="tools_remez_inc_test"/>
  3365. <test name="tools_roots_inc_test"/>
  3366. <test name="tools_series_inc_test"/>
  3367. <test name="tools_solve_inc_test"/>
  3368. <test name="tools_test_data_inc_test"/>
  3369. <test name="complex_test"/>
  3370. <toolset name="borland-5.8.2"/>
  3371. <note author="John Maddock">
  3372. This compiler is not sufficiently conforming to correctly handle these tests.
  3373. </note>
  3374. </mark-expected-failures>
  3375. <mark-expected-failures>
  3376. <test name="octonion_test"/>
  3377. <test name="quaternion_test"/>
  3378. <toolset name="gcc-3.4.3_sunos"/>
  3379. <note author="Caleb Epstein">
  3380. There appears to be a bug in gcc's <code>std::exp (long
  3381. double)</code> on this platform.
  3382. </note>
  3383. </mark-expected-failures>
  3384. <mark-expected-failures>
  3385. <test name="test_remez"/>
  3386. <toolset name="hp_cxx-71_006_tru64"/>
  3387. <note author="John Maddock">
  3388. For some reason taking the address of std library math functions fails
  3389. on this platform: this is a problem for our test code, not the library.
  3390. </note>
  3391. </mark-expected-failures>
  3392. <mark-expected-failures>
  3393. <test name="special_functions_test"/>
  3394. <test name="octonion_test"/>
  3395. <test name="quaternion_test"/>
  3396. <test name="quaternion_mult_incl_test"/>
  3397. <toolset name="msvc-6*"/>
  3398. <note author="John Maddock">
  3399. This compiler is not sufficiently conforming to compile these tests.
  3400. </note>
  3401. </mark-expected-failures>
  3402. <mark-expected-failures>
  3403. <test name="complex_test"/>
  3404. <test name="log1p_expm1_test"/>
  3405. <toolset name="sunpro*"/>
  3406. <note author="John Maddock">
  3407. std::numeric_limits&lt;long double&gt;::infinity() is apparently
  3408. broken in this compiler: it's filed as bug 6347520 with Sun.
  3409. </note>
  3410. </mark-expected-failures>
  3411. <mark-expected-failures>
  3412. <test name="complex_test"/>
  3413. <toolset name="msvc-6*"/>
  3414. <note author="John Maddock">
  3415. Incomplete std::complex support make these tests pointless
  3416. (the complex trig functions are absent).
  3417. </note>
  3418. </mark-expected-failures>
  3419. <mark-expected-failures>
  3420. <test name="special_functions_test"/>
  3421. <test name="octonion_test"/>
  3422. <test name="quaternion_test"/>
  3423. <test name="quaternion_mult_incl_test"/>
  3424. <toolset name="sun-5.8"/>
  3425. <note author="John Maddock">
  3426. These have yet to fully investigated, but the code is known
  3427. to compile with more conforming compilers, probably workarounds
  3428. are possible if someone is prepared to invest the time.
  3429. </note>
  3430. </mark-expected-failures>
  3431. <mark-expected-failures>
  3432. <test name="quaternion_test"/>
  3433. <toolset name="msvc-7.1_stlport4"/>
  3434. <note author="John Maddock">
  3435. Appears to be a bug in STLport's complex abs function, but needs more investigation.
  3436. </note>
  3437. </mark-expected-failures>
  3438. <mark-expected-failures>
  3439. <test name="special_functions_test"/>
  3440. <toolset name="msvc-7.1_stlport4"/>
  3441. <note author="John Maddock">
  3442. This appears to be a problem with STLPort's abs function: the issue only effects the
  3443. test code. A workaround should be possible but users should be encouraged to use
  3444. STLport 5 instead.
  3445. </note>
  3446. </mark-expected-failures>
  3447. <mark-expected-failures>
  3448. <test name="quaternion_test"/>
  3449. <test name="octonion_test"/>
  3450. <toolset name="gcc-cygwin*"/>
  3451. <note author="John Maddock">
  3452. No true long double standard lib support causes these tests to fail.
  3453. </note>
  3454. </mark-expected-failures>
  3455. <mark-expected-failures>
  3456. <test name="quaternion_test"/>
  3457. <test name="complex_test"/>
  3458. <test name="special_functions_test"/>
  3459. <toolset name="intel-linux*"/>
  3460. <note author="John Maddock">
  3461. This is Intel issue 409291, it should be fixed from
  3462. compiler package l_cc_c_9.1.046 onwards.
  3463. </note>
  3464. </mark-expected-failures>
  3465. <mark-expected-failures>
  3466. <test name="complex_test"/>
  3467. <toolset name="qcc-3.3.5*cpp"/>
  3468. <note author="Jim Douglas" date="14 Feb 06" refid="27"/>
  3469. </mark-expected-failures>
  3470. <mark-expected-failures>
  3471. <test name="common_factor_test"/>
  3472. <toolset name="msvc-6.5_stlport*"/>
  3473. <toolset name="msvc-7.1_stlport*"/>
  3474. <note author="John Maddock">
  3475. This failure appears to be caused by a compiler bug: please note
  3476. that the issue only effects the test suite, not the library itself.
  3477. A workaround is available but breaks other compilers.
  3478. </note>
  3479. </mark-expected-failures>
  3480. </library>
  3481. <!-- numeric/conversion -->
  3482. <library name="numeric/conversion">
  3483. <test name="bounds_test">
  3484. <mark-failure>
  3485. <toolset name="borland-5.6*"/>
  3486. <toolset name="borland-5.8*"/>
  3487. <toolset name="borland-5.9*"/>
  3488. <note author="Fernando Cacciola" refid="3"/>
  3489. </mark-failure>
  3490. </test>
  3491. <test name="converter_test">
  3492. <mark-failure>
  3493. <toolset name="gcc-3.4.5_linux_x86_64"/>
  3494. <toolset name="borland-5.6*"/>
  3495. <toolset name="borland-5.8*"/>
  3496. <toolset name="borland-5.9*"/>
  3497. <note author="Fernando Cacciola" refid="3"/>
  3498. </mark-failure>
  3499. </test>
  3500. <test name="traits_test">
  3501. <mark-failure>
  3502. <toolset name="borland-5.6*"/>
  3503. <toolset name="borland-5.8*"/>
  3504. <toolset name="borland-5.9*"/>
  3505. <note author="Fernando Cacciola" refid="3"/>
  3506. </mark-failure>
  3507. </test>
  3508. <test name="udt_example_0">
  3509. <mark-failure>
  3510. <toolset name="msvc-6.5_stlport4"/>
  3511. <toolset name="borland-5.6*"/>
  3512. <toolset name="borland-5.8*"/>
  3513. <toolset name="borland-5.9*"/>
  3514. <toolset name="msvc-6.5*"/>
  3515. <note author="Fernando Cacciola" refid="30"/>
  3516. </mark-failure>
  3517. </test>
  3518. <test name="udt_support_test">
  3519. <mark-failure>
  3520. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  3521. <toolset name="borland-5.6*"/>
  3522. <toolset name="borland-5.8*"/>
  3523. <toolset name="borland-5.9*"/>
  3524. <note author="Fernando Cacciola" refid="3"/>
  3525. </mark-failure>
  3526. </test>
  3527. </library>
  3528. <!-- numeric/interval -->
  3529. <library name="numeric/interval">
  3530. <mark-unusable>
  3531. <toolset name="borland-5.6*"/>
  3532. <toolset name="msvc-6.5*"/>
  3533. <toolset name="msvc-7.0"/>
  3534. </mark-unusable>
  3535. <mark-expected-failures>
  3536. <test name="det"/>
  3537. <test name="mul"/>
  3538. <test name="overflow"/>
  3539. <toolset name="hp_cxx*"/>
  3540. <note author="G. Melquiond">
  3541. This test ensures the inclusion property of interval
  3542. arithmetic is available for built-in floating-point types
  3543. <code>float</code> and <code>double</code>. If the test
  3544. fails, <code>interval&lt;float&gt;</code> and
  3545. <code>interval&lt;double&gt;</code> should not be used
  3546. on this compiler/platform since there will be no
  3547. numerical guarantee.
  3548. </note>
  3549. </mark-expected-failures>
  3550. <mark-expected-failures>
  3551. <test name="det"/>
  3552. <test name="integer"/>
  3553. <test name="overflow"/>
  3554. <toolset name="borland-5.8*"/>
  3555. <toolset name="borland-5.9*"/>
  3556. <note author="A.Meredith">
  3557. This compiler has some problems with name looup / overload resolution.
  3558. </note>
  3559. </mark-expected-failures>
  3560. <mark-expected-failures>
  3561. <test name="cmp_exn"/>
  3562. <test name="cmp_set"/>
  3563. <test name="cmp_tribool"/>
  3564. <toolset name="gcc-2.95.3-linux"/>
  3565. <note author="Aleksey Gurtovoy" refid="2"/>
  3566. </mark-expected-failures>
  3567. <mark-expected-failures>
  3568. <test name="det"/>
  3569. <toolset name="cw-8.3*"/>
  3570. <note author="Aleksey Gurtovoy" refid="2"/>
  3571. </mark-expected-failures>
  3572. <mark-expected-failures>
  3573. <test name="test_float"/>
  3574. <toolset name="msvc-7.1_stlport4"/>
  3575. <note author="Vladimir Prus">
  3576. This failure is unresearched. Presumably, the problem
  3577. is that the abs function is not available in the "right"
  3578. namespace with this compiler/stdlib combination.
  3579. </note>
  3580. </mark-expected-failures>
  3581. </library>
  3582. <!-- numeric/ublas -->
  3583. <library name="numeric/ublas">
  3584. <mark-unusable>
  3585. <toolset name="borland-5.6*"/>
  3586. <toolset name="borland-5.8*"/>
  3587. <toolset name="borland-5.9*"/>
  3588. <toolset name="gcc-3_3-darwin"/>
  3589. <note author="M.Stevens" refid="17"/>
  3590. </mark-unusable>
  3591. <mark-unusable>
  3592. <toolset name="cw-9.4"/>
  3593. <note author="M.Stevens" refid="2"/>
  3594. </mark-unusable>
  3595. <mark-unusable>
  3596. <toolset name="sun-5.8"/>
  3597. <note author="M.Stevens" refid="4"/>
  3598. </mark-unusable>
  3599. <mark-unusable>
  3600. <toolset name="cw-8.3"/>
  3601. <toolset name="msvc-6.5*"/>
  3602. <toolset name="msvc-7.0"/>
  3603. <toolset name="iw-7_1-vc6"/>
  3604. <toolset name="gcc-2.95*"/>
  3605. <note author="M.Stevens" refid="30"/>
  3606. </mark-unusable>
  3607. <mark-unusable>
  3608. <toolset name="msvc-7.1_stlport4"/>
  3609. <note author="Roland Schwarz">
  3610. This old version of the stlport library causes the BOOST_NO_STDC_NAMESPACE
  3611. macro to be set. But this conflicts with the requirements of the library.
  3612. </note>
  3613. </mark-unusable>
  3614. <mark-expected-failures>
  3615. <test name="test3"/>
  3616. <toolset name="qcc-3.3.5*cpp"/>
  3617. <note author="Jim Douglas" date="14 Feb 06" refid="27"/>
  3618. </mark-expected-failures>
  3619. <mark-expected-failures>
  3620. <test name="begin_end"/>
  3621. <toolset name="msvc-7.1"/>
  3622. <note author="Gunter Winkler" date="07 Oct 09" refid="48"/>
  3623. </mark-expected-failures>
  3624. </library>
  3625. <!-- program_options -->
  3626. <library name="program_options">
  3627. <!-- Mark unusable toolsets -->
  3628. <mark-unusable>
  3629. <toolset name="gcc-2.95.3-linux"/>
  3630. <note>
  3631. The failure is caused by standard library deficiencies
  3632. -- it lacks the basic_string class template and
  3633. the &lt;locale&gt; header.
  3634. </note>
  3635. </mark-unusable>
  3636. <mark-unusable>
  3637. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  3638. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  3639. <note refid="2"/>
  3640. </mark-unusable>
  3641. <mark-unusable>
  3642. <toolset name="msvc-6.5*"/>
  3643. <note refid="17"/>
  3644. </mark-unusable>
  3645. <mark-unusable>
  3646. <toolset name="msvc-7.0"/>
  3647. <note refid="29"/>
  3648. </mark-unusable>
  3649. <!-- Mark expected failures -->
  3650. <test name="unicode_test*">
  3651. <mark-failure>
  3652. <toolset name="iw-7_1-vc6"/>
  3653. <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
  3654. <toolset name="msvc-6.5*"/>
  3655. <note>The failures are caused by problems
  3656. with std::locale implementation</note>
  3657. </mark-failure>
  3658. </test>
  3659. <test name="options_description_test_dll">
  3660. <mark-failure>
  3661. <toolset name="msvc-6.5"/>
  3662. <toolset name="iw-7_1-vc6"/>
  3663. <note refid="23"/>
  3664. </mark-failure>
  3665. </test>
  3666. <test name="variable_map_test_dll">
  3667. <mark-failure>
  3668. <toolset name="iw-7_1-vc6"/>
  3669. <note refid="23"/>
  3670. </mark-failure>
  3671. </test>
  3672. <test name="*dll">
  3673. <mark-failure>
  3674. <toolset name="cw-8.3*"/>
  3675. <note refid="18"/>
  3676. </mark-failure>
  3677. </test>
  3678. <test name="*dll">
  3679. <mark-failure>
  3680. <toolset name="*como-4_3_3*"/>
  3681. <note refid="24"/>
  3682. </mark-failure>
  3683. </test>
  3684. <mark-expected-failures>
  3685. <test name="variable_map_test"/>
  3686. <test name="variable_map_test_dll"/>
  3687. <toolset name="msvc-6.5*"/>
  3688. <note>
  3689. The failures are caused by compiler bug: it's not possible to
  3690. explicitly pass template arguments to member template function. The
  3691. failure is serious and makes one of the primary interfaces
  3692. unusable.
  3693. </note>
  3694. </mark-expected-failures>
  3695. <mark-expected-failures>
  3696. <test name="cmdline_test_dll"/>
  3697. <test name="options_description_test_dll"/>
  3698. <test name="parsers_test_dll"/>
  3699. <test name="variable_map_test_dll"/>
  3700. <test name="positional_options_test_dll"/>
  3701. <toolset name="mingw-3*"/>
  3702. <note author="Aleksey Gurtovoy" refid="29"/>
  3703. </mark-expected-failures>
  3704. <mark-expected-failures>
  3705. <test name="unicode_test*"/>
  3706. <toolset name="mingw-3*"/>
  3707. <toolset name="gcc-3.4.2_mingw"/>
  3708. <toolset name="gcc-3.4.5_mingw"/>
  3709. <toolset name="gcc-mingw-3.4.5"/>
  3710. <toolset name="gcc-mingw-3.4.2"/>
  3711. <toolset name="gcc-cygwin-3.4.4"/>
  3712. <note refid="19"/>
  3713. </mark-expected-failures>
  3714. <mark-expected-failures>
  3715. <test name="unicode_test_dll"/>
  3716. <toolset name="*-darwin"/>
  3717. <note refid="35" author="Doug Gregor"/>
  3718. </mark-expected-failures>
  3719. <mark-expected-failures>
  3720. <test name="unicode_test*"/>
  3721. <toolset name="qcc-3.3.5*gpp"/>
  3722. <note author="Jim Douglas" date="12 Feb 06" refid="36"/>
  3723. </mark-expected-failures>
  3724. </library>
  3725. <!-- parameter -->
  3726. <library name="parameter">
  3727. <mark-expected-failures>
  3728. <test name="duplicates"/>
  3729. <toolset name="borland-5.6*"/>
  3730. <toolset name="borland-5.8*"/>
  3731. <toolset name="borland-5.9*"/>
  3732. <note refid="32" author="David Abrahams"/>
  3733. </mark-expected-failures>
  3734. <mark-expected-failures>
  3735. <test name="unnamed_fail"/>
  3736. <toolset name="msvc-7.0"/>
  3737. <toolset name="msvc-6*"/>
  3738. <note refid="32" author="David Abrahams"/>
  3739. </mark-expected-failures>
  3740. <test name="preprocessor">
  3741. <toolset name="[Ss]un-5.8"/>
  3742. <note>
  3743. Several compiler bugs were worked around in order to get
  3744. this test to pass, so it could be considered to be only
  3745. partially working. However, the library's macro system,
  3746. which is really being tested here, does work on this
  3747. compiler, which is why we worked around the failures.
  3748. Please see the <a
  3749. href="http://www.boost.org/libs/parameter/test/preprocessor.cpp">test's
  3750. source file</a> for details.
  3751. </note>
  3752. </test>
  3753. <mark-expected-failures>
  3754. <test name="maybe"/>
  3755. <toolset name="borland-5.6*"/>
  3756. <toolset name="borland-5.8*"/>
  3757. <toolset name="borland-5.9*"/>
  3758. <toolset name="msvc-6*"/>
  3759. <toolset name="msvc-7.0"/>
  3760. <note refid="31" author="Daniel Wallin"/>
  3761. </mark-expected-failures>
  3762. <mark-expected-failures>
  3763. <test name="python-parameter-test"/>
  3764. <toolset name="borland-5.6*"/>
  3765. <toolset name="borland-5.8*"/>
  3766. <toolset name="borland-5.9*"/>
  3767. <toolset name="msvc-6*"/>
  3768. <toolset name="msvc-7.0"/>
  3769. <note refid="31" author="Daniel Wallin"/>
  3770. </mark-expected-failures>
  3771. <mark-expected-failures>
  3772. <test name="python_test"/>
  3773. <toolset name="borland-5.6*"/>
  3774. <toolset name="borland-5.8*"/>
  3775. <toolset name="borland-5.9*"/>
  3776. <toolset name="msvc-6*"/>
  3777. <toolset name="msvc-7.0"/>
  3778. <note refid="31" author="Daniel Wallin"/>
  3779. </mark-expected-failures>
  3780. <mark-expected-failures>
  3781. <test name="optional_deduced_sfinae"/>
  3782. <toolset name="msvc-6*"/>
  3783. <toolset name="msvc-7.0"/>
  3784. <toolset name="borland-5.6*"/>
  3785. <toolset name="borland-5.8*"/>
  3786. <toolset name="borland-5.9*"/>
  3787. <note author="Daniel Wallin">
  3788. These compilers do not support SFINAE, so are expected to
  3789. fail this test.
  3790. </note>
  3791. </mark-expected-failures>
  3792. <mark-expected-failures>
  3793. <test name="preprocessor_deduced"/>
  3794. <toolset name="borland-5.6*"/>
  3795. <toolset name="borland-5.8*"/>
  3796. <toolset name="borland-5.9*"/>
  3797. <note author="Daniel Wallin">
  3798. Borland does not support this feature. A compatibility syntax
  3799. might be developed later on.
  3800. </note>
  3801. </mark-expected-failures>
  3802. <mark-expected-failures>
  3803. <test name="normalized_argument_types"/>
  3804. <toolset name="borland-5.6*"/>
  3805. <toolset name="borland-5.8*"/>
  3806. <toolset name="borland-5.9*"/>
  3807. <toolset name="msvc-6*"/>
  3808. <toolset name="msvc-7.0"/>
  3809. <note author="Daniel Wallin">
  3810. This feature generally requires advanced compiler
  3811. features not supported by these compilers. It might
  3812. be possible to work around the issue on VC6/7, but
  3813. at this time no such workaround has been done.
  3814. </note>
  3815. </mark-expected-failures>
  3816. <mark-expected-failures>
  3817. <test name="unnamed"/>
  3818. <toolset name="*"/>
  3819. <note author="Daniel Wallin">
  3820. This is old and should not be tested any more.
  3821. </note>
  3822. </mark-expected-failures>
  3823. <mark-expected-failures>
  3824. <test name="deduced_dependent_predicate"/>
  3825. <toolset name="msvc-6*"/>
  3826. <note refid="31" author="Daniel Wallin"/>
  3827. </mark-expected-failures>
  3828. <mark-expected-failures>
  3829. <test name="optional_deduced_sfinae"/>
  3830. <test name="preprocessor_deduced"/>
  3831. <test name="python_test"/>
  3832. <toolset name="sun-5.8"/>
  3833. <note author="John Maddock">
  3834. These test failure are reported to be under investigation
  3835. at Sun's compiler labs.
  3836. </note>
  3837. </mark-expected-failures>
  3838. <mark-expected-failures>
  3839. <test name="result_of"/>
  3840. <toolset name="msvc-6*"/>
  3841. <toolset name="msvc-7.0"/>
  3842. <toolset name="borland-5.6*"/>
  3843. <toolset name="borland-5.8*"/>
  3844. <toolset name="borland-5.9*"/>
  3845. <note refid="31" author="Daniel Wallin"/>
  3846. </mark-expected-failures>
  3847. <mark-expected-failures>
  3848. <test name="python_test"/>
  3849. <toolset name="qcc-3.3.5_gpp"/>
  3850. <note refid="6" author="Daniel Wallin"/>
  3851. </mark-expected-failures>
  3852. <mark-expected-failures>
  3853. <test name="sfinae"/>
  3854. <toolset name="borland-5.8*"/>
  3855. <toolset name="borland-5.9*"/>
  3856. <toolset name="msvc-6.5_stlport4"/>
  3857. <note refid="29" author="Daniel Wallin"/>
  3858. </mark-expected-failures>
  3859. <mark-expected-failures>
  3860. <test name="basics"/>
  3861. <test name="macros"/>
  3862. <test name="maybe"/>
  3863. <test name="sfinae"/>
  3864. <toolset name="gcc-4.2.1*"/>
  3865. <note author="Boris Gubenko" refid="42"/>
  3866. </mark-expected-failures>
  3867. </library>
  3868. <library name="property_tree">
  3869. <mark-unusable>
  3870. <toolset name="borland-*"/>
  3871. <note author="Sebastian Redl">Inherited from MultiIndex</note>
  3872. </mark-unusable>
  3873. <mark-unusable>
  3874. <toolset name="sun-5.*"/>
  3875. <note author="Sebastian Redl">
  3876. Lots of test failures complaining about the ambiguity of a
  3877. const and a non-const overload of the same function.
  3878. </note>
  3879. </mark-unusable>
  3880. <mark-unusable>
  3881. <toolset name="vacpp"/>
  3882. <note author="Sebastian Redl">
  3883. This compiler seems to have very broken name lookup.
  3884. </note>
  3885. </mark-unusable>
  3886. <mark-expected-failures>
  3887. <test name="test_property_tree"/>
  3888. <test name="test_json_parser"/>
  3889. <toolset name="intel-darwin-*"/>
  3890. <toolset name="intel-linux-*"/>
  3891. <note author="Sebastian Redl">
  3892. Tend to crash the compiler (Intel 10) or simply take too long
  3893. (Intel 11).
  3894. </note>
  3895. </mark-expected-failures>
  3896. <mark-expected-failures>
  3897. <test name="test_xml_parser_rapidxml"/>
  3898. <toolset name="gcc-3.4.3"/>
  3899. <note author="Sebastian Redl">
  3900. This ancient GCC doesn't like local const ints as template
  3901. parameters. Or something like that.
  3902. </note>
  3903. </mark-expected-failures>
  3904. </library>
  3905. <!-- pointer container -->
  3906. <library name="ptr_container">
  3907. <mark-unusable>
  3908. <toolset name="gcc-2.95.3*"/>
  3909. <toolset name="sunpro-5_3-sunos"/>
  3910. <toolset name="hp_cxx-65*"/>
  3911. <toolset name="borland-5.6*"/>
  3912. <toolset name="borland-5.8*"/>
  3913. <toolset name="borland-5.9*"/>
  3914. <toolset name="msvc-6.5*"/>
  3915. <toolset name="msvc-7.0"/>
  3916. <toolset name="dmc-8_47-stlport-4_5_3"/>
  3917. <toolset name="hp_cxx-65_042_tru64"/>
  3918. </mark-unusable>
  3919. <mark-expected-failures>
  3920. <test name="ptr_list"/>
  3921. <toolset name="gcc-4.0.*"/>
  3922. <note author="Thorsten Ottosen">
  3923. The error is due to problems in the standard library implementation.
  3924. It should be fixed in newer versions of the compiler.
  3925. </note>
  3926. </mark-expected-failures>
  3927. <mark-expected-failures>
  3928. <test name="ptr_list"/>
  3929. <toolset name="gcc-4.0.0*"/>
  3930. <note author="Thorsten Ottosen">
  3931. The error is due to problems in the standard library implementation.
  3932. It should be fixed in newer versions of the compiler.
  3933. </note>
  3934. </mark-expected-failures>
  3935. <mark-expected-failures>
  3936. <test name="incomplete_type_test"/>
  3937. <toolset name="cw-9.4"/>
  3938. <note author="Thorsten Ottosen">
  3939. This error seems to be a bug the compiler. Please submit a
  3940. patch.
  3941. </note>
  3942. </mark-expected-failures>
  3943. <mark-expected-failures>
  3944. <test name="iterator_test"/>
  3945. <toolset name="gcc-3.2.3*"/>
  3946. <toolset name="gcc-3.3.6*"/>
  3947. <toolset name="gcc"/>
  3948. <toolset name="qcc-3.3.5*"/>
  3949. <note author="Thorsten Ottosen">
  3950. This error seems to be a bug the standard library. Please submit a
  3951. patch.
  3952. </note>
  3953. </mark-expected-failures>
  3954. <mark-expected-failures>
  3955. <test name="no_exceptions"/>
  3956. <toolset name="cw-9.4"/>
  3957. <toolset name="sun-5.*"/>
  3958. <note author="Thorsten Ottosen">
  3959. This test fails because the test ptr_vector fails. Please see the note
  3960. for that test.
  3961. </note>
  3962. </mark-expected-failures>
  3963. <mark-expected-failures>
  3964. <test name="ptr_deque"/>
  3965. <toolset name="cw-9.4"/>
  3966. <toolset name="sun-5.*"/>
  3967. <note author="Thorsten Ottosen">
  3968. For sun the problem is that <code>insert(iterator,range)</code>
  3969. is not available due to partial ordering errors (the core library remains usable).
  3970. For codewarrior the problem is at least <code>std::auto_ptr</code> overloads (the core library remains usable).
  3971. </note>
  3972. </mark-expected-failures>
  3973. <mark-expected-failures>
  3974. <test name="ptr_list"/>
  3975. <toolset name="cw-9.4"/>
  3976. <toolset name="sun-5.*"/>
  3977. <note author="Thorsten Ottosen">
  3978. For sun the problem is that <code>insert(iterator,range)</code>
  3979. is not available due to partial ordering errors (the core library remains usable).
  3980. For codewarrior the problem is at least <code>std::auto_ptr</code> overloads (the core library remains usable).
  3981. </note>
  3982. </mark-expected-failures>
  3983. <mark-expected-failures>
  3984. <test name="ptr_vector"/>
  3985. <toolset name="cw-9.4"/>
  3986. <toolset name="sun-5.8"/>
  3987. <note author="Thorsten Ottosen">
  3988. For sun the problem is that <code>insert(iterator,range)</code>
  3989. is not available due to partial ordering errors (the core library remains usable).
  3990. For codewarrior the problem is at least <code>std::auto_ptr</code> overloads (the core library remains usable).
  3991. </note>
  3992. </mark-expected-failures>
  3993. <mark-expected-failures>
  3994. <test name="ptr_map"/>
  3995. <toolset name="hp_cxx-71_006_tru64"/>
  3996. <toolset name="cw-9.4"/>
  3997. <toolset name="sun-5.*"/>
  3998. <note author="Thorsten Ottosen">
  3999. For hp, this compiler bug is insignificant.
  4000. For sun the problem is that <code>transfer(range,ptr_map)</code>
  4001. is not available due to partial ordering errors (the core library remains usable).
  4002. For codewarrior the problem is not known so please submit a patch.
  4003. </note>
  4004. </mark-expected-failures>
  4005. <mark-expected-failures>
  4006. <test name="ptr_set"/>
  4007. <toolset name="cw-9.4"/>
  4008. <toolset name="sun-5.*"/>
  4009. <note author="Thorsten Ottosen">
  4010. For sun the problem is that <code>transfer(range,ptr_map)</code> and
  4011. <code>insert(range)</code>code>
  4012. is not available due to partial ordering errors (the core library remains usable).
  4013. For codewarrior the problem is at least <code>std::auto_ptr</code> overloads (the core library remains usable)..
  4014. </note>
  4015. </mark-expected-failures>
  4016. <mark-expected-failures>
  4017. <test name="serialization"/>
  4018. <toolset name="cw*"/>
  4019. <toolset name="intel-darwin-*"/>
  4020. <toolset name="intel-linux-*"/>
  4021. <toolset name="pathscale-3.1"/>
  4022. <toolset name="sun-5.*"/>
  4023. <note author="Thorsten Ottosen">
  4024. For codewarrior, the cause of this problem is unknown. Please
  4025. submit a patch. Other failures are due to problems with
  4026. the serialization library, or to a minor problem with the use of
  4027. the library.
  4028. </note>
  4029. </mark-expected-failures>
  4030. <mark-expected-failures>
  4031. <test name="tree_test"/>
  4032. <toolset name="sun-5.8"/>
  4033. <note author="Thorsten Ottosen">
  4034. For sun the problem is due to Boost.Test.
  4035. </note>
  4036. </mark-expected-failures>
  4037. <mark-expected-failures>
  4038. <test name="tut1"/>
  4039. <toolset name="cw-9.4"/>
  4040. <note author="Thorsten Ottosen">
  4041. Seem like a bug in the compiler. Please submit a patch.
  4042. </note>
  4043. </mark-expected-failures>
  4044. <mark-expected-failures>
  4045. <test name="view_example"/>
  4046. <toolset name="cw-9.4"/>
  4047. <note author="Thorsten Ottosen">
  4048. Seem like a bug in the compiler. Please submit a patch.
  4049. </note>
  4050. </mark-expected-failures>
  4051. </library>
  4052. <!-- python -->
  4053. <library name="python">
  4054. <mark-unusable>
  4055. <toolset name="borland-5.5*"/>
  4056. <toolset name="borland-5.6*"/>
  4057. <toolset name="borland-5.8*"/>
  4058. <toolset name="borland-5.9*"/>
  4059. <note refid="2"/>
  4060. <note refid="17"/>
  4061. </mark-unusable>
  4062. <mark-unusable>
  4063. <toolset name="hp_cxx-65*"/>
  4064. <note author="Markus Schoepflin">
  4065. The library fails to compile because of an error in the C++
  4066. standard library implementation on this platform. It incorrectly
  4067. assumes that fpos_t is of an integral type, which is not always
  4068. the case. This is fixed in a later release.
  4069. </note>
  4070. </mark-unusable>
  4071. <mark-unusable>
  4072. <toolset name="sun-5.6*"/>
  4073. <note author="David Abrahams">
  4074. The old reasoning given for this markup, which applied
  4075. to sun-5.8*, was as follows. However, tuple's tests
  4076. seem to use the test library, which is apparently
  4077. completely broken on Sun. Therefore, I've backed off
  4078. the version number to sun-5.6 so I can see the actual
  4079. state of the failures.
  4080. <blockquote>This compiler seems to be having trouble digesting
  4081. Boost.Tuple. Until it can handle Boost.Tuple there's
  4082. little chance it will handle Boost.Python</blockquote>
  4083. </note>
  4084. </mark-unusable>
  4085. <mark-expected-failures>
  4086. <test name="object"/>
  4087. <toolset name="intel-10.*"/>
  4088. <note author="David Abrahams">
  4089. This compiler has a bug that causes silent misbehavior at runtime
  4090. when each of an assignment expression follows one of the following patterns:
  4091. <em>expr</em><code>.attr(</code><em>name</em><code>)</code>
  4092. or <em>expr</em><code>[</code><em>item</em><code>]</code>,
  4093. where <em>expr</em>
  4094. is-a <code>boost::python::object</code>. We've been
  4095. unable to find a workaround.
  4096. </note>
  4097. </mark-expected-failures>
  4098. <mark-expected-failures>
  4099. <test name="object"/>
  4100. <toolset name="acc"/>
  4101. <note author="Boris Gubenko" refid="46"/>
  4102. </mark-expected-failures>
  4103. <mark-expected-failures>
  4104. <test name="args"/>
  4105. <test name="auto_ptr"/>
  4106. <test name="builtin_convertors"/>
  4107. <test name="callbacks"/>
  4108. <test name="crossmod_exception"/>
  4109. <test name="data_members"/>
  4110. <test name="enum"/>
  4111. <test name="exception_translator"/>
  4112. <test name="extract"/>
  4113. <test name="implicit"/>
  4114. <test name="iterator"/>
  4115. <test name="list"/>
  4116. <test name="map_indexing_suite"/>
  4117. <test name="object"/>
  4118. <test name="opaque"/>
  4119. <test name="pickle2"/>
  4120. <test name="polymorphism"/>
  4121. <test name="polymorphism2"/>
  4122. <test name="shared_ptr"/>
  4123. <test name="slice"/>
  4124. <test name="test_pointer_adoption"/>
  4125. <test name="try"/>
  4126. <test name="vector_indexing_suite"/>
  4127. <test name="virtual_functions"/>
  4128. <toolset name="gcc-2.95.3-linux"/>
  4129. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  4130. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  4131. <note author="D. Abrahams">
  4132. The problems with GCC 2.x only occur when C++ exceptions are thrown and
  4133. the framework catches them, which happens quite often in the tests.
  4134. So technically GCC 2.x is usable if you're careful.
  4135. </note>
  4136. </mark-expected-failures>
  4137. <mark-expected-failures>
  4138. <test name="pointer_vector"/>
  4139. <test name="polymorphism"/>
  4140. <toolset name="hp_cxx*"/>
  4141. <note author="Markus Schoepflin" refid="29"/>
  4142. </mark-expected-failures>
  4143. <mark-expected-failures>
  4144. <test name="data_members"/>
  4145. <toolset name="acc"/>
  4146. <note author="Boris Gubenko">
  4147. This test assumes standard-compliant dependent template name lookup which
  4148. is performed by aCC6 only in strict ansi mode. Since on HP-UX/aCC6 boost
  4149. testing is done in the default compilation mode, this test fails to
  4150. compile on this platform (in strict ansi mode, it compiles and succeeds).
  4151. </note>
  4152. </mark-expected-failures>
  4153. </library>
  4154. <!-- random -->
  4155. <library name="random">
  4156. <mark-unusable>
  4157. <toolset name="msvc"/>
  4158. <toolset name="msvc-7.0"/>
  4159. <note author="B. Dawes" refid="10"/>
  4160. </mark-unusable>
  4161. <test name="random_test">
  4162. <mark-failure>
  4163. <toolset name="cw-8.3*"/>
  4164. <note author="B. Dawes" refid="3"/>
  4165. </mark-failure>
  4166. <mark-failure>
  4167. <toolset name="borland-5.6*"/>
  4168. <toolset name="borland-5.8*"/>
  4169. <toolset name="borland-5.9*"/>
  4170. <note author="B. Dawes" refid="2"/>
  4171. </mark-failure>
  4172. <mark-failure>
  4173. <toolset name="intel-vc71-win*"/>
  4174. <toolset name="intel-vc8-win*"/>
  4175. <note author="S. Slapeta" refid="1"/>
  4176. </mark-failure>
  4177. <mark-failure>
  4178. <toolset name="intel-linux-9.0"/>
  4179. <note author="John Maddock">
  4180. Reported to Intel as issue 409291, and confirmed
  4181. as a problem. Probably this relates to a specific
  4182. Linux-Kernal or GLibC version.
  4183. </note>
  4184. </mark-failure>
  4185. <mark-failure>
  4186. <toolset name="qcc-3.3.5*"/>
  4187. <note author="Jim Douglas" date="13 Feb 06">
  4188. Test fails with ranlux*_O1 RNGs when saving and recalling the state due to a bug in the
  4189. double to string conversion. The problem has been reported to QNX as PR29252.
  4190. </note>
  4191. </mark-failure>
  4192. <mark-failure>
  4193. <toolset name="gcc-*_tru64"/>
  4194. <note author="Markus Schoepflin">
  4195. This test fails because of limitations in the system assembler
  4196. version used by GCC. It most probably would pass if the test
  4197. were split into multiple source files.
  4198. </note>
  4199. </mark-failure>
  4200. <mark-failure>
  4201. <toolset name="gcc-3.4.6_linux_ia64"/>
  4202. <note author="Boris Gubenko">
  4203. It looks like a compiler issue: the test fails with gcc 3.4.6
  4204. and succeeds with gcc 4.2.1.
  4205. </note>
  4206. </mark-failure>
  4207. </test>
  4208. <mark-expected-failures>
  4209. <test name="test_ecuyer1988"/>
  4210. <test name="test_hellekalek1995"/>
  4211. <test name="test_rand48"/>
  4212. <test name="test_minstd_rand0"/>
  4213. <test name="test_minstd_rand"/>
  4214. <test name="test_kreutzer1986"/>
  4215. <test name="test_mt11213b"/>
  4216. <test name="test_mt19937"/>
  4217. <test name="test_lagged_fibonacci"/>
  4218. <test name="test_lagged_fibonacci607"/>
  4219. <test name="test_ranlux3"/>
  4220. <test name="test_ranlux4"/>
  4221. <test name="test_ranlux3_01"/>
  4222. <test name="test_ranlux4_01"/>
  4223. <test name="test_ranlux64_3_01"/>
  4224. <test name="test_ranlux64_4_01"/>
  4225. <test name="test_taus88"/>
  4226. <toolset name="gcc-mingw-4.3.3"/>
  4227. <note refid="5" author="Steven Watanabe"/>
  4228. </mark-expected-failures>
  4229. </library>
  4230. <!-- range -->
  4231. <library name="range">
  4232. <mark-unusable>
  4233. <toolset name="borland-*"/>
  4234. <toolset name="mipspro"/>
  4235. <toolset name="dmc-8_43-stlport-4_5_3"/>
  4236. <toolset name="gcc-2.95.3*"/>
  4237. <toolset name="sunpro-5_3-sunos"/>
  4238. </mark-unusable>
  4239. <mark-expected-failures>
  4240. <test name="array"/>
  4241. <toolset name="como-4_3_3*"/>
  4242. <toolset name="sun-5.8"/>
  4243. <toolset name="borland-5.6*"/>
  4244. <toolset name="borland-5.8*"/>
  4245. <toolset name="borland-5.9*"/>
  4246. <note refid="27" author="Thorsten Ottosen"/>
  4247. </mark-expected-failures>
  4248. <mark-expected-failures>
  4249. <test name="adl_conformance"/>
  4250. <toolset name="msvc-7.1"/>
  4251. <note author="Neil Groves">
  4252. This test is designed to give users visibility of the ADL problems with their compilers.
  4253. Lack of Argument Dependent Lookup changes how one can extend the library. The lack of
  4254. ADL is worked-around internally so that most of the functionality is preserved.
  4255. </note>
  4256. </mark-expected-failures>
  4257. <mark-expected-failures>
  4258. <test name="iterator_range"/>
  4259. <toolset name="msvc-stlport"/>
  4260. <toolset name="msvc-6.5_stlport4"/>
  4261. <toolset name="hp_cxx-65*"/>
  4262. <note author="Thorsten Ottosen">
  4263. For most compilers this is due to problems
  4264. with built-in arrays (notably char arrays) and operator==()
  4265. and operator!=() for iterator_range. Thus, not using built-in arrays
  4266. fixes the problem.
  4267. For other compilers it is simply a bug in the standard library.
  4268. </note>
  4269. </mark-expected-failures>
  4270. <mark-expected-failures>
  4271. <test name="push_front"/>
  4272. <toolset name="msvc-9.0~stlport5.2"/>
  4273. <note author="Neil Groves">
  4274. push_front fails the unit test in this configuration. I do not have this
  4275. configuration available to determine if a work-around is possible.
  4276. </note>
  4277. </mark-expected-failures>
  4278. <mark-expected-failures>
  4279. <test name="reversible_range"/>
  4280. <toolset name="hp_cxx-65*"/>
  4281. <note author="Thorsten Ottosen">
  4282. This test probably fails because it uses built-in arrays. So do expect these
  4283. functions to work in normal code.
  4284. </note>
  4285. </mark-expected-failures>
  4286. <mark-expected-failures>
  4287. <test name="string"/>
  4288. <toolset name="hp_cxx-65*"/>
  4289. <toolset name="sun-5.8"/>
  4290. <toolset name="borland-5.6*"/>
  4291. <toolset name="borland-5.8*"/>
  4292. <toolset name="borland-5.9*"/>
  4293. <note author="Thorsten Ottosen">
  4294. The string functionality is expected to work if
  4295. the user employs std::string and stays away from built-in
  4296. arrays.
  4297. </note>
  4298. </mark-expected-failures>
  4299. <mark-expected-failures>
  4300. <test name="sub_range"/>
  4301. <toolset name="msvc-8.0"/>
  4302. <toolset name="intel-vc8-*"/>
  4303. <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
  4304. <toolset name="msvc-6.5_stlport4"/>
  4305. <toolset name="msvc-7.0"/>
  4306. <toolset name="msvc-7.1_stlport4"/>
  4307. <toolset name="hp_cxx-65*"/>
  4308. <note refid="6" author="Thorsten Ottosen">
  4309. For most compilers this is due to problems
  4310. with built-in arrays (notably char arrays) and operator==()
  4311. and operator!=() for iterator_range. Thus, not using built-in arrays
  4312. fixes the problem.
  4313. </note>
  4314. </mark-expected-failures>
  4315. <mark-expected-failures>
  4316. <test name="sub_range"/>
  4317. <toolset name="cw-9_5-darwin"/>
  4318. <note author="Thorsten Ottosen">
  4319. At the time of release I couldn't figure out why this was failing.
  4320. Anyway, the failure is not very important; also, the well-definedness of
  4321. "singularity" of an iterator range is likely to change.
  4322. </note>
  4323. </mark-expected-failures>
  4324. <mark-expected-failures>
  4325. <test name="extension_mechanism"/>
  4326. <toolset name="msvc-6.5*"/>
  4327. <toolset name="msvc-7.0"/>
  4328. <note author="Thorsten Ottosen">
  4329. The test requires support for Argument Dependent Lookup (ADL)
  4330. which the compiler in question does not provide.
  4331. </note>
  4332. </mark-expected-failures>
  4333. </library>
  4334. <!-- ratio -->
  4335. <library name="ratio">
  4336. <mark-unusable>
  4337. <toolset name="borland-*"/>
  4338. <toolset name="pathscale*"/>
  4339. <note author="Vicente J. Botet Escriba">
  4340. The compiler does not support features that are essential for the library.
  4341. </note>
  4342. </mark-unusable>
  4343. <mark-expected-failures>
  4344. <test name="mpl_plus_pass"/>
  4345. <test name="ratio_ext_pass"/>
  4346. <toolset name="intel-*-10.1"/>
  4347. <toolset name="intel-*-11.0"/>
  4348. <toolset name="intel-*-11.1"/>
  4349. <note author="Vicente J. Botet Escriba">
  4350. internal error: assertion failed: copy_template_param_expr.
  4351. It seems to be already an Intel internal bug database (tracker number #82149).
  4352. I have no workaround yet.
  4353. </note>
  4354. </mark-expected-failures>
  4355. </library>
  4356. <!-- regex -->
  4357. <library name="regex">
  4358. <test name="regex_token_iterator_eg_2">
  4359. <mark-failure>
  4360. <toolset name="msvc-6.5"/>
  4361. <note author="J. Maddock"/>
  4362. </mark-failure>
  4363. </test>
  4364. <test name="posix_api_check">
  4365. <mark-failure>
  4366. <toolset name="como-4_3_3-vc7*"/>
  4367. <note author="J. Maddock"/>
  4368. </mark-failure>
  4369. </test>
  4370. <test name="wide_posix_api_check">
  4371. <mark-failure>
  4372. <toolset name="qcc-3.3.5_gpp"/>
  4373. <note author="J. Maddock">
  4374. No Wide character support on this platform.
  4375. </note>
  4376. </mark-failure>
  4377. </test>
  4378. <test name="wide_posix_api_check_c">
  4379. <mark-failure>
  4380. <toolset name="qcc-3.3.5_gpp"/>
  4381. <note author="J. Maddock">
  4382. No Wide character support on this platform.
  4383. </note>
  4384. </mark-failure>
  4385. </test>
  4386. <test name="*_dll">
  4387. <mark-failure>
  4388. <toolset name="*como-4_3_3*"/>
  4389. <note author="J. Maddock">
  4390. This test requires features that are unsupported by Como:
  4391. use and building of dll's mainly.
  4392. </note>
  4393. </mark-failure>
  4394. </test>
  4395. <mark-expected-failures>
  4396. <test name="static_mutex_test"/>
  4397. <test name="test_grep"/>
  4398. <toolset name="*como-4_3_3*"/>
  4399. <note author="J. Maddock">
  4400. This test requires features that are unsupported by Como:
  4401. use and building of dll's mainly.
  4402. </note>
  4403. </mark-expected-failures>
  4404. <mark-expected-failures>
  4405. <test name="regex_regress_threaded"/>
  4406. <toolset name="darwin*"/>
  4407. <note author="J. Maddock">
  4408. This tests fails because a dependency (Boost.Test)
  4409. fails to initialise correctly. The issue has been
  4410. reported to the library's author.
  4411. </note>
  4412. </mark-expected-failures>
  4413. <mark-expected-failures>
  4414. <test name="regex_regress_threaded"/>
  4415. <toolset name="gcc-*_tru64"/>
  4416. <note author="J. Maddock">
  4417. GCC on tru64 appears not to cope with C++ exceptions
  4418. thrown from within threads.
  4419. </note>
  4420. </mark-expected-failures>
  4421. <test name="concept_check">
  4422. <mark-failure>
  4423. <toolset name="msvc-8.0"/>
  4424. <toolset name="sunpro-5_3-sunos"/>
  4425. <toolset name="sun-5.8"/>
  4426. <toolset name="borland-5.8*"/>
  4427. <toolset name="borland-5.9*"/>
  4428. <toolset name="qcc-3.3.5_cpp"/>
  4429. <note author="John Maddock" refid="2"/>
  4430. </mark-failure>
  4431. </test>
  4432. <test name="test_grep">
  4433. <mark-failure>
  4434. <toolset name="gcc-2.95.3-linux"/>
  4435. <toolset name="sunpro-5_3-sunos"/>
  4436. <toolset name="sun-5.8"/>
  4437. <toolset name="msvc-6.5*"/>
  4438. <toolset name="msvc-7.0"/>
  4439. <note author="John Maddock">
  4440. This test fails because a dependency (Boost.Program Options) doesn't build with this compiler.
  4441. </note>
  4442. </mark-failure>
  4443. </test>
  4444. <test name="test_grep">
  4445. <mark-failure>
  4446. <toolset name="borland-5.9*"/>
  4447. <note author="A.Meredith">
  4448. This test fails because a dependency (Boost.Program Options) which currently doesn't build with this compiler.
  4449. </note>
  4450. </mark-failure>
  4451. </test>
  4452. <mark-expected-failures>
  4453. <test name="regex_regress"/>
  4454. <test name="regex_regress_dll"/>
  4455. <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
  4456. <note author="John Maddock" refid="29"/>
  4457. </mark-expected-failures>
  4458. <mark-expected-failures>
  4459. <test name="regex_regress"/>
  4460. <test name="regex_regress_threaded"/>
  4461. <test name="regex_regress_dll"/>
  4462. <toolset name="borland*"/>
  4463. <note author="John Maddock">
  4464. There appears to be a linker bug that prevents these
  4465. projects from building, see http://qc.borland.com/wc/qcmain.aspx?d=32020.
  4466. </note>
  4467. </mark-expected-failures>
  4468. <mark-expected-failures>
  4469. <test name="unicode_iterator_test"/>
  4470. <toolset name="borland-5.6*"/>
  4471. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  4472. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  4473. <note author="John Maddock" refid="6"/>
  4474. </mark-expected-failures>
  4475. <mark-expected-failures>
  4476. <test name="regex_regress"/>
  4477. <test name="regex_regress_threaded"/>
  4478. <test name="regex_regress_dll"/>
  4479. <toolset name="borland*"/>
  4480. <note author="John Maddock">
  4481. There appears to be a linker bug that prevents these
  4482. projects from building, see http://qc.borland.com/wc/qcmain.aspx?d=32020.
  4483. </note>
  4484. </mark-expected-failures>
  4485. <mark-expected-failures>
  4486. <test name="regex_timer"/>
  4487. <toolset name="msvc-6.5_stlport4"/>
  4488. <note author="John Maddock">
  4489. Test fails due to unresilved externals from STLport: appears to be
  4490. an STLport bug. </note>
  4491. </mark-expected-failures>
  4492. <mark-expected-failures>
  4493. <test name="regex_regress_threaded"/>
  4494. <test name="static_mutex_test"/>
  4495. <toolset name="msvc-6.5_stlport*"/>
  4496. <toolset name="msvc-7.1_stlport*"/>
  4497. <toolset name="msvc-8.0"/>
  4498. <toolset name="gcc-cygwin*"/>
  4499. <note author="John Maddock">
  4500. These tests pass when run directly from the command line,
  4501. but fail when run under the regression test script.
  4502. The issue has never been fully pinned down, but appears
  4503. to be related to how long the tests take to run.</note>
  4504. </mark-expected-failures>
  4505. </library>
  4506. <!-- scope_exit -->
  4507. <library name="scope_exit">
  4508. <mark-expected-failures>
  4509. <test name="emulation_tpl"/>
  4510. <toolset name="intel-*-9.1"/>
  4511. <toolset name="intel-*-10.0"/>
  4512. <toolset name="intel-*-10.1"/>
  4513. <toolset name="intel-*-11.0"/>
  4514. <note author="Alexander Nasonov">
  4515. The test does not compile in typeof emulation mode,
  4516. most likely due to a compiler bug. Users are advised
  4517. to use native typeof.
  4518. </note>
  4519. </mark-expected-failures>
  4520. <mark-expected-failures>
  4521. <test name="native"/>
  4522. <toolset name="acc"/>
  4523. <note author="Alexander Nasonov" refid="39"/>
  4524. </mark-expected-failures>
  4525. <mark-expected-failures>
  4526. <test name="native_tpl"/>
  4527. <toolset name="acc"/>
  4528. <note author="Alexander Nasonov" refid="39"/>
  4529. </mark-expected-failures>
  4530. <mark-expected-failures>
  4531. <test name="native_tu_test"/>
  4532. <toolset name="acc"/>
  4533. <note author="Alexander Nasonov" refid="39"/>
  4534. </mark-expected-failures>
  4535. <mark-expected-failures>
  4536. <test name="native_tu_test"/>
  4537. <toolset name="msvc-7.1*"/>
  4538. <toolset name="msvc-8.0*"/>
  4539. <note author="Alexander Nasonov" refid="2"/>
  4540. </mark-expected-failures>
  4541. <mark-expected-failures>
  4542. <test name="emulation_tu_test"/>
  4543. <toolset name="msvc-7.1*"/>
  4544. <toolset name="msvc-8.0*"/>
  4545. <note author="Alexander Nasonov" refid="2"/>
  4546. </mark-expected-failures>
  4547. </library>
  4548. <!-- signals -->
  4549. <library name="signals">
  4550. <mark-unusable>
  4551. <toolset name="sunpro-5_3-sunos"/>
  4552. </mark-unusable>
  4553. <test name="signal_test">
  4554. <mark-failure>
  4555. <toolset name="cw-8.3*"/>
  4556. <note author="B. Dawes" refid="2"/>
  4557. </mark-failure>
  4558. <mark-failure>
  4559. <toolset name="borland-5.6*"/>
  4560. <toolset name="borland-5.8*"/>
  4561. <toolset name="borland-5.9*"/>
  4562. <toolset name="msvc-6.5"/>
  4563. <toolset name="msvc-7.0"/>
  4564. <note author="B. Dawes" refid="3"/>
  4565. </mark-failure>
  4566. </test>
  4567. </library>
  4568. <!-- statechart -->
  4569. <library name="statechart">
  4570. <mark-unusable>
  4571. <toolset name="borland*"/>
  4572. <toolset name="sun-5*"/>
  4573. <toolset name="pgi-1*"/>
  4574. <note author="Andreas Huber" refid="17"/>
  4575. </mark-unusable>
  4576. <mark-expected-failures>
  4577. <test name="DllTestNormal"/>
  4578. <toolset name="*mingw*"/>
  4579. <toolset name="intel-darwin-10*"/>
  4580. <toolset name="intel-darwin-11*"/>
  4581. <note author="Andreas Huber">
  4582. A runtime failure of this test indicates that this platform
  4583. <b>dynamically</b> links code in a manner such that under
  4584. certain circumstances more than one instance of a
  4585. header-defined static class member can exist at runtime. See
  4586. <a href="http://www.boost.org/libs/statechart/doc/faq.html#Dll">FAQ</a>
  4587. for more information.
  4588. </note>
  4589. </mark-expected-failures>
  4590. <mark-expected-failures reason="?">
  4591. <test name="FifoSchedulerTest*"/>
  4592. <toolset name="darwin-4.4"/>
  4593. <toolset name="intel-darwin-10*"/>
  4594. <note author="Andreas Huber" refid="29"/>
  4595. </mark-expected-failures>
  4596. <mark-expected-failures reason="?">
  4597. <test name="TransitionTest*"/>
  4598. <toolset name="intel-darwin-10*"/>
  4599. <toolset name="intel-linux-10*"/>
  4600. <toolset name="gcc-4.3.4_0x"/>
  4601. <toolset name="pathscale-3.2"/>
  4602. <note author="Andreas Huber" refid="29"/>
  4603. </mark-expected-failures>
  4604. </library>
  4605. <!-- static_assert -->
  4606. <library name="static_assert">
  4607. <test name="static_assert_example_2">
  4608. <mark-failure>
  4609. <toolset name="sunpro-5_3-sunos"/>
  4610. <note author="J. Maddock" refid="4"/>
  4611. </mark-failure>
  4612. </test>
  4613. <test name="static_assert_test">
  4614. <mark-failure>
  4615. <toolset name="borland-5.6*"/>
  4616. <toolset name="borland-5.8*"/>
  4617. <toolset name="borland-5.9*"/>
  4618. <note author="A.Meredith" date="26 May 2006">
  4619. This test runs without problem on Borland compilers,
  4620. which means the static assertion is not being caught.
  4621. </note>
  4622. </mark-failure>
  4623. </test>
  4624. </library>
  4625. <!-- system -->
  4626. <library name="system">
  4627. <mark-unusable>
  4628. <toolset name="borland-5.6*"/>
  4629. <toolset name="borland-5.8*"/>
  4630. <note author="Beman Dawes">
  4631. This compiler does not support enable_if, which is required
  4632. by Boost.System.
  4633. </note>
  4634. </mark-unusable>
  4635. </library>
  4636. <!-- test -->
  4637. <library name="test">
  4638. <mark-expected-failures>
  4639. <test name="ifstream_line_iterator_test"/>
  4640. <toolset name="sunpro*"/>
  4641. <note author="Gennadiy Rozental" refid="2"/>
  4642. </mark-expected-failures>
  4643. <mark-expected-failures>
  4644. <test name="custom_exception_test"/>
  4645. <toolset name="msvc-6.5*"/>
  4646. <note author="Gennadiy Rozental" refid="2"/>
  4647. </mark-expected-failures>
  4648. <mark-expected-failures>
  4649. <test name="errors_handling_test"/>
  4650. <toolset name="*como-4_3_3*"/>
  4651. <note author="B. Dawes" refid="3"/>
  4652. </mark-expected-failures>
  4653. <mark-expected-failures>
  4654. <test name="token_iterator_test"/>
  4655. <toolset name="msvc-6.5*"/>
  4656. <toolset name="iw-7_1-vc6"/>
  4657. <toolset name="msvc-7.0"/>
  4658. <toolset name="msvc-7.0-stlport"/>
  4659. <toolset name="gcc-2.95.3-linux"/>
  4660. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  4661. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  4662. <toolset name="hp_cxx-65*"/>
  4663. <toolset name="sunpro*"/>
  4664. <toolset name="borland*"/>
  4665. <note author="Gennadiy Rozental" refid="3"/>
  4666. </mark-expected-failures>
  4667. <mark-expected-failures>
  4668. <test name="token_iterator_test"/>
  4669. <toolset name="qcc-3.3.5*gpp"/>
  4670. <note author="Jim Douglas" date="14 Feb 06" refid="36"/>
  4671. </mark-expected-failures>
  4672. <mark-expected-failures>
  4673. <test name="test_fp_comparisons"/>
  4674. <toolset name="msvc-6.5*"/>
  4675. <toolset name="msvc-7.0"/>
  4676. <toolset name="msvc-7.0-stlport"/>
  4677. <toolset name="borland-5.6*"/>
  4678. <toolset name="borland-5.8*"/>
  4679. <toolset name="borland-5.9*"/>
  4680. <note author="Gennadiy Rozental" refid="3"/>
  4681. </mark-expected-failures>
  4682. <mark-expected-failures reason="?">
  4683. <test name="basic_cstring_test"/>
  4684. <toolset name="gcc-2.95.3-linux"/>
  4685. <note refid="29"/>
  4686. </mark-expected-failures>
  4687. <mark-expected-failures>
  4688. <test name="test_tools_test"/>
  4689. <toolset name="cw-9_5-darwin"/>
  4690. <note refid="29" author="Doug Gregor"/>
  4691. </mark-expected-failures>
  4692. <mark-expected-failures>
  4693. <test name="errors_handling_test"/>
  4694. <toolset name="acc*"/>
  4695. <toolset name="cw-9_5-darwin"/>
  4696. <note refid="29" author="Doug Gregor"/>
  4697. </mark-expected-failures>
  4698. <mark-expected-failures>
  4699. <test name="test_tools_test"/>
  4700. <toolset name="cw-9.4"/>
  4701. <note refid="29" author="Doug Gregor"/>
  4702. </mark-expected-failures>
  4703. <mark-expected-failures>
  4704. <test name="prg_exec_fail2"/>
  4705. <toolset name="gcc-3.4.2_hpux_pa_risc"/>
  4706. <toolset name="gcc-3.4.6_linux_ia64"/>
  4707. <note author="Vladimir Prus">
  4708. The test verifies that Boost.Test detects division by
  4709. zero. It fails on PowerPC, PA-RISC and Linux ia64. On PowerPC
  4710. processors, division has an undefined result. The compiler
  4711. has to emit extra code to assert that the divisor isn't zero.
  4712. Compiler options -fno-trapping-math and -fnon-call-exceptions
  4713. might affect this. However, in default configuration
  4714. no check is done, and division by zero is not detected.
  4715. </note>
  4716. </mark-expected-failures>
  4717. <mark-expected-failures>
  4718. <test name="prg_exec_fail3"/>
  4719. <toolset name="cw-9.4"/>
  4720. <toolset name="gcc-3.4.6_linux_ia64"/>
  4721. <note author="Vladimir Prus">
  4722. The test appears to test that failed assertion result
  4723. in non-zero exit status. That seems to be not the
  4724. case, for unknown reasons.
  4725. </note>
  4726. </mark-expected-failures>
  4727. <mark-expected-failures>
  4728. <test name="sync_access_test"/>
  4729. <toolset name="acc*"/>
  4730. <toolset name="gcc-4.2.1_hpux_ia64"/>
  4731. <note author="Boris Gubenko">
  4732. On HP-UX platform, this test must be compiled/linked in multithread mode.
  4733. When compiled/linked with aC++ with -mt, it succeeds. When compiled/linked
  4734. with GCC with -pthread, it links cleanly but fails in run-time.
  4735. </note>
  4736. </mark-expected-failures>
  4737. </library>
  4738. <!-- thread -->
  4739. <library name="thread">
  4740. <mark-unusable>
  4741. <toolset name="*como-4_3_3*"/>
  4742. <note author="B. Dawes" refid="10"/>
  4743. </mark-unusable>
  4744. <test name="test_mutex">
  4745. <mark-failure>
  4746. <toolset name="msvc-7.0"/>
  4747. <note author="B. Dawes" refid="0"/>
  4748. <note author="B. Dawes" refid="6"/>
  4749. </mark-failure>
  4750. </test>
  4751. <mark-expected-failures>
  4752. <test name="*_lib"/>
  4753. <toolset name="intel-8.0-linux*"/>
  4754. <note author="Aleksey Gurtovoy">
  4755. This failure is caused by a conflict between the compiler
  4756. and the testing environment: the tests are run on a platform with
  4757. <i>too recent</i> version of glibc, which is not currently
  4758. supported by the compiler vendor (Intel).
  4759. If you are having the same problem and <i>really</i> want to make
  4760. things work, renaming <code>strol</code> symbol in the
  4761. compiler's static runtime library (<code>libcprts.a</code>) to
  4762. something else is known to resolve the issue.
  4763. </note>
  4764. </mark-expected-failures>
  4765. <mark-expected-failures reason="?">
  4766. <test name="*_lib"/>
  4767. <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
  4768. <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
  4769. <note author="Aleksey Gurtovoy" refid="29"/>
  4770. </mark-expected-failures>
  4771. <!--
  4772. It is unclear why this has been marked as expected failure. The
  4773. pthread_timedwait is giving an error code of EINVAL, which needs to
  4774. be resolved, since the timed behaviour is affected by this bug.
  4775. Marked as a failure again by Roland Schwarz, 2007-01-12
  4776. <mark-expected-failures>
  4777. <test name="test_mutex"/>
  4778. <test name="test_mutex_lib"/>
  4779. <toolset name="qcc-3.3*"/>
  4780. <note author="Jim Douglas" date="13 Feb 06" refid="16"/>
  4781. </mark-expected-failures>
  4782. -->
  4783. <mark-expected-failures>
  4784. <test name="test_tss_lib"/>
  4785. <toolset name="borland-*"/>
  4786. <toolset name="como-win-*"/>
  4787. <toolset name="msvc*wm5*"/>
  4788. <toolset name="cw-9.4"/>
  4789. <note author="Roland Schwarz" date="2006-12-14">
  4790. When a thread ends, tss data needs to be cleaned up. This process
  4791. is mostly automatic. When threads are launched by the Boost.Thread API
  4792. cleanup is handled by the library implementation. For threads, launched
  4793. by the native operating system API it is not possible to get this cleanup
  4794. on every compiler/platform. A warning (error) will be present in this case,
  4795. which cleary states this fact. It is recommended to start threads only
  4796. by means of the Boost.Thread API if you need to avoid the leaks that appear
  4797. on the end of the thread. If this is not possible the cleanup can be invoked
  4798. from user code before the process actually ends. For library implementors
  4799. this means to call these functions during library initialization and
  4800. finalization.
  4801. </note>
  4802. </mark-expected-failures>
  4803. <mark-expected-failures>
  4804. <test name="test_thread_move"/>
  4805. <test name="test_thread_move_lib"/>
  4806. <test name="test_move_function"/>
  4807. <test name="test_move_function_lib"/>
  4808. <toolset name="acc"/>
  4809. <toolset name="borland-*"/>
  4810. <toolset name="sun-*"/>
  4811. <note author="Anthony Williams" date="2007-12-14">
  4812. The Borland compiler and HP-UX aC++ compiler in default mode fail to bind rvalues to the thread move constructor,
  4813. choosing instead to bind them to the private (and unimplemented) copy constructor.
  4814. With aC++, the tests compile cleanly in strict ansi mode and succeed.
  4815. </note>
  4816. </mark-expected-failures>
  4817. <mark-expected-failures>
  4818. <test name="test_thread_move_return"/>
  4819. <test name="test_thread_move_return_lib"/>
  4820. <test name="test_thread_return_local"/>
  4821. <test name="test_thread_return_local_lib"/>
  4822. <toolset name="*"/>
  4823. <note author="Anthony Williams" date="2009-10-28">
  4824. These tests will fail in most compilers that don't support rvalue references.
  4825. </note>
  4826. </mark-expected-failures>
  4827. </library>
  4828. <!-- tuple -->
  4829. <library name="tuple">
  4830. <mark-unusable>
  4831. <toolset name="sunpro-5_3-sunos"/>
  4832. </mark-unusable>
  4833. </library>
  4834. <!-- type_traits -->
  4835. <library name="type_traits">
  4836. <mark-expected-failures>
  4837. <test name="has_operator_new_test"/>
  4838. <test name="make_signed_test"/>
  4839. <test name="make_unsigned_test"/>
  4840. <toolset name="msvc-7.1"/>
  4841. <note author="John Maddock">
  4842. Apparently the compiler can't cope with these - later versions are fine though.
  4843. Probably work-round-able if someone would care to look into these.
  4844. </note>
  4845. </mark-expected-failures>
  4846. <mark-expected-failures>
  4847. <test name="function_traits_test"/>
  4848. <test name="remove_bounds_test"/>
  4849. <test name="remove_const_test"/>
  4850. <test name="remove_cv_test"/>
  4851. <test name="remove_pointer_test"/>
  4852. <test name="remove_reference_test"/>
  4853. <test name="remove_volatile_test"/>
  4854. <test name="decay_test"/>
  4855. <test name="extent_test"/>
  4856. <test name="remove_extent_test"/>
  4857. <test name="remove_all_extents_test"/>
  4858. <test name="rank_test"/>
  4859. <test name="is_unsigned_test"/>
  4860. <toolset name="msvc-6.5*"/>
  4861. <toolset name="msvc-7.0"/>
  4862. <note author="Aleksey Gurtovoy">
  4863. This failure is caused by the lack of compiler support for class template
  4864. partial specialization. A limited subset of the tested functionality is
  4865. available on the compiler through a user-side workaround (see
  4866. <a href="http://www.boost.org/libs/type_traits/index.html#transformations">
  4867. http://www.boost.org/libs/type_traits/index.html#transformations</a> for
  4868. details).
  4869. </note>
  4870. </mark-expected-failures>
  4871. <mark-expected-failures>
  4872. <test name="decay_test"/>
  4873. <test name="extent_test"/>
  4874. <test name="is_base_and_derived_test"/>
  4875. <test name="is_base_of_test"/>
  4876. <test name="is_convertible_test"/>
  4877. <test name="rank_test"/>
  4878. <test name="remove_all_extents_test"/>
  4879. <test name="remove_bounds_test"/>
  4880. <test name="remove_const_test"/>
  4881. <test name="remove_extent_test"/>
  4882. <test name="remove_pointer_test"/>
  4883. <test name="remove_volatile_test"/>
  4884. <test name="tricky_add_pointer_test"/>
  4885. <test name="tricky_function_type_test"/>
  4886. <test name="tricky_incomplete_type_test"/>
  4887. <test name="make_signed_test"/>
  4888. <test name="make_unsigned_test"/>
  4889. <toolset name="borland-5.6*"/>
  4890. <toolset name="borland-5.8*"/>
  4891. <toolset name="borland-5.9*"/>
  4892. <note author="John Maddock" refid="2"/>
  4893. </mark-expected-failures>
  4894. <mark-expected-failures>
  4895. <test name="promote_basic_test"/>
  4896. <test name="promote_enum_test"/>
  4897. <test name="promote_mpl_test"/>
  4898. <test name="tricky_partial_spec_test"/>
  4899. <toolset name="borland-5.6*"/>
  4900. <toolset name="borland-5.8*"/>
  4901. <toolset name="borland-5.9*"/>
  4902. <note author="AlisdairM" refid="2"/>
  4903. </mark-expected-failures>
  4904. <mark-expected-failures>
  4905. <test name="promote_enum_msvc_bug_test"/>
  4906. <toolset name="msvc-7.1*"/>
  4907. <toolset name="msvc-8.0*"/>
  4908. <toolset name="msvc-9.0*"/>
  4909. <note author="Alexander Nasonov">
  4910. See bug 99776 'enum UIntEnum { value = UINT_MAX } is promoted to int'
  4911. http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx?feedbackid=22b0a6b7-120f-4ca0-9136-fa1b25b26efe
  4912. </note>
  4913. </mark-expected-failures>
  4914. <test name="tricky_is_enum_test">
  4915. <mark-failure>
  4916. <toolset name="borland-5.6*"/>
  4917. <toolset name="borland-5.8*"/>
  4918. <toolset name="borland-5.9*"/>
  4919. <toolset name="msvc-6.5*"/>
  4920. <toolset name="gcc-2.95.3-*"/>
  4921. </mark-failure>
  4922. </test>
  4923. <test name="tricky_incomplete_type_test">
  4924. <mark-failure>
  4925. <toolset name="iw-7_1*"/>
  4926. <note author="John Maddock" refid="2"/>
  4927. </mark-failure>
  4928. </test>
  4929. <test name="is_abstract_test">
  4930. <mark-failure>
  4931. <toolset name="borland-5.6*"/>
  4932. <toolset name="borland-5.8*"/>
  4933. <toolset name="borland-5.9*"/>
  4934. <toolset name="cw-8.3*"/>
  4935. <toolset name="cw-9.3*"/>
  4936. <toolset name="cw-9.4"/>
  4937. <toolset name="cw-9.5"/>
  4938. <toolset name="msvc-6.5*"/>
  4939. <toolset name="msvc-7.0"/>
  4940. <toolset name="mingw-3_3*"/>
  4941. <toolset name="gcc-2*"/>
  4942. <toolset name="gcc-3.2*"/>
  4943. <toolset name="gcc-3.3*"/>
  4944. <toolset name="qcc-3.3*"/>
  4945. <toolset name="sunpro-5_3-sunos"/>
  4946. <toolset name="hp_cxx-65*"/>
  4947. <toolset name="darwin"/>
  4948. <toolset name="mingw"/>
  4949. <note author="Aleksey Gurtovoy">
  4950. This functionality is available only on compilers that implement C++ Core Language
  4951. <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#337">Defect Report 337</a>.
  4952. </note>
  4953. </mark-failure>
  4954. </test>
  4955. <mark-expected-failures>
  4956. <test name="is_polymorphic_test"/>
  4957. <toolset name="gcc-2.95.3-stlport-*"/>
  4958. <note author="Doug Gregor" refid="3"/>
  4959. </mark-expected-failures>
  4960. <mark-expected-failures>
  4961. <test name="decay_test"/>
  4962. <test name="extent_test"/>
  4963. <test name="has_nothrow_assign_test"/>
  4964. <test name="has_nothrow_constr_test"/>
  4965. <test name="has_nothrow_copy_test"/>
  4966. <test name="has_trivial_assign_test"/>
  4967. <test name="has_trivial_constr_test"/>
  4968. <test name="has_trivial_copy_test"/>
  4969. <test name="has_trivial_destructor_test"/>
  4970. <test name="is_array_test"/>
  4971. <test name="is_base_and_derived_test"/>
  4972. <test name="is_base_of_test"/>
  4973. <test name="is_class_test"/>
  4974. <test name="is_convertible_test"/>
  4975. <test name="is_object_test"/>
  4976. <test name="is_pod_test"/>
  4977. <test name="is_polymorphic_test"/>
  4978. <test name="rank_test"/>
  4979. <test name="remove_all_extents_test"/>
  4980. <test name="remove_bounds_test"/>
  4981. <test name="remove_extent_test"/>
  4982. <toolset name="sunpro-5_3-sunos"/>
  4983. <note author="John Maddock">
  4984. The Type Traits library is broken when used with Sunpro-5.3 and the
  4985. argument to the template is an array or function type. Most other argument types
  4986. do work as expected: in other words the functionality is limited
  4987. with this compiler, but not so much as to render the library unuseable.
  4988. </note>
  4989. </mark-expected-failures>
  4990. <mark-expected-failures>
  4991. <test name="is_empty_test"/>
  4992. <test name="is_function_test"/>
  4993. <test name="is_member_func_test"/>
  4994. <test name="is_member_obj_test"/>
  4995. <test name="is_reference_test"/>
  4996. <test name="tricky_function_type_test"/>
  4997. <test name="tricky_incomplete_type_test"/>
  4998. <test name="tricky_is_enum_test"/>
  4999. <toolset name="sunpro-5_3-sunos"/>
  5000. <note author="John Maddock" refid="2"/>
  5001. </mark-expected-failures>
  5002. <mark-expected-failures>
  5003. <test name="decay_test"/>
  5004. <test name="extent_test"/>
  5005. <test name="is_abstract_test"/>
  5006. <test name="is_empty_test"/>
  5007. <test name="is_function_test"/>
  5008. <test name="is_member_func_test"/>
  5009. <test name="is_member_obj_test"/>
  5010. <test name="is_object_test"/>
  5011. <test name="is_reference_test"/>
  5012. <test name="rank_test"/>
  5013. <test name="tricky_function_type_test"/>
  5014. <toolset name="sun-5.8"/>
  5015. <note author="John Maddock">
  5016. The Type Traits library is broken when used with Sunpro-5.8 and the
  5017. argument to the template is a function type. Most other argument types
  5018. do work as expected: in other words the functionality is limited
  5019. with this compiler, but not so much as to render the library unuseable.
  5020. </note>
  5021. </mark-expected-failures>
  5022. <mark-expected-failures>
  5023. <test name="tricky_partial_spec_test"/>
  5024. <toolset name="sun-5.9"/>
  5025. <note author="John Maddock">
  5026. This fails with an internal compiler error,
  5027. there is no workaround as yet.
  5028. </note>
  5029. </mark-expected-failures>
  5030. <mark-expected-failures>
  5031. <test name="tricky_function_type_test"/>
  5032. <test name="is_const_test"/>
  5033. <test name="is_volatile_test"/>
  5034. <test name="is_convertible_test"/>
  5035. <toolset name="gcc-2*"/>
  5036. <note author="John Maddock" refid="2"/>
  5037. </mark-expected-failures>
  5038. <mark-expected-failures>
  5039. <test name="aligned_storage_test"/>
  5040. <toolset name="cw-8.3"/>
  5041. <note author="John Maddock">
  5042. Older versions of MWCW incorrectly align pointers to member functions
  5043. (they use 12-byte boundaries, rather than a power-of-2 boundary),
  5044. leading to alignment_of / aligned_storage
  5045. to fail with these types on this compiler.
  5046. </note>
  5047. </mark-expected-failures>
  5048. </library>
  5049. <!-- tr1 -->
  5050. <library name="tr1">
  5051. <mark-unusable>
  5052. <toolset name="msvc-7.0"/>
  5053. <toolset name="msvc-6*"/>
  5054. <note author="John Maddock">
  5055. VC6/7 has a buggy using declaration syntax which
  5056. basically makes it impossible to implement the
  5057. namespace forwarding that this library relies upon.
  5058. See KB article 263630 here: http://support.microsoft.com/default.aspx?scid=kb;en-us;263630
  5059. </note>
  5060. </mark-unusable>
  5061. <mark-unusable>
  5062. <toolset name="cw-*"/>
  5063. <note author="John Maddock">
  5064. Metrowerks Codeworrier has partial TR1 support built in
  5065. which conflicts with this implementation. Porting to this
  5066. compiler is almost certainly possible, but will require some
  5067. work by someone who has this compiler.
  5068. </note>
  5069. </mark-unusable>
  5070. <mark-expected-failures>
  5071. <test name="test_type_traits"/>
  5072. <test name="std_test_type_traits"/>
  5073. <toolset name="msvc-7.1"/>
  5074. <note author="John Maddock">
  5075. Later versions of MSVC are required for these tests - the issues may
  5076. be work-round-able if anyone cares enough to look into them.
  5077. </note>
  5078. </mark-expected-failures>
  5079. <mark-expected-failures>
  5080. <test name="test_mem_fn_tricky"/>
  5081. <test name="test_bind_tricky"/>
  5082. <test name="test_ref_wrapper_tricky"/>
  5083. <test name="test_function_tricky"/>
  5084. <test name="std_test_mem_fn_tricky"/>
  5085. <test name="std_test_bind_tricky"/>
  5086. <test name="std_test_ref_wrapper_tricky"/>
  5087. <test name="std_test_function_tricky"/>
  5088. <test name="std_test_reference_wrapper_tricky"/>
  5089. <test name="test_reference_wrapper_tricky"/>
  5090. <test name="std_test_cmath_tricky"/>
  5091. <test name="test_cmath_tricky"/>
  5092. <toolset name="*"/>
  5093. <note author="John Maddock">
  5094. These tests test features that are not supported in the
  5095. current Boost implementations of TR1 components, they will
  5096. currently fail on all compilers, unless that compiler has
  5097. native TR1 support.
  5098. </note>
  5099. </mark-expected-failures>
  5100. <mark-expected-failures>
  5101. <test name="run_random"/>
  5102. <test name="std_run_random"/>
  5103. <test name="std_test_bind"/>
  5104. <test name="test_bind"/>
  5105. <test name="std_test_regex"/>
  5106. <test name="test_regex"/>
  5107. <test name="std_test_result_of"/>
  5108. <test name="test_result_of"/>
  5109. <test name="tr1_has_tr1_result_of_pass"/>
  5110. <test name="tr1_has_trivial_constr_test"/>
  5111. <test name="tr1_is_base_of_test"/>
  5112. <test name="tr1_is_convertible_test"/>
  5113. <test name="tr1_is_pod_test"/>
  5114. <test name="tr1_is_polymorphic_test"/>
  5115. <test name="tr1_tky_function_type_test"/>
  5116. <toolset name="msvc-9.0"/>
  5117. <note author="John Maddock">
  5118. MSVC 9.0 with the optional feature pack installed includes
  5119. a version of the TR1 libraries that is not as interface-conforming
  5120. as the Boost version. Most of these failures are of the "annoying"
  5121. rather than "unusable" kind.
  5122. </note>
  5123. </mark-expected-failures>
  5124. <mark-expected-failures>
  5125. <test name="test_regex"/>
  5126. <test name="std_test_regex"/>
  5127. <test name="test_hash"/>
  5128. <test name="std_test_hash"/>
  5129. <toolset name="mingw*"/>
  5130. <toolset name="qcc*gpp"/>
  5131. <toolset name="gcc-2*"/>
  5132. <note author="John Maddock">
  5133. These tests fail on this platform due to a lack of
  5134. wide character support.
  5135. </note>
  5136. </mark-expected-failures>
  5137. <mark-expected-failures>
  5138. <test name="test_cmath"/>
  5139. <test name="std_test_cmath"/>
  5140. <toolset name="intel-linux-9.0"/>
  5141. <toolset name="darwin-4.0.1"/>
  5142. <note author="John Maddock">
  5143. These tests fail due to a lack of adequate
  5144. long double std math lib support.
  5145. </note>
  5146. </mark-expected-failures>
  5147. <mark-expected-failures>
  5148. <test name="test_regex"/>
  5149. <test name="std_test_regex"/>
  5150. <toolset name="gcc-mingw*"/>
  5151. <note author="John Maddock">
  5152. These tests fail on this platform due to incomplete
  5153. wide character support.
  5154. </note>
  5155. </mark-expected-failures>
  5156. <mark-expected-failures>
  5157. <test name="test_hash"/>
  5158. <test name="std_test_hash"/>
  5159. <toolset name="gcc-cygwin*"/>
  5160. <note author="John Maddock">
  5161. These tests fail on this platform due to incomplete
  5162. wide character support.
  5163. </note>
  5164. </mark-expected-failures>
  5165. <mark-expected-failures>
  5166. <test name="test_array"/>
  5167. <test name="std_test_array"/>
  5168. <test name="test_array_tricky"/>
  5169. <test name="std_test_array_tricky"/>
  5170. <test name="test_complex"/>
  5171. <test name="std_test_complex"/>
  5172. <test name="test_function"/>
  5173. <test name="std_test_function"/>
  5174. <test name="test_mem_fn"/>
  5175. <test name="std_test_mem_fn"/>
  5176. <test name="test_random"/>
  5177. <test name="std_test_random"/>
  5178. <test name="test_regex"/>
  5179. <test name="std_test_regex"/>
  5180. <test name="test_result_of"/>
  5181. <test name="std_test_result_of"/>
  5182. <test name="test_shared_ptr"/>
  5183. <test name="std_test_shared_ptr"/>
  5184. <test name="test_tr1_include"/>
  5185. <test name="std_test_tr1_include"/>
  5186. <test name="test_tuple"/>
  5187. <test name="std_test_tuple"/>
  5188. <test name="test_tuple_tricky"/>
  5189. <test name="std_test_tuple_tricky"/>
  5190. <test name="test_type_traits"/>
  5191. <test name="std_test_type_traits"/>
  5192. <test name="run_complex_overloads"/>
  5193. <test name="std_run_complex_overloads"/>
  5194. <test name="run_random"/>
  5195. <test name="std_run_random"/>
  5196. <test name="test_tuple_tricky"/>
  5197. <test name="tr1_add_const_test"/>
  5198. <test name="tr1_add_cv_test"/>
  5199. <test name="tr1_add_pointer_test"/>
  5200. <test name="tr1_add_reference_test"/>
  5201. <test name="tr1_add_volatile_test"/>
  5202. <test name="tr1_aligned_storage_test"/>
  5203. <test name="tr1_alignment_of_test"/>
  5204. <test name="tr1_has_nothrow_assign_test"/>
  5205. <test name="tr1_has_nothrow_constr_test"/>
  5206. <test name="tr1_has_nothrow_copy_test"/>
  5207. <test name="tr1_has_trivial_assign_test"/>
  5208. <test name="tr1_has_trivial_constr_test"/>
  5209. <test name="tr1_has_trivial_copy_test"/>
  5210. <test name="tr1_has_trivial_destr_test"/>
  5211. <test name="tr1_has_virtual_destr_test"/>
  5212. <test name="tr1_is_arithmetic_test"/>
  5213. <test name="tr1_is_array_test"/>
  5214. <test name="tr1_is_class_test"/>
  5215. <test name="tr1_is_compound_test"/>
  5216. <test name="tr1_is_const_test"/>
  5217. <test name="tr1_is_convertible_test"/>
  5218. <test name="tr1_is_empty_test"/>
  5219. <test name="tr1_is_enum_test"/>
  5220. <test name="tr1_is_floating_point_test"/>
  5221. <test name="tr1_is_function_test"/>
  5222. <test name="tr1_is_fundamental_test"/>
  5223. <test name="tr1_is_integral_test"/>
  5224. <test name="tr1_is_member_func_test"/>
  5225. <test name="tr1_is_member_obj_test"/>
  5226. <test name="tr1_is_member_pointer_test"/>
  5227. <test name="tr1_is_object_test"/>
  5228. <test name="tr1_is_pod_test"/>
  5229. <test name="tr1_is_pointer_test"/>
  5230. <test name="tr1_is_polymorphic_test"/>
  5231. <test name="tr1_is_reference_test"/>
  5232. <test name="tr1_is_same_test"/>
  5233. <test name="tr1_is_scalar_test"/>
  5234. <test name="tr1_is_signed_test"/>
  5235. <test name="tr1_is_union_test"/>
  5236. <test name="tr1_is_unsigned_test"/>
  5237. <test name="tr1_is_void_test"/>
  5238. <test name="tr1_is_volatile_test"/>
  5239. <test name="tr1_remove_const_test"/>
  5240. <test name="tr1_remove_cv_test"/>
  5241. <test name="tr1_remove_pointer_test"/>
  5242. <test name="tr1_remove_reference_test"/>
  5243. <test name="tr1_remove_volatile_test"/>
  5244. <test name="tr1_tky_abstract_type_test"/>
  5245. <test name="tr1_tricky_add_pointer_test"/>
  5246. <test name="tr1_tky_partial_spec_test"/>
  5247. <toolset name="borland-5.6*"/>
  5248. <note author="John Maddock">
  5249. Support for Borland C++ in the various TR1 libraries is pretty
  5250. poor (due to numerous compiler bugs sadly). The TR1 concept
  5251. checks are *very* strict, and are expected to fail with this
  5252. compiler. In addition most of the type_traits tests fail
  5253. whenever debugging support is turned on with an internal
  5254. compiler error. More conservative uses are more likely to succeed
  5255. with this compiler however.
  5256. </note>
  5257. </mark-expected-failures>
  5258. <mark-expected-failures>
  5259. <test name="test_complex"/>
  5260. <test name="std_test_complex"/>
  5261. <test name="test_function"/>
  5262. <test name="std_test_function"/>
  5263. <test name="test_random"/>
  5264. <test name="std_test_random"/>
  5265. <test name="test_result_of"/>
  5266. <test name="std_test_result_of"/>
  5267. <test name="test_tuple_tricky"/>
  5268. <test name="std_test_tuple_tricky"/>
  5269. <test name="test_type_traits"/>
  5270. <test name="std_test_type_traits"/>
  5271. <test name="run_complex_overloads"/>
  5272. <test name="std_run_complex_overloads"/>
  5273. <test name="test_shared_ptr"/>
  5274. <test name="std_test_shared_ptr"/>
  5275. <test name="std_run_random"/>
  5276. <test name="run_random"/>
  5277. <test name="test_tuple_tricky"/>
  5278. <test name="tr1_is_convertible_test"/>
  5279. <test name="tr1_remove_const_test"/>
  5280. <test name="tr1_remove_pointer_test"/>
  5281. <test name="tr1_remove_volatile_test"/>
  5282. <test name="tr1_tricky_add_pointer_test"/>
  5283. <test name="tr1_tky_partial_spec_test"/>
  5284. <toolset name="borland-5.8*"/>
  5285. <toolset name="borland-5.9*"/>
  5286. <note author="John Maddock">
  5287. Support for Borland C++ in the various TR1 libraries is pretty
  5288. poor (due to numerous compiler bugs sadly). The TR1 concept
  5289. checks are *very* strict, and are expected to fail with this
  5290. compiler. More conservative uses are more likely to succeed
  5291. with this compiler however.
  5292. </note>
  5293. </mark-expected-failures>
  5294. <mark-expected-failures>
  5295. <test name="std_test_bind"/>
  5296. <test name="test_bind"/>
  5297. <toolset name="gcc-4*darwin"/>
  5298. <toolset name="darwin*"/>
  5299. <note author="John Maddock">
  5300. These tests fail on this platform due to a recuring GCC bug.
  5301. </note>
  5302. </mark-expected-failures>
  5303. <mark-expected-failures>
  5304. <test name="test_type_traits"/>
  5305. <test name="std_test_type_traits"/>
  5306. <test name="tr1_is_abstract_test"/>
  5307. <toolset name="gcc-3.3.*"/>
  5308. <toolset name="gcc-3.2*"/>
  5309. <toolset name="qcc-3.3*"/>
  5310. <note author="John Maddock">
  5311. These tests fail due to a known compiler bug
  5312. that is fixed in more recent GNU compiler releases. Users are
  5313. very unlikely to encounter this as a real problem
  5314. in practice.
  5315. </note>
  5316. </mark-expected-failures>
  5317. <mark-expected-failures>
  5318. <test name="test_regex"/>
  5319. <test name="std_test_regex"/>
  5320. <test name="test_complex"/>
  5321. <test name="std_test_complex"/>
  5322. <test name="run_complex_overloads"/>
  5323. <test name="std_run_complex_overloads"/>
  5324. <toolset name="gcc-2*"/>
  5325. <note author="John Maddock">
  5326. These tests fail due to a known compiler bug
  5327. that is fixed in more recent releases. Users are
  5328. very unlikely to encounter this as a real problem
  5329. in practice.
  5330. </note>
  5331. </mark-expected-failures>
  5332. <mark-expected-failures>
  5333. <test name="test_type_traits"/>
  5334. <test name="std_test_type_traits"/>
  5335. <test name="test_result_of"/>
  5336. <test name="std_test_result_of"/>
  5337. <test name="tr1_is_abstract_test"/>
  5338. <test name="test_ios"/>
  5339. <test name="test_istream"/>
  5340. <test name="test_ostream"/>
  5341. <test name="test_streambuf"/>
  5342. <test name="test_limits"/>
  5343. <test name="test_locale"/>
  5344. <test name="test_ios_std_header"/>
  5345. <test name="test_istream_std_header"/>
  5346. <test name="test_limits_std_header"/>
  5347. <test name="test_locale_std_header"/>
  5348. <test name="test_ostream_std_header"/>
  5349. <test name="test_streambuf_std_header"/>
  5350. <toolset name="gcc-2*"/>
  5351. <note author="John Maddock">
  5352. These tests fail due to a known compiler bug
  5353. that is fixed in more recent releases. This
  5354. functionality may not be usable with this compiler.
  5355. </note>
  5356. </mark-expected-failures>
  5357. <mark-expected-failures>
  5358. <test name="run_complex_overloads"/>
  5359. <test name="std_run_complex_overloads"/>
  5360. <test name="std_test_complex"/>
  5361. <test name="test_complex"/>
  5362. <toolset name="qcc-3.3.5*gpp"/>
  5363. <note author="John Maddock">
  5364. These tests fail due to a known stdlib bug
  5365. that has been reported to the vendor.
  5366. </note>
  5367. </mark-expected-failures>
  5368. <mark-expected-failures>
  5369. <test name="tr1_function_traits_test"/>
  5370. <test name="tr1_remove_bounds_test"/>
  5371. <test name="tr1_remove_const_test"/>
  5372. <test name="tr1_remove_cv_test"/>
  5373. <test name="tr1_remove_pointer_test"/>
  5374. <test name="tr1_remove_reference_test"/>
  5375. <test name="tr1_remove_volatile_test"/>
  5376. <test name="tr1_decay_test"/>
  5377. <test name="tr1_extent_test"/>
  5378. <test name="tr1_remove_extent_test"/>
  5379. <test name="tr1_remove_all_extents_test"/>
  5380. <test name="tr1_rank_test"/>
  5381. <test name="tr1_is_unsigned_test"/>
  5382. <toolset name="msvc-6.5*"/>
  5383. <toolset name="msvc-7.0"/>
  5384. <note author="Aleksey Gurtovoy">
  5385. This failure is caused by the lack of compiler support for class template
  5386. partial specialization. A limited subset of the tested functionality is
  5387. available on the compiler through a user-side workaround (see
  5388. <a href="http://www.boost.org/libs/type_traits/index.html#transformations">
  5389. http://www.boost.org/libs/type_traits/index.html#transformations</a> for
  5390. details).
  5391. </note>
  5392. </mark-expected-failures>
  5393. <mark-expected-failures>
  5394. <test name="tr1_tky_incomplete_type_test"/>
  5395. <test name="tr1_tky_incomp_type_test"/>
  5396. <test name="tr1_decay_test"/>
  5397. <test name="tr1_extent_test"/>
  5398. <test name="tr1_is_base_of_test"/>
  5399. <test name="tr1_rank_test"/>
  5400. <test name="tr1_remove_all_extents_test"/>
  5401. <test name="tr1_remove_extent_test"/>
  5402. <test name="tr1_tky_function_type_test"/>
  5403. <toolset name="borland-5.6*"/>
  5404. <toolset name="borland-5.8*"/>
  5405. <toolset name="borland-5.9*"/>
  5406. <note author="John Maddock" refid="2"/>
  5407. </mark-expected-failures>
  5408. <test name="tr1_tricky_is_enum_test">
  5409. <mark-failure>
  5410. <toolset name="borland-5.6*"/>
  5411. <toolset name="borland-5.8*"/>
  5412. <toolset name="borland-5.9*"/>
  5413. <toolset name="msvc-6.5*"/>
  5414. <toolset name="gcc-2.95.3-*"/>
  5415. </mark-failure>
  5416. </test>
  5417. <test name="tr1_tricky_incomplete_type_test">
  5418. <mark-failure>
  5419. <toolset name="iw-7_1*"/>
  5420. <note author="John Maddock" refid="2"/>
  5421. </mark-failure>
  5422. </test>
  5423. <test name="tr1_tricky_incomp_type_test">
  5424. <mark-failure>
  5425. <toolset name="iw-7_1*"/>
  5426. <note author="John Maddock" refid="2"/>
  5427. </mark-failure>
  5428. </test>
  5429. <test name="tr1_tky_incomp_type_test">
  5430. <mark-failure>
  5431. <toolset name="iw-7_1*"/>
  5432. <note author="John Maddock" refid="2"/>
  5433. </mark-failure>
  5434. </test>
  5435. <test name="tr1_is_abstract_test">
  5436. <mark-failure>
  5437. <toolset name="borland-5.6*"/>
  5438. <toolset name="borland-5.8*"/>
  5439. <toolset name="borland-5.9*"/>
  5440. <toolset name="cw-8.3*"/>
  5441. <toolset name="cw-9.3*"/>
  5442. <toolset name="cw-9.4*"/>
  5443. <toolset name="cw-9.5*"/>
  5444. <toolset name="msvc-6.5*"/>
  5445. <toolset name="msvc-7.0"/>
  5446. <toolset name="mingw-3_3*"/>
  5447. <toolset name="gcc-2*"/>
  5448. <toolset name="gcc-3.2*"/>
  5449. <toolset name="gcc-3.3*"/>
  5450. <toolset name="gcc-3_3*"/>
  5451. <toolset name="qcc-3_3*"/>
  5452. <toolset name="sunpro-5_3-sunos"/>
  5453. <toolset name="hp_cxx-65*"/>
  5454. <toolset name="darwin"/>
  5455. <toolset name="mingw"/>
  5456. <note author="Aleksey Gurtovoy">
  5457. This functionality is available only on compilers that implement C++ Core Language
  5458. <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#337">Defect Report 337</a>.
  5459. </note>
  5460. </mark-failure>
  5461. </test>
  5462. <mark-expected-failures>
  5463. <test name="tr1_is_polymorphic_test"/>
  5464. <toolset name="gcc-2.95.3-stlport-*"/>
  5465. <note author="Doug Gregor" refid="3"/>
  5466. </mark-expected-failures>
  5467. <mark-expected-failures>
  5468. <test name="tr1_decay_test"/>
  5469. <test name="tr1_extent_test"/>
  5470. <test name="tr1_has_nothrow_assign_test"/>
  5471. <test name="tr1_has_nothrow_constr_test"/>
  5472. <test name="tr1_has_nothrow_copy_test"/>
  5473. <test name="tr1_has_trivial_assign_test"/>
  5474. <test name="tr1_has_trivial_constr_test"/>
  5475. <test name="tr1_has_trivial_copy_test"/>
  5476. <test name="tr1_has_trivial_destr_test"/>
  5477. <test name="tr1_is_array_test"/>
  5478. <test name="tr1_is_base_and_derived_test"/>
  5479. <test name="tr1_is_base_of_test"/>
  5480. <test name="tr1_is_class_test"/>
  5481. <test name="tr1_is_convertible_test"/>
  5482. <test name="tr1_is_object_test"/>
  5483. <test name="tr1_is_pod_test"/>
  5484. <test name="tr1_is_polymorphic_test"/>
  5485. <test name="tr1_rank_test"/>
  5486. <test name="tr1_remove_all_extents_test"/>
  5487. <test name="tr1_remove_bounds_test"/>
  5488. <test name="tr1_remove_extent_test"/>
  5489. <toolset name="sunpro-5_3-sunos"/>
  5490. <note author="John Maddock">
  5491. The Type Traits library is broken when used with Sunpro-5.3 and the
  5492. argument to the template is an array or function type. Most other argument types
  5493. do work as expected: in other words the functionality is limited
  5494. with this compiler, but not so much as to render the library unuseable.
  5495. </note>
  5496. </mark-expected-failures>
  5497. <mark-expected-failures>
  5498. <test name="tr1_decay_test"/>
  5499. <test name="tr1_extent_test"/>
  5500. <test name="tr1_is_abstract_test"/>
  5501. <test name="tr1_is_empty_test"/>
  5502. <test name="tr1_is_function_test"/>
  5503. <test name="tr1_is_member_func_test"/>
  5504. <test name="tr1_is_member_obj_test"/>
  5505. <test name="tr1_is_object_test"/>
  5506. <test name="tr1_is_reference_test"/>
  5507. <test name="tr1_rank_test"/>
  5508. <test name="tr1_tricky_function_type_test"/>
  5509. <test name="tr1_tky_function_type_test"/>
  5510. <test name="test_type_traits"/>
  5511. <test name="std_test_type_traits"/>
  5512. <toolset name="sun-5.8"/>
  5513. <note author="John Maddock">
  5514. The Type Traits library is broken when used with Sunpro-5.8 and the
  5515. argument to the template is a function type. Most other argument types
  5516. do work as expected: in other words the functionality is limited
  5517. with this compiler, but not so much as to render the library unuseable.
  5518. </note>
  5519. </mark-expected-failures>
  5520. <mark-expected-failures>
  5521. <test name="test_random"/>
  5522. <test name="std_test_random"/>
  5523. <toolset name="sun-5.8"/>
  5524. <toolset name="sun-5.9"/>
  5525. <note author="John Maddock">
  5526. These failures appear to represent a genuine issue with the
  5527. Boost.Random library that has yet to be addressed.
  5528. </note>
  5529. </mark-expected-failures>
  5530. <mark-expected-failures>
  5531. <test name="test_tuple_tricky"/>
  5532. <test name="std_test_tuple_tricky"/>
  5533. <toolset name="sun-5.8"/>
  5534. <note author="John Maddock">
  5535. These fail with an internal compiler error: there's no
  5536. workaround as yet.
  5537. </note>
  5538. </mark-expected-failures>
  5539. <mark-expected-failures>
  5540. <test name="tr1_tky_partial_spec_test"/>
  5541. <toolset name="sun-5.9"/>
  5542. <note author="John Maddock">
  5543. This fails with an internal compiler error: there's no
  5544. workaround as yet.
  5545. </note>
  5546. </mark-expected-failures>
  5547. <mark-expected-failures>
  5548. <test name="test_boost"/>
  5549. <test name="test_hash"/>
  5550. <test name="test_random"/>
  5551. <test name="test_regex"/>
  5552. <toolset name="msvc-7.1_stlport4"/>
  5553. <note author="John Maddock">
  5554. These failures are completely spurious: they're caused by the tests
  5555. being run with bjam -j2 and the post-processing not coping with the
  5556. resulting output. These failures should clear if these tests
  5557. are re-run at some point in the future.
  5558. </note>
  5559. </mark-expected-failures>
  5560. <mark-expected-failures>
  5561. <test name="tr1_is_empty_test"/>
  5562. <test name="tr1_is_function_test"/>
  5563. <test name="tr1_is_member_func_test"/>
  5564. <test name="tr1_is_member_obj_test"/>
  5565. <test name="tr1_is_reference_test"/>
  5566. <test name="tr1_tricky_function_type_test"/>
  5567. <test name="tr1_tricky_incomplete_type_test"/>
  5568. <test name="tr1_tricky_incomp_type_test"/>
  5569. <test name="tr1_tricky_is_enum_test"/>
  5570. <toolset name="sunpro-5_3-sunos"/>
  5571. <note author="John Maddock" refid="2"/>
  5572. </mark-expected-failures>
  5573. <mark-expected-failures>
  5574. <test name="tr1_tricky_function_type_test"/>
  5575. <test name="tr1_is_const_test"/>
  5576. <test name="tr1_is_volatile_test"/>
  5577. <test name="tr1_is_convertible_test"/>
  5578. <toolset name="gcc-2*"/>
  5579. <note author="John Maddock" refid="2"/>
  5580. </mark-expected-failures>
  5581. <mark-expected-failures>
  5582. <test name="test_array"/>
  5583. <test name="std_test_array"/>
  5584. <test name="test_array_tricky"/>
  5585. <test name="std_test_array_tricky"/>
  5586. <test name="test_bind"/>
  5587. <test name="std_test_bind"/>
  5588. <test name="test_complex"/>
  5589. <test name="std_test_complex"/>
  5590. <test name="test_function"/>
  5591. <test name="std_test_function"/>
  5592. <test name="test_random"/>
  5593. <test name="std_test_random"/>
  5594. <test name="test_reference_wrapper"/>
  5595. <test name="std_test_reference_wrapper"/>
  5596. <test name="test_regex"/>
  5597. <test name="std_test_regex"/>
  5598. <test name="test_result_of"/>
  5599. <test name="std_test_result_of"/>
  5600. <test name="test_shared_ptr"/>
  5601. <test name="std_test_shared_ptr"/>
  5602. <test name="test_tuple"/>
  5603. <test name="std_test_tuple"/>
  5604. <toolset name="vc-7"/>
  5605. <note author="John Maddock">
  5606. This library is almost unusable with VC7 due to name lookup issues.
  5607. </note>
  5608. </mark-expected-failures>
  5609. <mark-expected-failures>
  5610. <test name="tr1_aligned_storage_test"/>
  5611. <toolset name="cw-8.3"/>
  5612. <note author="John Maddock">
  5613. Older versions of MWCW incorrectly align pointers to member functions
  5614. (they use 12-byte boundaries, rather than a power-of-2 boundary),
  5615. leading to alignment_of / aligned_storage
  5616. to fail with these types on this compiler.
  5617. </note>
  5618. </mark-expected-failures>
  5619. </library>
  5620. <!-- units -->
  5621. <library name="units">
  5622. <mark-expected-failures>
  5623. <test name="fail_base_dimension"/>
  5624. <toolset name="vacpp"/>
  5625. <note author="Steven Watanabe" refid="16"/>
  5626. </mark-expected-failures>
  5627. </library>
  5628. <!-- unordered -->
  5629. <library name="unordered">
  5630. <mark-expected-failures>
  5631. <test name="unnecessary_copy_tests"/>
  5632. <toolset name="borland-*"/>
  5633. <toolset name="sun-*"/>
  5634. <note author="Daniel James">
  5635. This tests whether inserting elements creates as few copies as I think
  5636. is possible. If this fails it just means that the container might be
  5637. a little inefficient.
  5638. </note>
  5639. </mark-expected-failures>
  5640. <mark-expected-failures>
  5641. <test name="compile_map"/>
  5642. <test name="compile_set"/>
  5643. <toolset name="gcc-open64"/>
  5644. <toolset name="pathscale-*"/>
  5645. <note author="Daniel James">
  5646. Concept checks don't seem to work on pathscale.
  5647. </note>
  5648. </mark-expected-failures>
  5649. </library>
  5650. <!-- utility/enable_if -->
  5651. <library name="utility/enable_if">
  5652. <mark-unusable>
  5653. <toolset name="borland-5.6*"/>
  5654. <toolset name="borland-5.8*"/>
  5655. <toolset name="cw-8.3*"/>
  5656. <toolset name="msvc-6.5*"/>
  5657. <toolset name="msvc-7.0"/>
  5658. <toolset name="gcc-2.95.3-*"/>
  5659. <note refid="3"/>
  5660. </mark-unusable>
  5661. <mark-expected-failures>
  5662. <test name="no_disambiguation"/>
  5663. <toolset name="gcc-3.2.*"/>
  5664. <note refid="3"/>
  5665. </mark-expected-failures>
  5666. <mark-expected-failures>
  5667. <test name="partial_specializations"/>
  5668. <toolset name="borland-5.9*"/>
  5669. <note author="Alisdair Meredith" refid="29"/>
  5670. </mark-expected-failures>
  5671. </library>
  5672. <!-- utility/swap -->
  5673. <library name="utility/swap">
  5674. <mark-expected-failures>
  5675. <test name="array_of_array_of_class"/>
  5676. <test name="array_of_class"/>
  5677. <test name="specialized_in_std"/>
  5678. <toolset name="borland-6.10.0"/>
  5679. <note refid="3" author="Niels Dekker" date="2008-11-11">
  5680. The definition of a custom template specialization of std::swap
  5681. appears to trigger an internal compiler error ("Fatal F1004") on
  5682. CodeGear 6.10.0 (formerly named Borland), as I reported,
  5683. with help from Nicola Musatti and David Dean.
  5684. Related Boost mailing list discussion:
  5685. http://lists.boost.org/Archives/boost/2008/11/144465.php
  5686. CodeGear bug reports on this issue:
  5687. http://qc.codegear.com/wc/qcmain.aspx?d=68959
  5688. http://qc.codegear.com/wc/qcmain.aspx?d=69196
  5689. </note>
  5690. </mark-expected-failures>
  5691. <mark-expected-failures>
  5692. <test name="array_of_array_of_class"/>
  5693. <test name="array_of_array_of_int"/>
  5694. <toolset name="borland-5.9.3"/>
  5695. <note refid="3" author="Niels Dekker" date="2008-12-09">
  5696. Borland 5.9.3 has an error (E2285) when trying to pass a
  5697. multi-dimensional array by reference to a function template.
  5698. A bug report by Christopher Yeleighton appears related:
  5699. "The compiler obligatorily converts member arrays to pointers"
  5700. http://qc.codegear.com/wc/qcmain.aspx?d=10267
  5701. </note>
  5702. </mark-expected-failures>
  5703. </library>
  5704. <!-- utility -->
  5705. <library name="utility">
  5706. <test name="addressof_test">
  5707. <mark-failure>
  5708. <toolset name="sunpro-5_3-sunos"/>
  5709. <note author="D. Gregor" refid="3"/>
  5710. </mark-failure>
  5711. </test>
  5712. <test name="fun_out_iter_example">
  5713. <mark-failure>
  5714. <toolset name="como-win32"/>
  5715. <note author="B. Dawes" refid="4"/>
  5716. </mark-failure>
  5717. </test>
  5718. <test name="numeric_traits_test">
  5719. <mark-failure>
  5720. <toolset name="borland-5.6*"/>
  5721. <toolset name="borland-5.8*"/>
  5722. <toolset name="borland-5.9*"/>
  5723. <note author="A.Meredith">
  5724. Compiler has a problem with BOOST_STATIC_CONSTANT in nested templates
  5725. inside class template specializations.
  5726. </note>
  5727. </mark-failure>
  5728. </test>
  5729. <test name="result_of_test">
  5730. <mark-failure>
  5731. <toolset name="borland-5*"/>
  5732. <toolset name="cw-8.3*"/>
  5733. <toolset name="msvc-6.5*"/>
  5734. <toolset name="msvc-7.0"/>
  5735. <toolset name="gcc-2.95.3*"/>
  5736. <toolset name="sunpro-5_3-sunos"/>
  5737. <note refid="3" author="D. Gregor"/>
  5738. </mark-failure>
  5739. </test>
  5740. <test name="value_init_test">
  5741. <mark-failure>
  5742. <toolset name="intel-9.0*"/>
  5743. <toolset name="intel-linux-9.0*"/>
  5744. <note author="Niels Dekker" date="2009-07-01">
  5745. When I made the conversion from value_initialized&lt;T&gt; to T&amp;
  5746. const-correct, this specific compiler version gave compile errors.
  5747. See also: Ticket #2548 - "Let's fix the logical constness of value_initialized!"
  5748. </note>
  5749. </mark-failure>
  5750. </test>
  5751. <mark-expected-failures>
  5752. <test name="value_init_test"/>
  5753. <toolset name="msvc-6.5*"/>
  5754. <toolset name="msvc-7.0"/>
  5755. <note author="Aleksey Gurtovoy">
  5756. This failure is caused by a compiler bug (default-constructed scalar
  5757. types are not zero-initialized) that has been fixed in the latest
  5758. versions of the compiler (VC 7.1 and greater).
  5759. </note>
  5760. </mark-expected-failures>
  5761. <mark-expected-failures>
  5762. <test name="operators_test"/>
  5763. <toolset name="gcc-3.4.5_linux_x86_64"/>
  5764. <note author="Vladimir Prus">
  5765. The test takes more that 30 minutes to compile and the
  5766. compilation is automatically killed. It is likely caused
  5767. by the compiler bug, but it unknown how much this
  5768. bug affects regular use of the operators library. Is it
  5769. also unknown if the test can be refactored so that
  5770. not to trigger this bug.
  5771. </note>
  5772. </mark-expected-failures>
  5773. </library>
  5774. <!-- uuid -->
  5775. <library name="uuid">
  5776. <mark-expected-failures>
  5777. <test name="test_serialization"/>
  5778. <toolset name="cuda-2.2"/>
  5779. <toolset name="borland-cb2009"/>
  5780. <toolset name="borland-cb2010"/>
  5781. <toolset name="borland-5.9.3"/>
  5782. <toolset name="borland-6.1.3"/>
  5783. <toolset name="borland-6.2.1"/>
  5784. <note author="Andy Tompkins">
  5785. The test relies on Boost.Serialization which is not
  5786. supported on this toolset.
  5787. </note>
  5788. </mark-expected-failures>
  5789. <mark-expected-failures>
  5790. <test name="test_random_generator"/>
  5791. <test name="test_tagging"/>
  5792. <test name="test_uuid_class"/>
  5793. <toolset name="borland-cb2009"/>
  5794. <toolset name="borland-cb2010"/>
  5795. <toolset name="borland-5.9.3"/>
  5796. <toolset name="borland-6.1.3"/>
  5797. <toolset name="borland-6.2.1"/>
  5798. <note author="Andy Tompkins">
  5799. The test relies on Boost.Random which is not supported
  5800. on this toolset.
  5801. </note>
  5802. </mark-expected-failures>
  5803. <mark-expected-failures>
  5804. <test name="test_uuid"/>
  5805. <toolset name="borland-cb2009"/>
  5806. <toolset name="borland-cb2010"/>
  5807. <toolset name="borland-5.9.3"/>
  5808. <toolset name="borland-6.1.3"/>
  5809. <toolset name="borland-6.2.1"/>
  5810. <note author="Andy Tompkins" refid="28"/>
  5811. </mark-expected-failures>
  5812. <mark-expected-failures>
  5813. <test name="compile_random_generator"/>
  5814. <test name="compile_uuid_generators"/>
  5815. <test name="test_include1"/>
  5816. <toolset name="borland-6.2.1"/>
  5817. <note author="Andy Tompkins">
  5818. The test relies on Boost.Iterator (iterator_facade)
  5819. which is not supported on this toolset.
  5820. </note>
  5821. </mark-expected-failures>
  5822. </library>
  5823. <!-- variant -->
  5824. <library name="variant">
  5825. <mark-unusable>
  5826. <toolset name="mipspro"/>