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