explicit-failures-markup.xml 48 KB

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