Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/status/explicit-failures-markup.xml @ 28

Last change on this file since 28 was 12, checked in by landauf, 17 years ago

added boost

File size: 129.0 KB
Line 
1<explicit-failures-markup
2    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3    xsi:noNamespaceSchemaLocation="explicit-failures.xsd"
4    >
5
6    <!--
7    PLEASE VALIDATE THE XML BEFORE COMMITTING YOUR CHANGES!
8
9    The following online services can be used to validate your changes to this file:
10
11        - http://apps.gotdotnet.com/xmltools/xsdvalidator/
12
13     When using the gotdotnet tool you need to provide both the explicit-failures-markup.xml
14     file as the XML document and the explicit-failures.xsd as the schema document.  Use the
15     browse buttons to select them from your local hard drive.
16
17        - http://tools.decisionsoft.com/schemaValidate.html
18    -->
19
20    <!-- /////////////// Toolsets /////////////// -->
21    <mark-toolset name="borland-5_6_4" status="required"/>
22    <mark-toolset name="cw-9_4" status="required"/>
23    <mark-toolset name="cw-8_3" status="required"/>
24    <mark-toolset name="cw-9_5-darwin" status="required"/>
25    <mark-toolset name="msvc" status="required"/>
26    <mark-toolset name="msvc-stlport" status="required"/>
27    <mark-toolset name="vc7" status="required"/>
28    <mark-toolset name="vc-6_5" status="required"/>
29    <mark-toolset name="vc-6_5-stlport" status="required"/>
30    <mark-toolset name="vc-7_0" status="required"/>
31    <mark-toolset name="vc-7_1" status="required"/>
32    <mark-toolset name="vc-8_0" status="required"/>
33    <mark-toolset name="mingw-3_4_2" status="required"/>
34    <mark-toolset name="gcc-2.95.3-linux" status="required"/>
35    <mark-toolset name="gcc-2.95.3-stlport-4.5.3-linux" status="required"/>
36    <mark-toolset name="gcc-2.95.3-stlport-4.6.2-linux" status="required"/>
37    <mark-toolset name="gcc-3.2.3-linux" status="required"/>
38    <mark-toolset name="gcc-3.3.6-linux" status="required"/>
39    <mark-toolset name="gcc-3.4.4-linux" status="required"/>
40    <mark-toolset name="gcc-4.0.0-linux" status="required"/>
41    <mark-toolset name="gcc-4.0.1-linux" status="required"/>
42    <mark-toolset name="gcc-4.0.2-linux" status="required"/>
43    <mark-toolset name="gcc-3_3-darwin" status="required"/>
44    <mark-toolset name="gcc-4_0-darwin" status="required"/>
45    <mark-toolset name="gcc-3_4_3-sunos" status="required"/>
46    <mark-toolset name="intel-win32-8_1" status="required"/>
47    <mark-toolset name="intel-win32-9_0" status="required"/>
48    <mark-toolset name="intel-8.1-linux" status="required"/>
49    <mark-toolset name="intel-9.0-linux" status="required"/>
50    <mark-toolset name="tru64cxx71-006" status="required"/>
51
52    <!-- /////////////// Libraries /////////////// -->
53
54    <!-- minmax -->
55    <library name="algorithm/minmax">
56      <mark-unusable>
57        <toolset name="sunpro-5_3-sunos"/>
58      </mark-unusable>
59    </library>
60
61    <!-- string_algo -->
62    <library name="algorithm/string">
63        <mark-unusable>
64            <toolset name="borland"/>
65            <toolset name="msvc*"/>
66            <toolset name="vc-6_5*"/>
67            <toolset name="iw-7_1-vc6"/>
68            <toolset name="gcc-2.95.3-linux"/>
69            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
70            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
71            <toolset name="mipspro"/>
72            <toolset name="sunpro-5_3-sunos"/>
73            <note author="P.Droba">
74                The compiler does not support features that are essential for the library.
75            </note>
76        </mark-unusable>
77    </library>
78
79    <!-- any -->
80    <library name="any">
81        <test name="any_to_ref_test">
82          <mark-failure>
83              <toolset name="msvc*"/>
84              <toolset name="vc-6_5*"/>
85              <note author="Vladimir Prus">
86                The test fail with ICE, but the exact reason for ICE is not
87                known. A minimal example of casting any to reference type
88                seem to work. Anyone interested in using this functionality
89                with msvc is suggested to do additional testing.
90              </note>
91          </mark-failure>
92        </test>
93    </library>
94
95
96    <!-- array -->
97    <library name="array">
98        <test name="array3">
99            <mark-failure>
100                <toolset name="borland"/>
101                <toolset name="borland-5_6_4"/>
102                <toolset name="msvc"/>
103                <toolset name="vc-6_5"/>
104                <toolset name="vc-7_0"/>
105                <note refid="3"/>
106            </mark-failure>
107            <mark-failure>
108                <toolset name="sunpro-5_3-sunos"/>
109                <note refid="4"/>
110            </mark-failure>
111        </test>
112        <test name="array4">
113            <mark-failure>
114                <toolset name="borland"/>
115                <toolset name="borland-5_6_4"/>
116                <toolset name="msvc"/>
117                <toolset name="vc-6_5"/>
118                <toolset name="vc-7_0"/>
119                <note refid="3"/>
120            </mark-failure>
121        </test>
122    </library>
123
124    <!-- assign -->
125    <library name="assign">
126        <mark-unusable>
127            <toolset name="dmc-8_43-stlport-4_5_3"/>
128        </mark-unusable>
129        <mark-expected-failures>
130            <test name="array"/>
131            <toolset name="msvc-stlport"/>
132            <toolset name="vc-6_5-stlport"/>
133            <toolset name="vc-7_0"/>
134            <note author="Thorsten Ottosen" >
135                The test would (most likely) compile and run properly if the workaround
136                syntax .to_container( c ) was applied to all list_of() expressions.
137            </note>
138         </mark-expected-failures>
139        <mark-expected-failures>
140            <test name="email_example"/>
141            <toolset name="gcc-2.95.3*"/>
142            <note refid="27" author="Thorsten Ottosen"/>
143        </mark-expected-failures>
144        <mark-expected-failures>
145            <test name="list_inserter"/>
146            <toolset name="vc-7_0"/>
147            <toolset name="sunpro-5_3-sunos"/>
148            <toolset name="tru64cxx65*"/>
149            <toolset name="intel-win32"/>
150            <note refid="6" author="Thorsten Ottosen"/>
151        </mark-expected-failures>
152        <mark-expected-failures>
153            <test name="list_inserter"/>
154            <toolset name="gcc-2.95.3*"/>
155            <note  author="Thorsten Ottosen">
156                This test could probably be made to work if somebody with knowledge
157                about the compilers would submit a patch.
158            </note>
159        </mark-expected-failures>
160        <mark-expected-failures>
161            <test name="list_of"/>
162            <toolset name="sunpro-5_3-sunos"/>
163            <toolset name="tru64cxx65*"/>
164            <toolset name="borland-5_6_4"/>
165            <toolset name="msvc*"/>
166            <toolset name="vc-6_5*"/>
167            <toolset name="vc-7_0"/>
168            <note author="Thorsten Ottosen" >
169                The test would (most likely) compile and run properly if the workaround
170                syntax .to_container( c ) was applied to all list_of() expressions.
171            </note>
172        </mark-expected-failures>
173        <mark-expected-failures>
174            <test name="list_of"/>
175            <toolset name="intel-win32-8_1"/>
176            <toolset name="intel-win32-9_0"/>
177            <note author="Thorsten Ottosen">
178                The test would (most likely) compile and run properly if
179                the test did not use list_of() with boost::array.
180                I would be very happy to see an intel programmer
181                submit a patch. It is quite strange that it only happens on
182                intel's windows compilers.
183            </note>
184         </mark-expected-failures>
185
186        <mark-expected-failures>
187            <test name="list_of_workaround"/>
188            <toolset name="sunpro-5_3-sunos"/>
189            <note author="Thorsten Ottosen" >
190                The test could probably be made to work if somebody submitted a patch.
191            </note>
192        </mark-expected-failures>
193        <mark-expected-failures>
194            <test name="multi_index_container"/>
195            <toolset name="sunpro-5_3-sunos"/>
196            <toolset name="tru64cxx65*"/>
197            <toolset name="borland-5_6_4"/>
198            <toolset name="gcc-2.95.3*"/>
199            <note refid="27" author="Thorsten Ottosen"/>
200        </mark-expected-failures>
201        <mark-expected-failures>
202            <test name="multi_index_container"/>
203            <toolset name="msvc*"/>
204            <toolset name="vc-6_5*"/>
205            <toolset name="vc-7_0"/>
206            <toolset name="mipspro"/>
207            <toolset name="tru64cxx65"/>
208            <note author="Thorsten Ottosen" >
209                The test would (most likely) compile and run properly if the workaround
210                syntax .to_container( c ) was applied to all list_of() expressions.
211            </note>
212        </mark-expected-failures>
213        <mark-expected-failures>
214            <test name="my_vector_example"/>
215            <toolset name="gcc-2.95.3*"/>
216            <note refid="27" author="Thorsten Ottosen"/>
217        </mark-expected-failures>
218        <mark-expected-failures>
219            <test name="ptr_list_inserter"/>
220            <toolset name="sunpro-5_3-sunos"/>
221            <toolset name="tru64cxx65*"/>
222            <toolset name="borland-5_6_4"/>
223            <toolset name="gcc-2.95.3*"/>
224            <toolset name="msvc*"/>
225            <toolset name="vc-6_5*"/>
226            <toolset name="vc-7_0"/>
227            <toolset name="mipspro"/>
228            <note author="Thorsten Ottosen" >
229                The test depends on Boost.Pointer Container which probably does not work for
230                this compiler.
231            </note>
232        </mark-expected-failures>
233        <mark-expected-failures>
234            <test name="ptr_list_of"/>
235            <toolset name="tru64cxx65*"/>
236            <toolset name="borland-5_6_4"/>
237            <toolset name="gcc-2.95.3*"/>
238            <toolset name="msvc*"/>
239            <toolset name="vc-6_5*"/>
240            <toolset name="mipspro"/>
241            <note author="Thorsten Ottosen" >
242                The test depends on Boost.Pointer Container which probably does not work for
243                this compiler.
244            </note>
245        </mark-expected-failures>
246        <mark-expected-failures>
247            <test name="std"/>
248            <toolset name="sunpro-5_3-sunos"/>
249            <note author="Thorsten Ottosen" >
250                The test does not work for
251                this compiler.
252            </note>
253        </mark-expected-failures>
254        <mark-expected-failures>
255            <test name="tuple_list_of"/>
256            <toolset name="sunpro-5_3-sunos"/>
257            <toolset name="borland-5_6_4"/>
258            <toolset name="msvc*"/>
259            <toolset name="vc-6_5*"/>
260            <toolset name="vc-7_0"/>
261            <note author="Thorsten Ottosen" >
262                The test depends on Boost.Tuple which probably does not work for
263                this compiler.
264            </note>
265        </mark-expected-failures>
266    </library>
267
268    <!-- bind-->
269    <library name="bind">
270        <mark-expected-failures>
271            <test name="bind_cv_test"/>
272            <test name="bind_stateful_test"/>
273            <toolset name="intel-7.1-linux"/>
274            <toolset name="intel-7.1-stdlib-default-linux"/>
275            <note refid="2" author="Aleksey Gurtovoy"/>
276        </mark-expected-failures>
277        <mark-expected-failures>
278            <test name="bind_dm2_test"/>
279            <test name="mem_fn_dm_test"/>
280            <toolset name="msvc*"/>
281            <toolset name="vc-6_5*"/>
282            <toolset name="vc-7_0"/>
283            <toolset name="cw-8_3"/>
284            <note refid="31" author="Peter Dimov"/>
285        </mark-expected-failures>
286        <mark-expected-failures>
287            <test name="bind_dm_test"/>
288            <toolset name="msvc*"/>
289            <toolset name="vc-6_5*"/>
290            <toolset name="sunpro-5_3-sunos"/>
291            <note refid="31" author="Peter Dimov"/>
292        </mark-expected-failures>
293        <mark-expected-failures>
294            <test name="mem_fn_derived_test"/>
295            <toolset name="sunpro-5_3-sunos"/>
296            <note refid="31" author="Peter Dimov"/>
297        </mark-expected-failures>
298    </library>
299
300
301    <!-- concept_check -->
302    <library name="concept_check">
303        <test name="stl_concept_covering">
304          <mark-failure>
305            <toolset name="*"/>
306            <note author="D. Gregor" refid="28"/>
307          </mark-failure>
308        </test>
309
310        <test name="class_concept_fail_expected">
311            <mark-failure>
312                <toolset name="cw-8_3*"/>
313                <note author="B. Dawes" refid="3"/>
314            </mark-failure>
315        </test>
316    </library>
317
318    <!-- config -->
319    <library name="config">
320        <test name="config_test">
321            <mark-failure>
322                <toolset name="intel-win32"/>
323                <note author="B. Dawes" refid="3"/>
324            </mark-failure>
325        </test>
326        <test name="config_link_test">
327            <mark-failure>
328                <toolset name="*como-4_3_3-vc7*"/>
329                <note author="J. Maddock" refid="3"/>
330            </mark-failure>
331        </test>
332        <test name="limits_test">
333            <mark-failure>
334                <toolset name="cw-8_3*"/>
335                <note author="B. Dawes" refid="3"/>
336            </mark-failure>
337        </test>
338
339        <test name="limits_test">
340            <mark-failure>
341                <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
342                <note author="Aleksey Gurtovoy" refid="4"/>
343            </mark-failure>
344        </test>
345        <test name="test_thread_fail1">
346            <mark-failure>
347                <toolset name="sunpro-5_3-sunos"/>
348                <note author="J. Maddock" refid="3"/>
349            </mark-failure>
350        </test>
351        <test name="test_thread_fail2">
352            <mark-failure>
353                <toolset name="sunpro-5_3-sunos"/>
354                <note author="J. Maddock" refid="3"/>
355            </mark-failure>
356        </test>
357    </library>
358
359
360    <!-- conversion -->
361    <library name="conversion">
362        <test name="lexical_cast_test">
363            <mark-failure>
364                <toolset name="vc-8_0"/>
365                <note author="Aleksey Gurtovoy" refid="4"/>
366            </mark-failure>
367            <mark-failure>
368                <toolset name="sunpro-5_3-sunos"/>
369                <note author="Douglas Gregor" refid="3"/>
370            </mark-failure>
371        </test>
372    </library>
373
374    <!-- crc -->
375    <library name="crc">
376        <test name="crc_test">
377            <mark-failure>
378                <toolset name="sunpro-5_3-sunos"/>
379                <note author="Douglas Gregor" refid="3"/>
380            </mark-failure>
381        </test>
382    </library>
383
384    <!-- date_time -->
385    <library name="date_time">
386        <mark-unusable>
387            <toolset name="sunpro-5_3-sunos"/>
388            <toolset name="msvc-stlport"/>
389            <toolset name="vc-6_5-stlport"/>
390            <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
391            <toolset name="iw-7_1-vc6"/>
392        </mark-unusable>
393
394        <test name="testgreg_serialize*">
395            <mark-failure>
396            <toolset name="gcc-2.*"/>
397            <toolset name="msvc*"/>
398            <toolset name="vc-6_5*"/>
399            <note author="B. Garst">The serialization library does not support this compiler.
400            </note>
401            </mark-failure>
402        </test>
403
404        <test name="testgreg_serialize_xml">
405            <mark-failure>
406            <toolset name="vc-7_0"/>
407            <note author="J. Garland">XML serialization is not supported on this compiler.
408            </note>
409            </mark-failure>
410        </test>
411
412        <test name="testtime_serialize*">
413            <mark-failure>
414            <toolset name="gcc-2.*"/>
415            <toolset name="msvc*"/>
416            <toolset name="vc-6_5*"/>
417            <note author="B. Garst">The serialization library does not support this compiler.
418            </note>
419            </mark-failure>
420        </test>
421
422        <test name="testtime_serialize_xml*">
423            <mark-failure>
424            <toolset name="vc-7_0"/>
425            <note author="J. Garland">XML serialization is not supported on this compiler.
426            </note>
427            </mark-failure>
428        </test>
429
430        <test name="testdate_iterator">
431            <mark-failure>
432            <toolset name="intel-7.1-stdlib-default-linux"/>
433            <toolset name="intel-7.1-linux"/>
434                <note author="J. Garland" refid="19,21"/>
435            </mark-failure>
436        </test>
437        <test name="testdate_iterator_dll">
438            <mark-failure>
439            <toolset name="intel-7.1-stdlib-default-linux"/>
440            <toolset name="intel-7.1-linux"/>
441                <note author="J. Garland" refid="19,21"/>
442            </mark-failure>
443        </test>
444
445
446        <test name="testgeneric_period">
447            <mark-failure>
448            <toolset name="intel-7.1-stdlib-default-linux"/>
449            <toolset name="intel-7.1-linux"/>
450                <note author="J. Garland">These are strange runtime failures for
451                           which there is no obvious explanation.  Later versions of the
452                           Intel compiler (eg:8.0) seem to have resolved the issue.
453                        </note>
454            </mark-failure>
455        </test>
456
457        <test name="testgreg_wstream">
458            <mark-failure>
459                <toolset name="msvc"/>
460                <toolset name="vc-6_5"/>
461                <toolset name="vc-7_0"/>
462                <toolset name="cw-8_3*"/>
463                <toolset name="borland-5_6_4"/>
464                <toolset name="mingw*"/>
465                <toolset name="gcc-2.95.3-linux"/>
466                <toolset name="gcc-3.1-darwin"/>
467                <toolset name="*como-4_3_3*"/>
468                <note author="B. Garst" refid="19,21"/>
469            </mark-failure>
470        </test>
471
472        <test name="testdate_input_facet*">
473            <mark-failure>
474            <toolset name="cw-9_4"/>
475            <toolset name="cw-9_5*"/>
476                <note author="J. Garland">
477                   For some reason Code Warrior has difficulty compiling some of the
478                   input code.  This may be related to limitations of locale handling,
479                   but it's unclear at this time (2005-May-21).
480                </note>
481            </mark-failure>
482        </test>
483
484
485        <test name="testlocal_time_facet">
486            <mark-failure>
487            <toolset name="borland-5_6_4"/>
488            <toolset name="*como-4_3_3*"/>
489            <toolset name="gcc-2.95.3-linux"/>
490            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
491            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
492            <toolset name="msvc"/>
493            <toolset name="vc-6_5"/>
494            <toolset name="vc-7_0"/>
495                <note author="J. Garland">
496                   Some older compilers are confused by the template code here.
497                   These are new features to date-time in 1.33 and there is no
498                   plan to backport to these non-compliant compilers.
499                </note>
500            </mark-failure>
501        </test>
502
503        <test name="testlocal_time">
504            <mark-failure>
505            <toolset name="msvc"/>
506            <toolset name="vc-6_5"/>
507            <toolset name="*como-4_3_3*"/>
508            <toolset name="borland-5_6_4"/>
509            <toolset name="gcc-2.95.3-linux"/>
510            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
511            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
512                <note author="J. Garland">
513                   Some older compilers are confused by the template code here.
514                   These are new features to date-time in 1.33 and there is no
515                   plan to backport to these non-compliant compilers.
516                </note>
517            </mark-failure>
518        </test>
519
520        <test name="testclocks">
521            <mark-failure>
522            <toolset name="*como-4_3_3*"/>
523            <toolset name="borland-5_6_4"/>
524            <toolset name="gcc-2.95.3-linux"/>
525            <toolset name="msvc"/>
526            <toolset name="vc-6_5"/>
527                <note author="J. Garland">
528                   Some compilers are confused by the template code here.
529                   These are new features to date-time in 1.33 and there is no
530                   plan to backport to these non-compliant compilers.
531                </note>
532            </mark-failure>
533        </test>
534
535        <test name="testlocal_time_input_facet">
536            <mark-failure>
537            <toolset name="borland-5_6_4"/>
538            <toolset name="*como-4_3_3*"/>
539            <toolset name="cw-8_3*"/>
540            <toolset name="gcc-2.95.3-linux"/>
541            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
542            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
543            <toolset name="msvc"/>
544            <toolset name="vc-6_5"/>
545            <toolset name="vc-7_0"/>
546                <note author="J. Garland">
547                   Some older compilers are confused by the template code here.
548                   These are new features to date-time in 1.33 and there is no
549                   plan to backport to these non-compliant compilers.
550                </note>
551            </mark-failure>
552        </test>
553
554
555        <test name="testtime_input_facet">
556            <mark-failure>
557            <toolset name="borland-5_6_4"/>
558            <toolset name="*como-4_3_3*"/>
559            <toolset name="cw-8_3*"/>
560            <toolset name="gcc-2.95.3-linux"/>
561            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
562            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
563            <toolset name="msvc"/>
564            <toolset name="vc-6_5"/>
565            <toolset name="vc-7_0"/>
566                <note author="J. Garland">
567                   Some older compilers are confused by the template code here.
568                   These are new features to date-time in 1.33 and there is no
569                   plan to backport to these non-compliant compilers.
570                </note>
571            </mark-failure>
572        </test>
573
574        <test name="testcustom_time_zone">
575            <mark-failure>
576            <toolset name="borland-5_6_4"/>
577            <toolset name="gcc-2.95.3-linux"/>
578            <toolset name="*como-4_3_3*"/>
579            <toolset name="msvc"/>
580            <toolset name="vc-6_5"/>
581                <note author="J. Garland">
582                   Some older compilers are confused by the template code here.
583                   These are new features to date-time in 1.33 and there is no
584                   plan to backport to these non-compliant compilers.
585                </note>
586            </mark-failure>
587        </test>
588
589        <test name="testposix_time_zone">
590            <mark-failure>
591            <toolset name="borland-5_6_4"/>
592            <toolset name="gcc-2.95.3-linux"/>
593            <toolset name="msvc"/>
594            <toolset name="vc-6_5"/>
595                <note author="J. Garland">
596                   Some older compilers are confused by the template code here.
597                   These are new features to date-time in 1.33 and there is no
598                   plan to backport to these non-compliant compilers.
599                </note>
600            </mark-failure>
601        </test>
602
603        <test name="testtz_database">
604            <mark-failure>
605                <toolset name="borland-5_6_4"/>
606                <toolset name="*como-4_3_3*"/>
607                <toolset name="gcc-2.95.3-linux"/>
608                <toolset name="msvc"/>
609                <toolset name="vc-6_5"/>
610                <note author="J. Garland">
611                   Some compilers are confused by the template code here.
612                   These are new features to date-time in 1.33 and there is no
613                   plan to backport to these non-compliant compilers.
614                </note>
615            </mark-failure>
616        </test>
617
618        <test name="testtz_database">
619            <mark-failure>
620                <toolset name="intel-win32-8_1"/>
621                <note author="Stefan Slapeta" refid="31"/>
622            </mark-failure>
623        </test>
624
625        <test name="testtime_wstream">
626            <mark-failure>
627                <toolset name="gcc-2.95.3-linux"/>
628                <toolset name="gcc-3.1-darwin"/>
629                <toolset name="msvc"/>
630                <toolset name="vc-6_5"/>
631                <toolset name="vc-7_0"/>
632                <toolset name="borland-5_6_4"/>
633                <toolset name="mingw*"/>
634                <toolset name="*como-4_3_3*"/>
635                <toolset name="tru64cxx65-042"/>
636                <note author="B. Garst" refid="19,21,22"/>
637            </mark-failure>
638        </test>
639
640        <test name="testtime_wstream_std_config">
641            <mark-failure>
642                <toolset name="gcc-2.95.3-linux"/>
643                <toolset name="gcc-3.1-darwin"/>
644                <toolset name="msvc"/>
645                <toolset name="vc-6_5"/>
646                <toolset name="vc-7_0"/>
647                <toolset name="borland-5_6_4"/>
648                <toolset name="mingw*"/>
649                <toolset name="*como-4_3_3*"/>
650                <toolset name="tru64cxx65-042"/>
651                <note author="B. Garst" refid="19,21,22"/>
652            </mark-failure>
653        </test>
654        <test name="testdate_facet_new">
655            <mark-failure>
656                <toolset name="gcc-2.95.3-linux"/>
657                <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
658                <toolset name="borland-5_6_4"/>
659                <toolset name="cw-8_3*"/>
660                <toolset name="msvc"/>
661                <toolset name="vc-6_5"/>
662                <toolset name="vc-7_0"/>
663                <note author="J. Garland">
664                These compilers are unfortunately able to correctly compile the
665                new format-based input-output code for date time.  Suitable, but
666                less flexible, alternatives are available on these compilers.
667               </note>
668            </mark-failure>
669        </test>
670        <test name="testdate_facet_new_dll">
671            <mark-failure>
672                <toolset name="gcc-2.95.3-linux"/>
673                <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
674                <toolset name="borland-5_6_4"/>
675                <toolset name="cw-8_3*"/>
676                <toolset name="msvc"/>
677                <toolset name="vc-6_5"/>
678                <toolset name="vc-7_0"/>
679                <note author="J. Garland">
680                These compilers are unfortunately able to correctly compile the
681                new format-based input-output code for date time.  Suitable, but
682                less flexible, alternatives are available on these compilers.
683               </note>
684            </mark-failure>
685        </test>
686        <test name="testtime_facet">
687            <mark-failure>
688                <toolset name="gcc-2.95.3-linux"/>
689                <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
690                <toolset name="borland-5_6_4"/>
691                <toolset name="cw-8_3*"/>
692                <toolset name="msvc"/>
693                <toolset name="vc-6_5"/>
694                <toolset name="vc-7_0"/>
695                <note author="J. Garland">
696                These compilers are unfortunately able to correctly compile the
697                new format-based input-output code for date time.  Suitable, but
698                less flexible, alternatives are available on these compilers.
699               </note>
700            </mark-failure>
701        </test>
702
703        <test name="testfacet">
704            <mark-failure>
705                <toolset name="gcc-2.95.3-linux"/>
706                <toolset name="gcc-3.1-darwin"/>
707                <toolset name="msvc"/>
708                <toolset name="vc-6_5"/>
709                <toolset name="mingw*"/>
710                <note author="B. Garst" refid="18,19"/>
711            </mark-failure>
712        </test>
713        <test name="testfacet_dll">
714            <mark-failure>
715                <toolset name="gcc-2.95.3-linux"/>
716                <toolset name="gcc-3.1-darwin"/>
717                <toolset name="msvc"/>
718                <toolset name="vc-6_5"/>
719                <toolset name="mingw*"/>
720                <toolset name="*como-4_3_3*"/>
721                <note author="B. Garst" refid="18,19"/>
722            </mark-failure>
723        </test>
724        <test name="testgreg_year_dll">
725            <mark-failure>
726                <toolset name="*como-4_3_3*"/>
727            </mark-failure>
728        </test>
729        <test name="testparse_date">
730            <mark-failure>
731                <toolset name="gcc-2.95.3-linux"/>
732                <toolset name="msvc"/>
733                <toolset name="vc-6_5"/>
734                <toolset name="vc-7_0"/>
735                <note author="B. Garst" refid="18,20"/>
736            </mark-failure>
737        </test>
738        <test name="testmicrosec_time_clock">
739            <mark-failure>
740            <toolset name="intel-7.1-stdlib-default-linux"/>
741            <toolset name="*como-4_3_3*"/>
742            <toolset name="intel-7.1-linux"/>
743                <note author="B. Garst" refid="22"/>
744            </mark-failure>
745          </test>
746        <test name="teststreams">
747            <mark-failure>
748                <toolset name="gcc-2.95.3-linux"/>
749                <toolset name="gcc-3.1-darwin"/>
750                <toolset name="msvc"/>
751                <toolset name="vc-6_5"/>
752                <toolset name="vc-7_0"/>
753                <toolset name="borland-5_6_4"/>
754                <toolset name="mingw-3*"/>
755                <toolset name="mingw"/>
756                <toolset name="*como-4_3_3*"/>
757                <note author="B. Garst" refid="18,19,20"/>
758            </mark-failure>
759        </test>
760        <test name="testdate_dll">
761            <mark-failure>
762                <toolset name="*como-4_3_3*"/>
763                <note author="J. Garland" date="30 Jan 2004" id="24"/>
764            </mark-failure>
765        </test>
766        <test name="testgreg_day_dll">
767            <mark-failure>
768                <toolset name="*como-4_3_3*"/>
769                <note author="J. Garland" date="30 Jan 2004" id="24"/>
770            </mark-failure>
771        </test>
772        <test name="*_dll">
773            <mark-failure>
774                <toolset name="*como-4_3_3*"/>
775                <note author="J. Garland" date="30 Jan 2004" id="24"/>
776            </mark-failure>
777        </test>
778
779        <mark-expected-failures>
780            <test name="testdate_dll"/>
781            <test name="testdate_duration_dll"/>
782            <test name="testdate_input_facet_dll"/>
783            <test name="testdate_iterator_dll"/>
784            <test name="testfacet_dll"/>
785            <test name="testformatters_dll"/>
786            <test name="testgenerators_dll"/>
787            <test name="testgreg_durations_dll"/>
788            <test name="testperiod_dll"/>
789            <toolset name="cw-8_3*"/>
790            <note author="R. Rivera" refid="25"/>
791        </mark-expected-failures>
792
793        <mark-expected-failures>
794            <test name="testlocal_time_input_facet"/>
795            <test name="testtime_input_facet"/>
796            <toolset name="cw-9_4"/>
797            <toolset name="cw-9_5*"/>
798            <note author="J. Garland">
799                 Although these tests compile, the execution aborts for
800                 an unknown reason. Note that sometimes the excution is
801                 ok on cw-9_4. This may be fixable if someone
802                 can track down the source of the problem.
803            </note>
804        </mark-expected-failures>
805
806        <mark-expected-failures>
807            <test name="testlocal_time"/>
808            <test name="testlocal_time_input_facet"/>
809            <test name="testtime_input_facet"/>
810            <toolset name="vc-8_0"/>
811            <note author="J. Garland">
812               These tests are failing with the beta2 version of VC_8.  At least
813               one of them is directly a result of the new VC_8 standard library
814               restricting the year value in a tm struct to be positive (that is
815               greater than year 1900).  This is a change from VC7_1 and Microsoft
816               is considering removing this restriction.
817            </note>
818        </mark-expected-failures>
819
820        <mark-expected-failures>
821            <test name="testfacet"/>
822            <test name="testfacet_dll"/>
823            <toolset name="tru64cxx*"/>
824            <note author="Markus Schoepflin">
825            The failure is caused by a standard library bug. It doesn't
826            support used defined facets which are not default
827            constructible. This has been reported to the compiler vendor.
828            </note>
829        </mark-expected-failures>
830
831        <mark-expected-failures>
832            <test name="testgreg_wstream"/>
833            <test name="testparse_date"/>
834            <test name="teststreams"/>
835            <toolset name="tru64cxx*"/>
836            <note author="Markus Schoepflin">
837            The failure is caused by a standard library bug. The end-of-stream
838            istream iterator can only be constructed when the istream iterator
839            has been instantiated with char as the character type. This has
840            been reported to the compiler vendor.
841            </note>
842        </mark-expected-failures>
843
844    </library>
845
846
847    <!-- dynamic_bitset -->
848    <library name="dynamic_bitset">
849        <test name="dyn_bitset_unit_tests4">
850            <mark-failure>
851                <toolset name="cw-9_3"/>
852                <note author="Aleksey Gurtovoy" refid="2"/>
853            </mark-failure>
854            <mark-failure>
855                <toolset name="cw-9_3-darwin"/>
856                <note author="Douglas Gregor" refid="2"/>
857            </mark-failure>
858            <mark-failure>
859                <toolset name="sunpro-5_3-sunos"/>
860                <note author="Douglas Gregor" refid="2"/>
861            </mark-failure>
862        </test>
863    </library>
864
865
866    <!-- filesystem -->
867    <library name="filesystem">
868        <mark-unusable>
869            <toolset name="intel-7.1-linux"/>
870            <toolset name="intel-7.1-stdlib-default-linux"/>
871            <note author="Aleksey Gurtovoy">
872                Due to to standard library bugs this configuration is not supported by
873                the most recent version of the library.
874            </note>
875        </mark-unusable>
876        <mark-expected-failures>
877            <test name="operations_test"/>
878            <test name="operations_test_dll"/>
879            <toolset name="gcc-*-osf1"/>
880            <toolset name="tru64*"/>
881            <note author="Markus Schoepflin">
882                The library is mostly working, the test failure observed might
883                be due to a bug in the C library of this platform.
884            </note>
885        </mark-expected-failures>
886        <mark-expected-failures>
887            <test name="operations_test_dll"/>
888            <test name="path_test_dll"/>
889            <toolset name="borland-5_6_4"/>
890            <toolset name="mingw-3_4_*"/>
891            <note author="Beman Dawes" refid="35"/>
892        </mark-expected-failures>
893    </library>
894
895    <!-- format -->
896    <library name="format">
897        <mark-unusable>
898            <toolset name="iw-7_1*"/>
899            <note author="Aleksey Gurtovoy">
900                The failure is caused by a standard library bug: the
901                iostream components fail to handle <code>ios::internal</code>
902                flag.
903            </note>
904        </mark-unusable>
905        <mark-unusable>
906            <toolset name="sunpro-5_3-sunos"/>
907        </mark-unusable>
908        <mark-expected-failures>
909            <test name="format_test2"/>
910            <test name="format_test3"/>
911            <toolset name="tru64cxx65*"/>
912            <note author="Markus Schoepflin" refid="33"/>
913        </mark-expected-failures>
914    </library>
915
916    <!-- functional/hash -->
917    <library name="functional/hash">
918        <mark-expected-failures>
919            <test name="hash_value_array_test"/>
920            <toolset name="msvc*"/>
921            <toolset name="vc-6_5*"/>
922            <toolset name="vc-7_0"/>
923            <note author="Daniel James">
924              hash_value is not overloaded for arrays for older versions
925              of Visual C++. There is a work around so that
926              boost::hash&lt;T[N]&gt;, boost::hash_combine and boost::hash_range
927              work.
928            </note>
929        </mark-expected-failures>
930
931        <mark-expected-failures>
932            <test name="hash_function_pointer_test"/>
933            <toolset name="msvc*"/>
934            <toolset name="vc-6_5*"/>
935            <toolset name="vc-7_0"/>
936            <note refid="2" author="Daniel James"/>
937        </mark-expected-failures>
938
939        <mark-expected-failures>
940            <test name="hash_float_test"/>
941            <toolset name="gcc-3_4_3-sunos"/>
942            <note author="Daniel James">
943                On this compiler the hash function is returning the same value
944                for <code>std::numeric_limits&lt;long double&gt;::max()</code>,
945                <code>std::numeric_limits&lt;long double&gt;::max() / 2</code> and
946                <code>std::numeric_limits&lt;long double&gt;::max() * 3 / 4</code>.
947                This suggests the hash function isn't taking into account the
948                full range of <code>long double</code> - it might be
949                converting it to a <code>double</code>. This won't cause
950                anything to break, but means that the hash function isn't
951                as good as it should be for <code>long double</code>s.
952            </note>
953        </mark-expected-failures>
954    </library>
955
956    <!-- graph -->
957    <library name="graph">
958        <mark-unusable>
959            <toolset name="borland-5_6_4"/>
960            <toolset name="msvc*"/>
961            <toolset name="vc-6_5*"/>
962            <toolset name="sunpro-5_3-sunos"/>
963        </mark-unusable>
964        <mark-expected-failures>
965            <test name="adj_matrix_cc"/>
966            <test name="biconnected_components_test"/>
967            <test name="bfs_cc"/>
968            <test name="bundled_properties"/>
969            <test name="dfs_cc"/>
970            <test name="dijkstra_cc"/>
971            <test name="floyd_warshall_test"/>
972            <test name="gursoy_atun_layout_test"/>
973            <test name="graphviz_test"/>
974            <test name="subgraph"/>
975            <test name="transitive_closure_test"/>
976            <test name="vector_graph_cc"/>
977            <toolset name="vc-7_0"/>
978            <note refid="3" author="D. Gregor"/>
979        </mark-expected-failures>
980        <mark-expected-failures>
981          <test name="graphviz_test"/>
982          <toolset name="vc-8_0"/>
983          <note refid="1" author="D. Gregor"/>
984        </mark-expected-failures>
985        <mark-expected-failures>
986            <test name="betweenness_centrality_test"/>
987            <toolset name="iw-7_1-vc6*"/>
988            <toolset name="vc-7_0"/>
989            <note refid="3" author="Aleksey Gurtovoy"/>
990        </mark-expected-failures>
991        <mark-expected-failures>
992          <test name="graphviz_test"/>
993          <toolset name="gcc-2.95.3-linux"/>
994          <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
995          <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
996          <toolset name="como-4_3_3-vc7_1"/>
997          <toolset name="iw-7_1-vc6"/>
998          <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
999          <note refid="3" author="Doug Gregor"/>
1000        </mark-expected-failures>
1001        <mark-expected-failures>
1002            <test name="graphviz_test"/>
1003            <toolset name="cw-9_4"/>
1004            <note refid="29" author="Rene Rivera"/>
1005        </mark-expected-failures>
1006        <mark-expected-failures>
1007          <test name="layout_test"/>
1008          <toolset name="intel-win32-9_0"/>
1009        </mark-expected-failures>
1010    </library>
1011
1012
1013    <!-- io-->
1014    <library name="io">
1015        <mark-expected-failures>
1016            <test name="ios_state_unit_test"/>
1017            <toolset name="borland-5_6_4"/>
1018            <toolset name="iw-7_1-vc6*"/>
1019            <toolset name="msvc*"/>
1020            <toolset name="vc-6_5*"/>
1021            <note refid="4" author="Aleksey Gurtovoy"/>
1022        </mark-expected-failures>
1023        <mark-expected-failures>
1024            <test name="ios_state_test"/>
1025            <test name="ios_state_unit_test"/>
1026            <toolset name="tru64cxx65*"/>
1027            <note refid="34" author="Markus Schoepflin"/>
1028        </mark-expected-failures>
1029        <mark-expected-failures>
1030            <test name="ios_state_unit_test"/>
1031            <toolset name="gcc-2.95.3-*"/>
1032            <note refid="3" author="Doug Gregor"/>
1033        </mark-expected-failures>
1034        <mark-expected-failures>
1035            <test name="ios_state_unit_test"/>
1036            <toolset name="intel-win32-8*"/>
1037            <note refid="3" author="Stefan Slapeta"/>
1038        </mark-expected-failures>
1039    </library>
1040
1041    <!-- iostreams -->
1042    <library name="iostreams">
1043        <mark-unusable>
1044            <toolset name="sunpro-5_3-sunos"/>
1045            <toolset name="dmc-8_43-stlport-4_5_3"/>
1046            <note author="Jonathan Turkanis" refid="17"/>
1047        </mark-unusable>
1048        <mark-expected-failures>
1049            <test name="seekable_file_test"/>
1050            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
1051            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
1052            <toolset name="borland-5_6_4"/>
1053            <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
1054            <toolset name="msvc-stlport"/>
1055            <toolset name="vc-6_5-stlport"/>
1056            <toolset name="*como-4_3_3*"/>
1057            <note author="Jonathan Turkanis" refid="4"/>
1058        </mark-expected-failures>
1059        <mark-expected-failures>
1060            <test name="code_converter_test"/>
1061            <test name="wide_stream_test"/>
1062            <toolset name="gcc-2.95.3-linux"/>
1063            <toolset name="*mingw*"/>
1064            <toolset name="*cygwin*"/>
1065            <toolset name="gcc-3.3.6-osf1"/>
1066            <note author="Jonathan Turkanis" refid="19"/>
1067        </mark-expected-failures>
1068        <mark-expected-failures>
1069            <test name="bzip2_test"/>
1070            <test name="file_descriptor_test"/>
1071            <test name="mapped_file_test"/>
1072            <toolset name="*como-4_3_3*"/>
1073            <note author="Jonathan Turkanis">
1074                compiler can't compile "windows.h" in strict mode
1075            </note>
1076        </mark-expected-failures>
1077        <mark-expected-failures>
1078            <test name="gzip_test"/>
1079            <test name="zlib_test"/>
1080            <toolset name="como-4_3_3-vc7_1"/>
1081            <note author="Jonathan Turkanis">
1082                The failure reflects a problem with the build system: the zlib
1083                object files are generated in the wrong directory.
1084            </note>
1085        </mark-expected-failures>
1086        <mark-expected-failures>
1087            <test name="stdio_filter_test"/>
1088            <toolset name="*como-4_3_3*"/>
1089            <note author="Jonathan Turkanis" refid="0"/>
1090        </mark-expected-failures>
1091        <mark-expected-failures reason="?">
1092            <test name="direct_adapter_test"/>
1093            <test name="gzip_test"/>
1094            <toolset name="gcc-2.95.3-linux"/>
1095            <note author="Jonathan Turkanis" refid="29"/>
1096        </mark-expected-failures>
1097        <mark-expected-failures reason="?">
1098            <test name="file_descriptor_test"/>
1099            <toolset name="gcc-3_4_4-cygwin"/>
1100            <note author="Jonathan Turkanis" refid="29"/>
1101        </mark-expected-failures>
1102        <mark-expected-failures>
1103            <test name="finite_state_filter_test"/>
1104            <toolset name="borland-5_6_4"/>
1105            <toolset name="msvc*"/>
1106            <toolset name="vc-6_5*"/>
1107            <toolset name="vc-7_0"/>
1108            <toolset name="gcc-2.95.3*"/>
1109            <note author="Jonathan Turkanis" refid="2"/>
1110        </mark-expected-failures>
1111    </library>
1112
1113    <!-- lambda -->
1114    <library name="lambda">
1115        <mark-unusable>
1116            <toolset name="msvc*"/>
1117            <toolset name="vc-6_5*"/>
1118            <toolset name="borland"/>
1119            <toolset name="borland-5_6_4"/>
1120            <toolset name="borland-5_5_1"/>
1121            <toolset name="vc-7_0"/>
1122            <toolset name="sunpro-5_3-sunos"/>
1123            <note refid="17">
1124            </note>
1125        </mark-unusable>
1126        <mark-expected-failures>
1127            <test name="bll_and_function"/>
1128            <toolset name="vc-8_0"/>
1129            <note author="Aleksey Gurtovoy" refid="6"/>
1130        </mark-expected-failures>
1131        <mark-expected-failures>
1132            <test name="member_pointer_test"/>
1133            <toolset name="gcc-2.95.3-*"/>
1134            <note author="Doug Gregor" refid="3"/>
1135        </mark-expected-failures>
1136    </library>
1137
1138    <!-- logic -->
1139    <library name="logic">
1140      <test name="tribool_io_test">
1141        <mark-failure>
1142          <toolset name="msvc-stlport"/>
1143          <toolset name="vc-6_5-stlport"/>
1144          <toolset name="gcc-2.95.3-linux"/>
1145          <toolset name="sunpro-5_3-sunos"/>
1146          <toolset name="tru64cxx65-042"/>
1147          <note author="Douglas Gregor" refid="4"/>
1148        </mark-failure>
1149      </test>
1150    </library>
1151
1152
1153    <!-- MPL -->
1154    <library name="mpl">
1155
1156        <mark-unusable>
1157            <toolset name="sunpro-5_3-sunos"/>
1158            <note author="Aleksey Gurtovoy" date="10 Jul 2005">
1159                The compiler is not supported by the library due to an
1160                utterly broken templates support.
1161            </note>
1162        </mark-unusable>
1163
1164        <mark-expected-failures>
1165            <test name="as_sequence"/>
1166            <test name="is_sequence"/>
1167            <test name="has_xxx"/>
1168            <test name="no_has_xxx"/>
1169            <test name="single_view"/>
1170            <toolset name="cw-8_3*"/>
1171            <note author="Aleksey Gurtovoy" date="17 Sep 2004">
1172                This failure is caused by a deficient SFINAE implementation; the bug
1173                was fixed in the next major compiler version (CodeWarrior 9.x).
1174            </note>
1175        </mark-expected-failures>
1176
1177        <mark-expected-failures>
1178            <test name="is_sequence"/>
1179            <test name="as_sequence"/>
1180            <test name="has_xxx"/>
1181            <toolset name="borland-5_6_4"/>
1182            <toolset name="gcc-2.95.3*"/>
1183            <note author="Aleksey Gurtovoy" date="17 Sep 2004">
1184                This failure is caused by a deficient SFINAE implementation.
1185            </note>
1186        </mark-expected-failures>
1187
1188        <mark-expected-failures>
1189            <test name="apply"/>
1190            <test name="for_each"/>
1191            <test name="multiset"/>
1192            <test name="zip_view"/>
1193
1194            <toolset name="borland-5_6_4"/>
1195            <note author="Aleksey Gurtovoy" date="17 Sep 2004" refid="26"/>
1196        </mark-expected-failures>
1197
1198        <mark-expected-failures>
1199            <test name="assert"/>
1200            <test name="at"/>
1201            <test name="back"/>
1202            <test name="front"/>
1203            <test name="has_xxx"/>
1204            <test name="multiset"/>
1205            <test name="no_has_xxx"/>
1206            <test name="zip_view"/>
1207
1208            <toolset name="mipspro"/>
1209            <note author="Aleksey Gurtovoy" date="17 Sep 2004" refid="26"/>
1210        </mark-expected-failures>
1211
1212        <mark-expected-failures>
1213            <test name="quote"/>
1214            <toolset name="borland-5_6_4"/>
1215            <toolset name="msvc*"/>
1216            <toolset name="vc-6_5*"/>
1217            <toolset name="mipspro"/>
1218            <note author="Aleksey Gurtovoy" date="17 Sep 2004">
1219                This failure is caused by a lack of compiler support for template template
1220                parameters.
1221            </note>
1222        </mark-expected-failures>
1223
1224        <mark-expected-failures>
1225            <test name="map"/>
1226            <test name="set"/>
1227            <test name="set_c"/>
1228            <toolset name="borland-5_6_4"/>
1229            <toolset name="gcc-2.95.3*"/>
1230            <toolset name="mipspro"/>
1231            <note author="Aleksey Gurtovoy" date="17 Sep 2004">
1232                This is an advanced functionality that hasn't been ported to the deficient
1233                compilers (yet). Patches are welcome!
1234            </note>
1235        </mark-expected-failures>
1236
1237        <mark-expected-failures>
1238            <test name="map"/>
1239            <toolset name="msvc*"/>
1240            <toolset name="vc-6_5*"/>
1241            <toolset name="vc-7_0"/>
1242            <note author="Aleksey Gurtovoy" date="17 Sep 2004">
1243                This is an advanced functionality that hasn't been ported to the deficient
1244                compilers (yet). Patches are welcome!
1245            </note>
1246        </mark-expected-failures>
1247
1248    </library>
1249
1250
1251    <!-- multi_array -->
1252    <library name="multi_array">
1253        <mark-unusable>
1254            <toolset name="borland"/>
1255            <toolset name="borland-5_6_4"/>
1256            <toolset name="borland-5_5_1"/>
1257            <note author="Alisdair Meredith" date="30 Jan 2004">
1258                <p>
1259                This library has never worked [on Borland 5.5.1 and 5.6.4], and the only tests
1260                that 'pass' are compile-fail tests failing for the wrong reasons!
1261                </p>
1262            </note>
1263        </mark-unusable>
1264        <mark-unusable>
1265            <toolset name="sunpro-5_3-sunos"/>
1266            <note author="Douglas Gregor" refid="3"/>
1267        </mark-unusable>
1268        <test name="constructors">
1269            <mark-failure>
1270               <toolset name="msvc"/>
1271               <toolset name="vc-6_5"/>
1272               <note author="Ronald Garcia" date="13 Jul 2004">
1273                  Known error in MSVC. see
1274<a href="http://boost-consulting.com/boost/libs/multi_index/doc/compiler_specifics.html#msvc_60">
1275http://boost-consulting.com/boost/libs/multi_index/doc/compiler_specifics.html#msvc_60</a>
1276for more information.
1277               </note>
1278            </mark-failure>
1279        </test>
1280        <mark-expected-failures>
1281            <test name="assign_to_array"/>
1282            <toolset name="gcc-2.95.3*"/>
1283            <note author="Aleksey Gurtovoy" date="21 Sep 2004" refid="2"/>
1284        </mark-expected-failures>
1285        <mark-expected-failures>
1286            <test name="assign"/>
1287            <test name="compare"/>
1288            <test name="concept_checks"/>
1289            <test name="constructors"/>
1290            <test name="iterators"/>
1291            <test name="resize"/>
1292            <test name="stl_interaction"/>
1293            <toolset name="gcc-2.95.3*"/>
1294            <note author="Doug Gregor" date="23 Jun 2005" refid="3"/>
1295        </mark-expected-failures>
1296    </library>
1297
1298
1299    <!-- multi_index -->
1300    <library name="multi_index">
1301        <mark-unusable>
1302            <toolset name="borland-5_6_4"/>
1303            <note author="J. L&#243;pez" date="05 Jul 2004" refid="17"/>
1304        </mark-unusable>
1305        <mark-unusable>
1306            <toolset name="gcc-2.95.3-linux"/>
1307            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
1308            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
1309            <note author="J. L&#243;pez" date="09 Jul 2004" refid="17"/>
1310        </mark-unusable>
1311        <mark-unusable>
1312            <toolset name="*como-4_3_3-msvc"/>
1313            <note author="J. L&#243;pez" date="30 Jul 2004">
1314                The VC++ 6.0 backend runs out of internal resources while
1315                trying to process the Comeau output for this library;
1316                Comeau Computing has been asked about a solution.
1317                On the other hand, Comeau 4.3.3 with VC++ 7.0 backend works
1318                fine.
1319            </note>
1320        </mark-unusable>
1321        <mark-unusable>
1322            <toolset name="sunpro-5_3-sunos"/>
1323            <toolset name="sunpro-5_8u1-sunos"/>
1324            <note author="J. L&#243;pez" date="22 Apr 2005" refid="17"/>
1325        </mark-unusable>
1326        <mark-unusable>
1327            <toolset name="dmc-8_43-stlport-4_5_3"/>
1328            <toolset name="dmc-8_44b-stlport-4_5_3"/>
1329            <note author="J. L&#243;pez" date="03 Jun 2005" refid="17"/>
1330        </mark-unusable>
1331        <mark-expected-failures>
1332            <test name="test_serialization"/>
1333            <toolset name="msvc-stlport"/>
1334            <toolset name="vc-6_5-stlport"/>
1335            <note author="J. L&#243;pez" date="10 Jan 2005">
1336              This error shows when using the dynamic version of the STLport
1337              library. The problem is reportedly fixed in STLport 5.0 (in beta
1338              stage as of this writing.)
1339            </note>
1340        </mark-expected-failures>
1341        <mark-expected-failures>
1342            <test name="test_serialization"/>
1343            <toolset name="vacpp"/>
1344            <note author="J. L&#243;pez" date="07 Jul 2005">
1345              Boost.Serialization is not supported on this platform.
1346            </note>
1347        </mark-expected-failures>
1348    </library>
1349
1350
1351    <!-- optional -->
1352    <library name="optional">
1353        <mark-expected-failures>
1354            <test name="optional_test_ref"/>
1355            <toolset name="msvc*"/>
1356            <toolset name="vc-6_5*"/>
1357            <toolset name="vc-7_0"/>
1358            <note author="Aleksey Gurtovoy" refid="3"/>
1359        </mark-expected-failures>
1360        <mark-expected-failures>
1361            <test name="optional_test_ref_fail1"/>
1362            <toolset name="borland-5_6_4"/>
1363            <note author="Fernando Cacciola" refid="2"/>
1364        </mark-expected-failures>
1365        <mark-expected-failures>
1366            <test name="optional_test_fail3a"/>
1367            <toolset name="gcc-3_3-darwin"/>
1368            <note author="Fernando Cacciola" refid="2"/>
1369        </mark-expected-failures>
1370        <mark-expected-failures>
1371            <test name="optional_test_inplace_fail2"/>
1372            <toolset name="gcc-3_3-darwin"/>
1373            <note author="Fernando Cacciola" refid="2"/>
1374        </mark-expected-failures>
1375    </library>
1376
1377    <library name="pool">
1378      <mark-unusable>
1379        <toolset name="gcc-2.95.3-*"/>
1380        <note author="Doug Gregor" refid="2"/>
1381      </mark-unusable>
1382    </library>
1383
1384    <!-- preprocessor -->
1385    <library name="preprocessor">
1386        <mark-expected-failures>
1387            <test name="seq"/>
1388            <toolset name="cw-8_3"/>
1389            <note author="Paul Mensonides" refid="2"/>
1390        </mark-expected-failures>
1391    </library>
1392
1393    <!-- serialization -->
1394    <library name="serialization">
1395        <mark-unusable>
1396            <toolset name="vacpp*" />
1397            <toolset name="mipspro*" />
1398            <toolset name="dmc*" />
1399            <toolset name="sunpro*" />
1400            <note author="Robert Ramey" date="13 Jul 2004" refid="9,17,18"/>
1401        </mark-unusable>
1402        <mark-unusable>
1403            <toolset name="gcc-2.95.3-linux"/>
1404            <note author="Robert Ramey" date="12 Feb 05" refid="18,19"/>
1405        </mark-unusable>
1406
1407        <mark-expected-failures>
1408            <test name="*_warchive"/>
1409            <test name="test_codecvt_null"/>
1410            <test name="test_utf8_codecvt"/>
1411            <toolset name="mingw*"/>
1412            <toolset name="gcc-2.95.3-linux"/>
1413            <note author="Robert Ramey" date="12 Feb 05" refid="19"/>
1414        </mark-expected-failures>
1415
1416        <mark-expected-failures>
1417            <test name="test_void_cast*"/>
1418            <toolset name="msvc*"/>
1419            <toolset name="vc-6_5*"/>
1420            <note author="Robert Ramey" date="20 Sep 2004" refid="16,29"/>
1421        </mark-expected-failures>
1422
1423        <mark-expected-failures>
1424            <test name="*_warchive"/>
1425            <test name="test_codecvt_null"/>
1426            <test name="test_utf8_codecvt"/>
1427            <toolset name="*como-4_3_3*"/>
1428            <note author="Robert Ramey" date="12 Feb 05" refid="5"/>
1429        </mark-expected-failures>
1430
1431        <mark-expected-failures>
1432             <test name="test_demo_portable_archive_dll"/>
1433             <toolset name="vc*"/>
1434             <toolset name="borland-5_6_4"/>
1435             <toolset name="msvc*"/>
1436             <toolset name="vc-6_5*"/>
1437             <toolset name="iw*"/>
1438             <toolset name="intel-win32-*"/>
1439             <note author="Robert Ramey" date="12 Feb 05" refid="2,29"/>
1440        </mark-expected-failures>
1441
1442        <mark-expected-failures>
1443             <test name="test_reset_object_address*"/>
1444             <toolset name="msvc*"/>
1445             <toolset name="vc-6_5*"/>
1446             <note author="Robert Ramey" date="12 Feb 05" refid="6,29"/>
1447        </mark-expected-failures>
1448
1449        <mark-expected-failures>
1450            <test name="test_array*"/>
1451            <test name="test_demo_fast_archive"/>
1452            <test name="test_demo_fast_archive_dll"/>
1453            <toolset name="borland*"/>
1454            <note author="Robert Ramey" date="12 Feb 05" refid="26">
1455                Borland compilers don't handle templates with array type arguments properly.
1456            </note>
1457        </mark-expected-failures>
1458
1459        <mark-expected-failures>
1460            <test name="test_demo"/>
1461            <test name="test_demo_dll"/>
1462            <test name="test_demo_exception"/>
1463            <test name="test_demo_exception_dll"/>
1464            <test name="test_demo_shared_ptr"/>
1465            <test name="test_demo_shared_ptr_dll"/>
1466            <test name="test_demo_xml_save"/>
1467            <test name="test_demo_xml_load"/>
1468            <test name="test_demo_xml_save_dll"/>
1469            <test name="test_demo_xml_load_dll"/>
1470            <toolset name="msvc*"/>
1471            <toolset name="vc-6_5*"/>
1472            <toolset name="vc-7_0"/>
1473            <note author="Robert Ramey" refid="6"/>
1474        </mark-expected-failures>
1475
1476        <mark-expected-failures>
1477            <test name="test_demo_fast_archive"/>
1478            <test name="test_demo_fast_archive_dll"/>
1479            <toolset name="msvc*"/>
1480            <toolset name="vc-6_5*"/>
1481            <note author="Robert Ramey" refid="6"/>
1482        </mark-expected-failures>
1483
1484        <mark-expected-failures>
1485            <test name="test_const"/>
1486            <toolset name="msvc*"/>
1487            <toolset name="vc-6_5*"/>
1488            <toolset name="vc-7_0"/>
1489            <note author="Aleksey Gurtovoy" refid="29"/>
1490        </mark-expected-failures>
1491
1492        <mark-expected-failures>
1493            <test name="test_demo_pimpl"/>
1494            <test name="test_demo_pimpl_dll"/>
1495            <test name="test_diamond*"/>
1496            <test name="test_mult_archive_types"/>
1497            <test name="test_mult_archive_types_dll"/>
1498            <toolset name="msvc*"/>
1499            <toolset name="vc-6_5*"/>
1500            <toolset name="vc-7_0"/>
1501            <note author="Robert Ramey" refid="6">
1502                msvc 6 compiler failure.  The facility being tested conflicts the the
1503                compiler in a fundamental way and cannnot be worked around.
1504            </note>
1505        </mark-expected-failures>
1506
1507        <mark-expected-failures>
1508            <test name="test_mi*"/>
1509            <toolset name="msvc*"/>
1510            <toolset name="vc-6_5*"/>
1511            <note author="Robert Ramey" refid="6">
1512                msvc 6 compiler failure.  The facility being tested conflicts the the
1513                compiler in a fundamental way and cannnot be worked around.
1514            </note>
1515        </mark-expected-failures>
1516
1517        <mark-expected-failures>
1518            <test name="*_dll"/>
1519            <toolset name="msvc-stlport"/>
1520            <toolset name="vc-6_5-stlport"/>
1521            <note author="Robert Ramey">
1522                This failure appears when STLPort is built and used as a DLL with msvc 6.
1523                STLPort suggests that the next version of STLPort(5.0) will include a workaround
1524                for this problem.
1525            </note>
1526        </mark-expected-failures>
1527
1528        <mark-expected-failures>
1529            <test name="*"/>
1530            <toolset name="gcc-2.95.3-stlport*"/>
1531            <note author="Aleksey Gurtovoy">
1532                The library is believed to work in this configuration <i>if compiled against
1533                Spirit 1.6</i>. The latter is not provided by the particular testing
1534                environment these tests have been run in.
1535            </note>
1536        </mark-expected-failures>
1537
1538        <mark-expected-failures>
1539            <test name="test_demo"/>
1540            <test name="test_demo_dll"/>
1541            <test name="test_demo_exception*"/>
1542            <test name="test_demo_shared_ptr*"/>
1543            <test name="test_demo_xml*"/>
1544            <test name="test_exported*"/>
1545            <test name="test_mi*"/>
1546            <test name="test_mult_archive_types*"/>
1547            <test name="test_no_rtti*"/>
1548            <test name="test_non_default_ctor2*"/>
1549            <test name="test_registered*"/>
1550            <test name="test_shared_ptr*"/>
1551            <test name="test_unregistered*"/>
1552            <toolset name="cw*"/>
1553            <note author="Robert Ramey" refid="29">
1554                All tests that serialize derived pointers currently fail with Metrowerks compilers.
1555            </note>
1556        </mark-expected-failures>
1557
1558        <mark-expected-failures>
1559            <test name="test_no_rtti_*"/>
1560            <test name="test_set_*"/>
1561            <toolset name="borland-5_6_4"/>
1562            <note author="Aleksey Gurtovoy" refid="29"/>
1563        </mark-expected-failures>
1564
1565        <mark-expected-failures>
1566            <test name="test_array_binary_archive"/>
1567            <test name="test_array_text_*"/>
1568            <note author="Aleksey Gurtovoy" refid="29"/>
1569        </mark-expected-failures>
1570
1571        <mark-expected-failures>
1572            <test name="test_smart_cast"/>
1573            <toolset name="intel-7.1-linux"/>
1574            <note author="Aleksey Gurtovoy" refid="29"/>
1575        </mark-expected-failures>
1576
1577        <mark-expected-failures>
1578            <test name="test_array_text_archive_dll"/>
1579            <test name="test_array_text_warchive_dll"/>
1580            <test name="test_array_xml_archive_dll"/>
1581            <test name="test_array_xml_warchive_dll"/>
1582            <test name="test_binary_text_archive_dll"/>
1583            <test name="test_binary_text_warchive_dll"/>
1584            <test name="test_binary_xml_archive_dll"/>
1585            <test name="test_binary_xml_warchive_dll"/>
1586            <test name="test_class_info_save_text_archive_dll"/>
1587            <test name="test_class_info_save_text_warchive_dll"/>
1588            <test name="test_class_info_save_xml_warchive_dll"/>
1589            <test name="test_contained_class_text_archive_dll"/>
1590            <test name="test_contained_class_text_warchive_dll"/>
1591            <test name="test_contained_class_xml_archive_dll"/>
1592            <test name="test_contained_class_xml_warchive_dll"/>
1593            <test name="test_cyclic_ptrs_text_archive_dll"/>
1594            <test name="test_cyclic_ptrs_text_warchive_dll"/>
1595            <test name="test_cyclic_ptrs_xml_archive_dll"/>
1596            <test name="test_cyclic_ptrs_xml_warchive_dll"/>
1597            <test name="test_delete_pointer_text_archive_dll"/>
1598            <test name="test_delete_pointer_text_warchive_dll"/>
1599            <test name="test_delete_pointer_xml_archive_dll"/>
1600            <test name="test_delete_pointer_xml_warchive_dll"/>
1601            <test name="test_demo_auto_ptr_dll"/>
1602            <test name="test_demo_dll"/>
1603            <test name="test_demo_exception_dll"/>
1604            <test name="test_demo_pimpl_dll"/>
1605            <test name="test_demo_polymorphic_dll"/>
1606            <test name="test_deque_text_archive_dll"/>
1607            <test name="test_deque_text_warchive_dll"/>
1608            <test name="test_deque_xml_archive_dll"/>
1609            <test name="test_deque_xml_warchive_dll"/>
1610            <test name="test_derived_class_ptr_text_archive_dll"/>
1611            <test name="test_derived_class_ptr_text_warchive_dll"/>
1612            <test name="test_derived_class_ptr_xml_archive_dll"/>
1613            <test name="test_derived_class_ptr_xml_warchive_dll"/>
1614            <test name="test_derived_class_text_archive_dll"/>
1615            <test name="test_derived_class_text_warchive_dll"/>
1616            <test name="test_derived_class_xml_archive_dll"/>
1617            <test name="test_derived_class_xml_warchive_dll"/>
1618            <test name="test_derived_text_archive_dll"/>
1619            <test name="test_derived_text_warchive_dll"/>
1620            <test name="test_derived_xml_warchive_dll"/>
1621            <test name="test_list_ptrs_text_archive_dll"/>
1622            <test name="test_list_ptrs_text_warchive_dll"/>
1623            <test name="test_list_ptrs_xml_archive_dll"/>
1624            <test name="test_list_ptrs_xml_warchive_dll"/>
1625            <test name="test_list_text_archive_dll"/>
1626            <test name="test_list_text_warchive_dll"/>
1627            <test name="test_list_xml_archive_dll"/>
1628            <test name="test_list_xml_warchive_dll"/>
1629            <test name="test_map_text_archive_dll"/>
1630            <test name="test_map_text_warchive_dll"/>
1631            <test name="test_map_xml_archive_dll"/>
1632            <test name="test_map_xml_warchive_dll"/>
1633            <test name="test_multiple_ptrs_text_archive_dll"/>
1634            <test name="test_multiple_ptrs_text_warchive_dll"/>
1635            <test name="test_multiple_ptrs_xml_archive_dll"/>
1636            <test name="test_multiple_ptrs_xml_warchive_dll"/>
1637            <test name="test_non_default_ctor_text_archive_dll"/>
1638            <test name="test_non_default_ctor_text_warchive_dll"/>
1639            <test name="test_non_default_ctor_xml_archive_dll"/>
1640            <test name="test_non_default_ctor_xml_warchive_dll"/>
1641            <test name="test_non_intrusive_ctor_text_archive_dll"/>
1642            <test name="test_non_intrusive_ctor_text_warchive_dll"/>
1643            <test name="test_non_intrusive_ctor_xml_archive_dll"/>
1644            <test name="test_non_intrusive_ctor_xml_warchive_dll"/>
1645            <test name="test_non_intrusive_text_archive_dll"/>
1646            <test name="test_non_intrusive_text_warchive_dll"/>
1647            <test name="test_non_intrusive_xml_archive_dll"/>
1648            <test name="test_non_intrusive_xml_warchive_dll"/>
1649            <test name="test_null_ptr_text_archive_dll"/>
1650            <test name="test_null_ptr_text_warchive_dll"/>
1651            <test name="test_null_ptr_xml_archive_dll"/>
1652            <test name="test_null_ptr_xml_warchive_dll"/>
1653            <test name="test_nvp_text_archive_dll"/>
1654            <test name="test_nvp_text_warchive_dll"/>
1655            <test name="test_nvp_xml_archive_dll"/>
1656            <test name="test_nvp_xml_warchive_dll"/>
1657            <test name="test_object_text_warchive_dll"/>
1658            <test name="test_object_xml_warchive_dll"/>
1659            <test name="test_optional_text_archive_dll"/>
1660            <test name="test_optional_text_warchive_dll"/>
1661            <test name="test_optional_xml_archive_dll"/>
1662            <test name="test_optional_xml_warchive_dll"/>
1663            <test name="test_polymorphic_text_archive_dll"/>
1664            <test name="test_polymorphic_text_warchive_dll"/>
1665            <test name="test_polymorphic_xml_archive_dll"/>
1666            <test name="test_polymorphic_xml_warchive_dll"/>
1667            <test name="test_primitive_text_warchive_dll"/>
1668            <test name="test_primitive_xml_warchive_dll"/>
1669            <test name="test_private_ctor_dll"/>
1670            <test name="test_recursion_text_archive_dll"/>
1671            <test name="test_recursion_text_warchive_dll"/>
1672            <test name="test_recursion_xml_archive_dll"/>
1673            <test name="test_recursion_xml_warchive_dll"/>
1674            <test name="test_reset_object_address_dll"/>
1675            <test name="test_set_text_archive_dll"/>
1676            <test name="test_set_text_warchive_dll"/>
1677            <test name="test_set_xml_archive_dll"/>
1678            <test name="test_set_xml_warchive_dll"/>
1679            <test name="test_simple_class_ptr_text_archive_dll"/>
1680            <test name="test_simple_class_ptr_text_warchive_dll"/>
1681            <test name="test_simple_class_ptr_xml_archive_dll"/>
1682            <test name="test_simple_class_ptr_xml_warchive_dll"/>
1683            <test name="test_simple_class_text_archive_dll"/>
1684            <test name="test_simple_class_text_warchive_dll"/>
1685            <test name="test_simple_class_xml_archive_dll"/>
1686            <test name="test_simple_class_xml_warchive_dll"/>
1687            <test name="test_split_text_archive_dll"/>
1688            <test name="test_split_text_warchive_dll"/>
1689            <test name="test_split_xml_warchive_dll"/>
1690            <test name="test_tracking_text_archive_dll"/>
1691            <test name="test_tracking_text_warchive_dll"/>
1692            <test name="test_tracking_xml_warchive_dll"/>
1693            <test name="test_variant_text_archive_dll"/>
1694            <test name="test_variant_text_warchive_dll"/>
1695            <test name="test_variant_xml_archive_dll"/>
1696            <test name="test_variant_xml_warchive_dll"/>
1697            <test name="test_vector_text_archive_dll"/>
1698            <test name="test_vector_text_warchive_dll"/>
1699            <test name="test_vector_xml_archive_dll"/>
1700            <test name="test_vector_xml_warchive_dll"/>
1701            <toolset name="cw-9_5-darwin"/>
1702            <note author="Doug Gregor" refid="35"/>
1703        </mark-expected-failures>
1704
1705        <mark-expected-failures>
1706            <test name="test_demo_fast_archive"/>
1707            <toolset name="cw-8*"/>
1708            <note author="Rene Rivera">
1709                This is caused by a compiler bug in this particular version, but not present
1710                in version thereafter. The compiler has some difficulties resolving operators
1711                to methods in the archive classes. This can be worked around by calling the
1712                operator directly, and such a work around is already present in library code.
1713                This test demonstrates that this can happen in user code.
1714            </note>
1715        </mark-expected-failures>
1716
1717        <mark-expected-failures>
1718            <test name="test_diamond*"/>
1719            <toolset name="cw-8*"/>
1720            <toolset name="cw-9_5-darwin"/>
1721            <note author="Rene Rivera">
1722                The CW compilers have problems with the static construction idiom used to
1723                implement the type registration in the Boost.Serialization library. In many
1724                cases CW specific work arounds are implemented in the library but this one
1725                is not immediately solvable. There is a user work around possible, please
1726                contact the library developers on the Boost list for information on the
1727                work around if needed.
1728            </note>
1729        </mark-expected-failures>
1730
1731        <mark-expected-failures>
1732            <test name="test_class_info_load_text*"/>
1733            <test name="test_class_info_load_xml_warchive*"/>
1734            <toolset name="cw-9_5-darwin"/>
1735            <note author="Rene Rivera" refid="29"/>
1736        </mark-expected-failures>
1737
1738        <mark-expected-failures>
1739            <test name="test_class_info_load_text_warchive_dll"/>
1740            <toolset name="vc-6_5"/>
1741            <note author="Doug Gregor" refid="29"/>
1742        </mark-expected-failures>
1743
1744        <mark-expected-failures>
1745            <test name="test_const_load_fail1"/>
1746            <test name="test_const_load_fail1_nvp"/>
1747            <test name="test_const_load_fail2"/>
1748            <test name="test_const_load_fail2_nvp"/>
1749            <toolset name="borland-5_6_4"/>
1750            <note author="Doug Gregor" refid="29"/>
1751        </mark-expected-failures>
1752
1753        <mark-expected-failures>
1754            <test name="test_const_save_fail1"/>
1755            <test name="test_const_save_fail2"/>
1756            <test name="test_const_save_fail3"/>
1757            <toolset name="vc-6_5"/>
1758            <toolset name="vc-6_5-stlport"/>
1759            <toolset name="vc-7_0"/>
1760            <note author="Doug Gregor" refid="29"/>
1761        </mark-expected-failures>
1762
1763        <mark-expected-failures>
1764            <test name="test_map_binary_archive_dll"/>
1765            <test name="test_map_text_archive_dll"/>
1766            <test name="test_map_text_warchive_dll"/>
1767            <toolset name="vc-6_5"/>
1768            <toolset name="vc-7_0"/>
1769            <note author="Doug Gregor" refid="29"/>
1770        </mark-expected-failures>
1771
1772        <mark-expected-failures>
1773          <test name="test_demo_xml_load"/>
1774          <test name="test_demo_xml_load_dll"/>
1775          <test name="test_shared_ptr_132_text_warchive"/>
1776          <toolset name="intel-win32-8_1"/>
1777          <note author="Stefan Slapeta" refid="29"/>
1778        </mark-expected-failures>
1779       
1780        <mark-expected-failures>
1781            <test name="test_variant_*"/>
1782            <toolset name="tru64cxx65*"/>
1783            <note author="Markus Schoepflin">
1784                The variant library is not supported for this compiler version.
1785                Therefore serialization of variants doesn't work.
1786            </note>
1787        </mark-expected-failures>
1788    </library>
1789
1790
1791    <!-- smart_ptr -->
1792    <library name="smart_ptr">
1793        <mark-expected-failures>
1794            <test name="shared_ptr_assign_fail"/>
1795            <toolset name="gcc-2.9*"/>
1796            <toolset name="sunpro-5_3-sunos"/>
1797            <note refid="32" author="Peter Dimov"/>
1798        </mark-expected-failures>
1799        <mark-expected-failures>
1800            <test name="weak_ptr_test"/>
1801            <toolset name="tru64cxx71-006"/>
1802            <note author="Markus Schoepflin" refid="3"/>
1803        </mark-expected-failures>
1804    </library>
1805
1806
1807    <!-- spirit -->
1808    <library name="spirit">
1809        <mark-unusable>
1810            <toolset name="msvc*"/>
1811            <toolset name="vc-6_5*"/>
1812            <toolset name="borland-5_5_1"/>
1813            <toolset name="borland-5_6_4"/>
1814            <toolset name="vc-7_0"/>
1815            <toolset name="gcc-2.95.3-linux"/>
1816            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
1817            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
1818            <toolset name="sunpro-5_3-sunos"/>
1819
1820            <note>
1821                <p>
1822                Historically, Spirit supported a lot of compilers, including (to some
1823                extent) poorly conforming compilers such as VC6. Spirit v1.6.x will be
1824                the last release that will support older poorly conforming compilers.
1825                Starting from Spirit v1.8.0, ill conforming compilers will not be
1826                supported. If you are still using one of these older compilers, you can
1827                still use Spirit v1.6.x.
1828                </p>
1829                <p>
1830                The reason why Spirit v1.6.x worked on old non-conforming compilers is
1831                that the authors laboriously took the trouble of searching for
1832                workarounds to make these compilers happy. The process takes a lot of
1833                time and energy, especially when one encounters the dreaded ICE or
1834                "Internal Compiler Error". Sometimes searching for a single workaround
1835                takes days or even weeks. Sometimes, there are no known workarounds. This
1836                stifles progress a lot. And, as the library gets more progressive and
1837                takes on more advanced C++ techniques, the difficulty is escalated to
1838                even new heights.
1839                </p>
1840                <p>
1841                Spirit v1.6.x will still be supported. Maintenance and bug fixes will
1842                still be applied. There will still be active development for the back-
1843                porting of new features introduced in Spirit v1.8.0 (and Spirit 1.9.0)
1844                to lesser able compilers; hopefully, fueled by contributions from the
1845                community. For instance, there is already a working AST tree back-port
1846                for VC6 and VC7 by Peder Holt.
1847                </p>
1848            </note>
1849        </mark-unusable>
1850        <mark-expected-failures>
1851            <test name="action_tests*"/>
1852            <toolset name="iw-7_1-vc6"/>
1853            <note author="Aleksey Gurtovoy" refid="4"/>
1854        </mark-expected-failures>
1855        <mark-expected-failures>
1856            <test name="ast_calc_tests*"/>
1857            <test name="closure_tests*"/>
1858            <test name="multi_pass_compile_tests"/>
1859            <test name="repeat_ast_tests*"/>
1860            <toolset name="intel-8.0-linux"/>
1861            <toolset name="intel-8.1-linux"/>
1862            <note author="Aleksey Gurtovoy">
1863                This failure is caused by a compiler bug that manifests itself in the
1864                particular environment/hardware configuration the test has been run in.
1865                You may or may not experience this issue in your local setup.
1866            </note>
1867        </mark-expected-failures>
1868        <mark-expected-failures>
1869            <test name="escape_char_parser_tests*"/>
1870            <toolset name="intel-7.1-linux"/>
1871            <toolset name="intel-7.1-stdlib-default-linux"/>
1872            <note author="Aleksey Gurtovoy" refid="19"/>
1873        </mark-expected-failures>
1874        <mark-expected-failures>
1875            <test name="escape_char_parser_tests*"/>
1876            <toolset name="iw-7_1-vc6*"/>
1877            <note author="Aleksey Gurtovoy" refid="28"/>
1878        </mark-expected-failures>
1879        <mark-expected-failures>
1880            <test name="chset_tests*"/>
1881            <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
1882            <note author="Aleksey Gurtovoy" refid="28"/>
1883        </mark-expected-failures>
1884        <mark-expected-failures>
1885            <test name="traverse_tests*"/>
1886            <toolset name="intel-win32-9_0"/>
1887            <note author="S. Slapeta" refid="31"/>
1888        </mark-expected-failures>
1889    </library>
1890
1891    <!-- function -->
1892    <library name="function">
1893        <mark-unusable>
1894            <toolset name="sunpro-5_3-sunos"/>
1895            <note author="Douglas Gregor" refid="3"/>
1896        </mark-unusable>
1897        <test name="allocator_test">
1898            <mark-failure>
1899                <toolset name="msvc"/>
1900                <toolset name="vc-6_5"/>
1901                <toolset name="vc-7_0"/>
1902                <note author="B. Dawes" refid="5"/>
1903            </mark-failure>
1904        </test>
1905        <test name="contains_test">
1906            <mark-failure>
1907                <toolset name="msvc*"/>
1908                <toolset name="vc-6_5*"/>
1909                <note refid="3" author="D. Gregor"/>
1910            </mark-failure>
1911        </test>
1912        <test name="function_30">
1913            <mark-failure>
1914                <toolset name="vacpp"/>
1915                <note refid="16" author="D. Gregor"/>
1916            </mark-failure>
1917        </test>
1918        <test name="function_arith_cxx98">
1919            <mark-failure>
1920                <toolset name="borland"/>
1921                <toolset name="borland-5_6_4"/>
1922                <toolset name="msvc"/>
1923                <toolset name="vc-6_5"/>
1924                <toolset name="vc-7_0"/>
1925                <note author="B. Dawes" refid="3"/>
1926            </mark-failure>
1927        </test>
1928        <test name="function_ref_cxx98">
1929            <mark-failure>
1930                <toolset name="borland"/>
1931                <toolset name="borland-5_6_4"/>
1932                <toolset name="msvc"/>
1933                <toolset name="vc-6_5"/>
1934                <toolset name="vc-7_0"/>
1935                <note author="B. Dawes" refid="3"/>
1936            </mark-failure>
1937        </test>
1938        <test name="lambda_test">
1939            <mark-failure>
1940                <toolset name="borland"/>
1941                <toolset name="borland-5_6_4"/>
1942                <toolset name="msvc"/>
1943                <toolset name="vc-6_5"/>
1944                <toolset name="vc-7_0"/>
1945                <note author="B. Dawes" refid="3"/>
1946            </mark-failure>
1947            <mark-failure>
1948                <toolset name="cw-8_3*"/>
1949                <note author="B. Dawes" refid="2"/>
1950            </mark-failure>
1951        </test>
1952        <test name="lib_function_test">
1953            <mark-failure>
1954                <toolset name="borland"/>
1955                <toolset name="borland-5_6_4"/>
1956                <toolset name="msvc"/>
1957                <toolset name="vc-6_5"/>
1958                <toolset name="vc-7_0"/>
1959                <note author="B. Dawes" refid="3"/>
1960            </mark-failure>
1961            <mark-failure>
1962                <toolset name="cw-8_3*"/>
1963                <note author="B. Dawes" refid="2"/>
1964            </mark-failure>
1965        </test>
1966        <test name="mem_fun_cxx98">
1967            <mark-failure>
1968                <toolset name="borland"/>
1969                <toolset name="borland-5_6_4"/>
1970                <toolset name="msvc"/>
1971                <toolset name="vc-6_5"/>
1972                <toolset name="vc-7_0"/>
1973                <note author="B. Dawes" refid="3"/>
1974            </mark-failure>
1975            <mark-failure>
1976                <toolset name="cw-8_3*"/>
1977                <note author="B. Dawes" refid="2"/>
1978            </mark-failure>
1979        </test>
1980        <test name="std_bind_cxx98">
1981            <mark-failure>
1982                <toolset name="borland"/>
1983                <toolset name="borland-5_6_4"/>
1984                <toolset name="msvc"/>
1985                <toolset name="vc-6_5"/>
1986                <toolset name="vc-7_0"/>
1987                <note author="B. Dawes" refid="3"/>
1988            </mark-failure>
1989        </test>
1990        <test name="std_bind_portable">
1991            <mark-failure>
1992                <toolset name="msvc"/>
1993                <toolset name="vc-6_5"/>
1994                <note author="B. Dawes" refid="5"/>
1995            </mark-failure>
1996        </test>
1997        <test name="sum_avg_cxx98">
1998            <mark-failure>
1999                <toolset name="borland"/>
2000                <toolset name="borland-5_6_4"/>
2001                <toolset name="msvc"/>
2002                <toolset name="vc-6_5"/>
2003                <toolset name="vc-7_0"/>
2004                <note author="B. Dawes" refid="3"/>
2005            </mark-failure>
2006        </test>
2007    </library>
2008
2009
2010    <!-- iterator -->
2011    <library name="iterator">
2012        <test name="interoperable_fail" category="Corner-case tests">
2013            <mark-failure>
2014                <toolset name="gcc-3.3*"/>
2015                <toolset name="gcc-3_3*"/>
2016                <toolset name="gcc-3.2*"/>
2017                <toolset name="gcc-2*"/>
2018                <toolset name="gcc"/>
2019                <toolset name="mingw"/>
2020                <toolset name="borland*"/>
2021                <toolset name="cw-8*"/>
2022                <note author="D. Abrahams">
2023                    This failure is caused by a compiler bug.  Templated operators
2024                    that combine different iterators built with iterator_facade or
2025                    iterator_adaptor may be present in an overload set even when those
2026                    iterators are not interoperable.  The usual result is that error
2027                    messages generated by illegal use of these operators will be of
2028                    lower quality.
2029                </note>
2030            </mark-failure>
2031        </test>
2032
2033        <test name="is_convertible_fail" category="Corner-case tests">
2034            <mark-failure>
2035                <toolset name="gcc-2*"/>
2036                <toolset name="gcc"/>
2037                <toolset name="mingw"/>
2038                <toolset name="borland*"/>
2039                <toolset name="cw-8*"/>
2040                <toolset name="vc-6*"/>
2041                <toolset name="vc-7_0*"/>
2042                <toolset name="msvc"/>
2043                <note author="D. Abrahams">
2044                    This failure is caused by a compiler bug.
2045                    <code>is_convertible&lt;T,U&gt;::value</code> may be true for unrelated
2046                    iterators <code>T</code> and <code>U</code>
2047                    (including many of the Boost specialized adaptors) which use
2048                    <code>enable_if_convertible</code> to restrict the applicability
2049                    of converting constructors, even when <code>T</code> is not
2050                    convertible to <code>U</code> because instantiating the
2051                    conversion will cause a compilation failure.
2052                </note>
2053            </mark-failure>
2054        </test>
2055
2056        <test name="indirect_iter_member_types" category="Corner-case tests"/>
2057
2058        <mark-expected-failures>
2059            <test name="indirect_iter_member_types"/>
2060            <test name="pointee"/>
2061            <toolset name="borland"/>
2062            <toolset name="borland-5_6_4"/>
2063            <note author="D. Abrahams">
2064                This failure is caused by a compiler bug.  The
2065                compiler tends to drop const-ness and as a result
2066                some indirect_iterators will have pointer and
2067                reference members of <code>T*</code> and <code>T&amp;</code> that should
2068                have been <code>T const*</code> and <code>T const&amp;</code>.
2069            </note>
2070        </mark-expected-failures>
2071
2072        <mark-expected-failures>
2073            <test name="zip_iterator_test"/>
2074            <toolset name="borland"/>
2075            <toolset name="borland-5_6_4"/>
2076            <note author="Aleksey Gurtovoy" date="19 Sep 2004" refid="26"/>
2077        </mark-expected-failures>
2078
2079    </library>
2080
2081
2082    <!-- math -->
2083    <library name="math">
2084        <mark-unusable>
2085          <toolset name="gcc-2.95.3-*"/>
2086          <note author="Doug Gregor" refid="3"/>
2087        </mark-unusable>
2088        <test name="quaternion_mult_incl_test">
2089            <mark-failure>
2090                <toolset name="intel-win32"/>
2091                <note author="B. Dawes" refid="3"/>
2092            </mark-failure>
2093        </test>
2094        <mark-expected-failures>
2095            <test name="octonion_test"/>
2096            <test name="quaternion_test"/>
2097            <toolset name="gcc-3_4_3-sunos"/>
2098            <note author="Caleb Epstein">
2099              There appears to be a bug in gcc's <code>std::exp (long
2100              double)</code> on this platform.
2101            </note>
2102       </mark-expected-failures>
2103    </library>
2104
2105    <!-- numeric/conversion -->
2106    <library name="numeric/conversion">
2107        <test name="udt_example_0">
2108            <mark-failure>
2109                <toolset name="vc-6_5-stlport"/>
2110                <toolset name="borland-5_6_4"/>
2111                <toolset name="msvc*"/>
2112                <toolset name="vc-6_5*"/>
2113                <note author="Fernando Cacciola" refid="30"/>
2114            </mark-failure>
2115        </test>
2116        <test name="udt_support_test">
2117            <mark-failure>
2118                <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
2119                <note author="Fernando Cacciola" refid="3"/>
2120            </mark-failure>
2121        </test>
2122    </library>
2123
2124    <!-- numeric/interval -->
2125    <library name="numeric/interval">
2126        <mark-unusable>
2127            <toolset name="borland"/>
2128            <toolset name="borland-5_6_4"/>
2129            <toolset name="msvc*"/>
2130            <toolset name="vc-6_5*"/>
2131            <toolset name="vc-7_0"/>
2132        </mark-unusable>
2133        <mark-unusable>
2134            <toolset name="tru64cxx*"/>
2135            <toolset name="gcc-*-osf1"/>
2136            <note author="Markus Schoepflin">
2137                The library has not (yet) been ported to this
2138                compiler/platform combination.
2139            </note>
2140        </mark-unusable>
2141        <test name="test_float">
2142            <mark-failure>
2143                <toolset name="borland-5_5_1"/>
2144                <toolset name="iw-7_1-vc6"/>
2145                <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
2146                <note author="G. Melquiond">
2147                    This test ensures the inclusion property of interval
2148                    arithmetic is available for built-in floating-point types
2149                    <code>float</code> and <code>double</code>. If the test
2150                    fails, <code>interval&lt;float&gt;</code> and
2151                    <code>interval&lt;double&gt;</code> should not be used
2152                    on this compiler/platform since there will be no
2153                    numerical guarantee.
2154                </note>
2155            </mark-failure>
2156        </test>
2157        <mark-expected-failures>
2158            <test name="cmp_exn"/>
2159            <test name="cmp_set"/>
2160            <test name="cmp_tribool"/>
2161            <toolset name="gcc-2.95.3-linux"/>
2162            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
2163            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
2164            <note author="Aleksey Gurtovoy" refid="2"/>
2165        </mark-expected-failures>
2166        <mark-expected-failures>
2167            <test name="det"/>
2168            <toolset name="cw-8_3*"/>
2169            <note author="Aleksey Gurtovoy" refid="2"/>
2170        </mark-expected-failures>
2171    </library>
2172
2173
2174    <!-- numeric/ublas -->
2175    <library name="numeric/ublas">
2176        <mark-unusable>
2177            <toolset name="borland"/>
2178            <toolset name="borland-5_6_4"/>
2179            <toolset name="gcc-3_3-darwin"/>
2180            <note author="M.Stevens" refid="17"/>
2181        </mark-unusable>
2182        <mark-unusable>
2183            <toolset name="cw-8_3"/>
2184            <toolset name="msvc*"/>
2185            <toolset name="vc-6_5*"/>
2186            <toolset name="vc-7_0"/>
2187            <toolset name="iw-7_1-vc6"/>
2188            <toolset name="gcc-2.95*"/>
2189            <note author="M.Stevens" refid="30"/>
2190        </mark-unusable>
2191    </library>
2192
2193    <!-- program_options -->
2194    <library name="program_options">
2195
2196        <!-- Mark unusable toolsets -->
2197        <mark-unusable>
2198            <toolset name="gcc-2.95.3-linux"/>
2199            <note>
2200                The failure is caused by standard library deficiencies
2201                -- it lacks the basic_string class template and
2202                    the &lt;locale&gt; header.
2203            </note>
2204        </mark-unusable>
2205
2206        <mark-unusable>
2207            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
2208            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
2209            <note refid="2"/>
2210        </mark-unusable>
2211
2212        <mark-unusable>
2213            <toolset name="msvc*"/>
2214            <toolset name="vc-6_5*"/>
2215            <note refid="17"/>
2216        </mark-unusable>
2217
2218        <mark-unusable>
2219            <toolset name="vc-7_0"/>
2220            <note refid="29"/>
2221        </mark-unusable>
2222
2223        <!-- Mark expected failures -->
2224
2225        <test name="unicode_test*">
2226            <mark-failure>
2227                <toolset name="iw-7_1-vc6"/>
2228                <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
2229                <toolset name="msvc*"/>
2230                <toolset name="vc-6_5*"/>
2231                <note>The failures are caused by problems
2232                    with std::locale implementation</note>
2233            </mark-failure>
2234        </test>
2235
2236        <test name="options_description_test_dll">
2237             <mark-failure>
2238                <toolset name="msvc"/>
2239                <toolset name="vc-6_5"/>
2240                <toolset name="iw-7_1-vc6"/>
2241                <note refid="23"/>
2242            </mark-failure>
2243        </test>
2244
2245        <test name="variable_map_test_dll">
2246             <mark-failure>
2247                <toolset name="iw-7_1-vc6"/>
2248                <note refid="23"/>
2249            </mark-failure>
2250        </test>
2251
2252        <test name="*dll">
2253            <mark-failure>
2254                <toolset name="cw-8_3*"/>
2255                <note refid="18"/>
2256            </mark-failure>
2257        </test>
2258
2259        <test name="*dll">
2260             <mark-failure>
2261                <toolset name="*como-4_3_3*"/>
2262                <note refid="24"/>
2263            </mark-failure>
2264        </test>
2265
2266        <mark-expected-failures>
2267            <test name="variable_map_test"/>
2268            <test name="variable_map_test_dll"/>
2269            <toolset name="msvc*"/>
2270            <toolset name="vc-6_5*"/>
2271            <note>
2272               The failures are caused by compiler bug: it's not possible to
2273               explicitly pass template arguments to member template function. The
2274               failure is serious and makes one of the primary interfaces
2275               unusable.
2276            </note>
2277        </mark-expected-failures>
2278
2279        <mark-expected-failures>
2280            <test name="cmdline_test_dll"/>
2281            <test name="options_description_test_dll"/>
2282            <test name="parsers_test_dll"/>
2283            <test name="variable_map_test_dll"/>
2284            <test name="positional_options_test_dll"/>
2285            <toolset name="mingw-3*"/>
2286            <note author="Aleksey Gurtovoy" refid="29"/>
2287        </mark-expected-failures>
2288
2289        <mark-expected-failures>
2290            <test name="unicode_test*"/>
2291            <toolset name="mingw-3*"/>
2292            <note refid="19"/>
2293        </mark-expected-failures>
2294       
2295        <mark-expected-failures>
2296          <test name="unicode_test_dll"/>
2297          <toolset name="*-darwin"/>
2298          <note refid="35" author="Doug Gregor"/>
2299        </mark-expected-failures>
2300    </library>
2301
2302     <!-- pointer container -->
2303    <library name="ptr_container">
2304        <mark-unusable>
2305            <toolset name="gcc-2.95.3*"/>
2306            <toolset name="sunpro-5_3-sunos"/>
2307            <toolset name="tru64cxx65-042"/>
2308            <toolset name="borland-5_6_4"/>
2309            <toolset name="msvc*"/>
2310            <toolset name="vc-6_5*"/>
2311            <toolset name="vc-7_0"/>
2312            <toolset name="dmc-8_43-stlport-4_5_3"/>
2313        </mark-unusable>
2314        <mark-expected-failures>
2315            <test name="ptr_list"/>
2316            <toolset name="gcc-4.0.*"/>
2317            <note author="Thorsten Ottosen">
2318                The error is due to problems in the standard library implementation.
2319                It should be fixed in newer versions of the compiler.
2320            </note>
2321        </mark-expected-failures>
2322        <mark-expected-failures>
2323            <test name="ptr_list"/>
2324            <toolset name="gcc-4.0.0*"/>
2325            <note author="Thorsten Ottosen">
2326                The error is due to problems in the standard library implementation.
2327                It should be fixed in newer versions of the compiler.
2328            </note>
2329        </mark-expected-failures>
2330    </library>
2331
2332
2333    <!-- python -->
2334    <library name="python">
2335        <mark-unusable>
2336            <toolset name="borland"/>
2337            <toolset name="borland-5_5_1"/>
2338            <toolset name="borland-5_6_4"/>
2339            <note refid="2"/>
2340            <note refid="17"/>
2341        </mark-unusable>
2342        <mark-unusable>
2343            <toolset name="tru64cxx65*"/>
2344            <note author="Markus Schoepflin">
2345            The library fails to compile because of an error in the C++
2346            standard library implementation on this platform. It incorrectly
2347            assumes that fpos_t is of an integral type, which is not always
2348            the case. This is fixed in a later release.
2349            </note>
2350        </mark-unusable>
2351        <mark-expected-failures>
2352            <test name="args"/>
2353            <test name="auto_ptr"/>
2354            <test name="builtin_convertors"/>
2355            <test name="callbacks"/>
2356            <test name="crossmod_exception"/>
2357            <test name="data_members"/>
2358            <test name="enum"/>
2359            <test name="exception_translator"/>
2360            <test name="extract"/>
2361            <test name="implicit"/>
2362            <test name="iterator"/>
2363            <test name="list"/>
2364            <test name="map_indexing_suite"/>
2365            <test name="object"/>
2366            <test name="opaque"/>
2367            <test name="pickle2"/>
2368            <test name="polymorphism"/>
2369            <test name="polymorphism2"/>
2370            <test name="shared_ptr"/>
2371            <test name="slice"/>
2372            <test name="test_pointer_adoption"/>
2373            <test name="try"/>
2374            <test name="vector_indexing_suite"/>
2375            <test name="virtual_functions"/>
2376            <toolset name="gcc-2.95.3-linux"/>
2377            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
2378            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
2379            <note author="D. Abrahams">
2380                The problems with GCC 2.x only occur when C++ exceptions are thrown and
2381                the framework catches them, which happens quite often in the tests.
2382                So technically GCC 2.x is usable if you're careful.
2383             </note>
2384        </mark-expected-failures>
2385        <mark-expected-failures>
2386            <test name="args"/>
2387            <test name="auto_ptr"/>
2388            <test name="back_reference"/>
2389            <test name="ben_scott1"/>
2390            <test name="bienstman1"/>
2391            <test name="bienstman2"/>
2392            <test name="bienstman3"/>
2393            <test name="bienstman4"/>
2394            <test name="bienstman5"/>
2395            <test name="callbacks"/>
2396            <test name="cltree"/>
2397            <test name="const_argument"/>
2398            <test name="crossmod_exception_a"/>
2399            <test name="crossmod_exception_b"/>
2400            <test name="data_members"/>
2401            <test name="defaults"/>
2402            <test name="dict"/>
2403            <test name="docstring"/>
2404            <test name="enum"/>
2405            <test name="exception_translator"/>
2406            <test name="extract"/>
2407            <test name="implicit"/>
2408            <test name="injected"/>
2409            <test name="input_iterator"/>
2410            <test name="int_map_indexing_suite"/>
2411            <test name="iterator"/>
2412            <test name="keywords"/>
2413            <test name="list"/>
2414            <test name="long"/>
2415            <test name="m1"/>
2416            <test name="m2"/>
2417            <test name="map_indexing_suite"/>
2418            <test name="minimal"/>
2419            <test name="module_tail"/>
2420            <test name="multi_arg_constructor"/>
2421            <test name="nested"/>
2422            <test name="object"/>
2423            <test name="opaque"/>
2424            <test name="operators"/>
2425            <test name="pickle1"/>
2426            <test name="pickle2"/>
2427            <test name="pickle3"/>
2428            <test name="pickle4"/>
2429            <test name="polymorphism"/>
2430            <test name="polymorphism2"/>
2431            <test name="properties"/>
2432            <test name="register_ptr"/>
2433            <test name="return_arg"/>
2434            <test name="shared_ptr"/>
2435            <test name="slice"/>
2436            <test name="staticmethod"/>
2437            <test name="str"/>
2438            <test name="test_builtin_converters"/>
2439            <test name="test_pointer_adoption"/>
2440            <test name="tuple"/>
2441            <test name="vector_indexing_suite"/>
2442            <test name="virtual_functions"/>
2443            <toolset name="intel-7.1-linux"/>
2444            <toolset name="intel-8.0-linux"/>
2445            <note author="Aleksey Gurtovoy">
2446                The library is <a href="http://article.gmane.org/gmane.comp.lib.boost.devel/110420">known to work</a>
2447                in this configuration. The failures are due to configuration issues of
2448                the particular testing environment these tests have been run in. The
2449                regression runners and library developers are aware of the problem and
2450                plan to fix it for the next release.
2451            </note>
2452        </mark-expected-failures>
2453        <mark-expected-failures>
2454            <test name="builtin_converters"/>
2455            <test name="extract"/>
2456            <test name="list"/>
2457            <test name="operators"/>
2458            <test name="pickle1"/>
2459            <test name="pickle2"/>
2460            <test name="pickle3"/>
2461            <test name="pickle4"/>
2462            <toolset name="gcc-3.4.2-linux"/>
2463            <note author="Aleksey Gurtovoy">
2464                The test is <a href="http://article.gmane.org/gmane.comp.lib.boost.devel/110671">known to work</a>
2465                in this configuration. The failures are due to configuration issues of
2466                the particular testing environment these tests have been run in.
2467            </note>
2468        </mark-expected-failures>
2469        <mark-expected-failures>
2470            <test name="pointer_vector"/>
2471            <test name="polymorphism"/>
2472            <toolset name="tru64cxx7*"/>
2473            <note author="Markus Schoepflin" refid="29"/>
2474        </mark-expected-failures>
2475
2476        <mark-expected-failures>
2477          <test name="map_indexing_suite"/>
2478          <toolset name="vc-8_0"/>
2479          <note author="Doug Gregor">
2480            Test fails for unknown reasons within the testing harness,
2481            but seems to work elsewhere.
2482          </note>
2483        </mark-expected-failures>
2484    </library>
2485
2486    <!-- random -->
2487    <library name="random">
2488        <mark-unusable>
2489            <toolset name="msvc"/>
2490            <toolset name="vc-7_0"/>
2491            <note author="B. Dawes" refid="10"/>
2492        </mark-unusable>
2493        <test name="random_test">
2494            <mark-failure>
2495                <toolset name="cw-8_3*"/>
2496                <note author="B. Dawes" refid="3"/>
2497            </mark-failure>
2498            <mark-failure>
2499                <toolset name="borland"/>
2500                <toolset name="borland-5_6_4"/>
2501                <note author="B. Dawes" refid="2"/>
2502            </mark-failure>
2503            <mark-failure>
2504                <toolset name="intel-win32-*"/>
2505                <note author="S. Slapeta" refid="1"/>
2506            </mark-failure>
2507        </test>
2508    </library>
2509
2510    <!-- range -->
2511    <library name="range">
2512        <mark-unusable>
2513            <toolset name="mipspro"/>
2514            <toolset name="dmc-8_43-stlport-4_5_3"/>
2515            <toolset name="gcc-2.95.3*"/>
2516            <toolset name="sunpro-5_3-sunos"/>
2517        </mark-unusable>
2518
2519        <mark-expected-failures>
2520            <test name="extension_mechanism"/>
2521            <toolset name="vc-6_5*"/>
2522            <toolset name="vc-7_0*"/>
2523            <note author="Thorsten Ottosen">
2524            The extension mechanism based on ADL does not work
2525            on this compiler. Consider therefore to make your
2526            container standard complient instead.
2527            </note>
2528        </mark-expected-failures>
2529       
2530        <mark-expected-failures>
2531            <test name="array"/>
2532            <toolset name="como-4_3_3*"/>
2533            <toolset name="borland-5_6_4"/>
2534            <note refid="27" author="Thorsten Ottosen"/>
2535        </mark-expected-failures>
2536        <mark-expected-failures>
2537            <test name="iterator_range"/>
2538            <toolset name="msvc-stlport"/>
2539            <toolset name="vc-6_5-stlport"/>
2540            <toolset name="tru64cxx65"/>
2541            <note author="Thorsten Ottosen">
2542                For most compilers this is due to problems
2543                with built-in arrays (notably char arrays) and operator==()
2544                and operator!=() for iterator_range. Thus, not using built-in arrays
2545                fixes the problem.
2546
2547                For other compilers it is simply a bug in the standard library.
2548            </note>
2549        </mark-expected-failures>
2550        <mark-expected-failures>
2551            <test name="partial_workaround"/>
2552            <toolset name="vc-7_1"/>
2553            <toolset name="vc-8_0"/>
2554            <toolset name="intel-win32-8_1"/>
2555            <toolset name="intel-win32-9_0"/>
2556             <note author="Thorsten Ottosen">
2557                 This failure is of no importance to this compiler.
2558             </note>
2559        </mark-expected-failures>
2560        <mark-expected-failures>
2561            <test name="reversible_range"/>
2562            <toolset name="tru64cxx65"/>
2563            <note author="Thorsten Ottosen">
2564                This test probably fails because it uses built-in arrays. So do expect these
2565                functions to work in normal code.
2566            </note>
2567        </mark-expected-failures>
2568        <mark-expected-failures>
2569            <test name="string"/>
2570            <toolset name="tru64cxx65"/>
2571            <toolset name="borland-5_6_4"/>
2572            <note author="Thorsten Ottosen">
2573                The string functionality is expected to work if
2574                the user employs std::string and stays away from built-in
2575                arrays.
2576            </note>
2577        </mark-expected-failures>
2578        <mark-expected-failures>
2579            <test name="sub_range"/>
2580            <toolset name="vc-8_0"/>
2581            <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
2582            <toolset name="msvc-stlport"/>
2583            <toolset name="vc-6_5-stlport"/>
2584            <toolset name="vc-7_0"/>
2585            <toolset name="tru64cxx65"/>
2586            <note refid="6" author="Thorsten Ottosen">
2587                For most compilers this is due to problems
2588                with built-in arrays (notably char arrays) and operator==()
2589                and operator!=() for iterator_range. Thus, not using built-in arrays
2590                fixes the problem.
2591            </note>
2592        </mark-expected-failures>
2593        <mark-expected-failures>
2594            <test name="sub_range"/>
2595            <toolset name="cw-9_5-darwin"/>
2596            <note author="Thorsten Ottosen">
2597                At the time of release I couldn't figure out why this was failing.
2598                Anyway, the failure is not very important; also, the well-definedness of
2599                "singularity" of an iterator range is likely to change.
2600            </note>
2601        </mark-expected-failures>
2602    </library>
2603
2604    <!-- regex -->
2605    <library name="regex">
2606        <test name="regex_token_iterator_eg_2">
2607            <mark-failure>
2608                <toolset name="msvc"/>
2609                <toolset name="vc-6_5"/>
2610                <note author="J. Maddock"/>
2611            </mark-failure>
2612        </test>
2613        <test name="posix_api_check">
2614            <mark-failure>
2615                <toolset name="como-4_3_3-vc7*"/>
2616                <note author="J. Maddock"/>
2617            </mark-failure>
2618        </test>
2619        <test name="*_dll">
2620            <mark-failure>
2621                <toolset name="*como-4_3_3*"/>
2622                <note author="J. Maddock">
2623                This test requires features that are unsupported by Como:
2624                use and building of dll's mainly.
2625                </note>
2626            </mark-failure>
2627        </test>
2628        <mark-expected-failures>
2629            <test name="static_mutex_test"/>
2630            <test name="grep"/>
2631            <toolset name="*como-4_3_3*"/>
2632            <note author="J. Maddock">
2633            This test requires features that are unsupported by Como:
2634            use and building of dll's mainly.
2635            </note>
2636        </mark-expected-failures>
2637        <test name="concept_check">
2638            <mark-failure>
2639                <toolset name="vc-8_0"/>
2640                <toolset name="sunpro-5_3-sunos"/>
2641                <note author="John Maddock" refid="2"/>
2642            </mark-failure>
2643            <mark-failure>
2644                <toolset name="tru64cxx*"/>
2645                <note author="Markus Schoepflin" refid="3"/>
2646            </mark-failure>
2647        </test>
2648        <test name="grep">
2649            <mark-failure>
2650                <toolset name="gcc-2.95.3-linux"/>
2651                <toolset name="sunpro-5_3-sunos"/>
2652                <toolset name="msvc*"/>
2653                <toolset name="vc-6_5*"/>
2654                <toolset name="vc-7_0"/>
2655                <note author="John Maddock">
2656                  This test fails because a dependency (Boost.Program Options) doesn't build with this compiler.
2657                </note>
2658            </mark-failure>
2659        </test>
2660        <mark-expected-failures>
2661            <test name="regex_regress"/>
2662            <test name="regex_regress_dll"/>
2663            <toolset name="iw-7_1-vc6-stlp-4_5_3"/>
2664            <note author="John Maddock" refid="29"/>
2665        </mark-expected-failures>
2666        <mark-expected-failures>
2667            <test name="unicode_iterator_test"/>
2668            <toolset name="borland-5_6_4"/>
2669            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
2670            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
2671            <note author="John Maddock" refid="6"/>
2672        </mark-expected-failures>
2673        <mark-expected-failures>
2674            <test name="regex_timer"/>
2675            <toolset name="vc-6_5-stlport"/>
2676            <note author="John Maddock">
2677               Test fails due to unresilved externals from STLport: appears to be
2678               an STLport bug. </note>
2679        </mark-expected-failures>
2680
2681        <mark-expected-failures>
2682          <test name="regex_grep_example_2"/>
2683          <toolset name="vc-8_0"/>
2684          <note author="Doug Gregor">
2685            Test occassionally fails due to linking problems. This
2686            appears to be an intermittent linker bug.
2687          </note>
2688        </mark-expected-failures>
2689    </library>
2690
2691    <!-- signals -->
2692    <library name="signals">
2693        <mark-unusable>
2694            <toolset name="sunpro-5_3-sunos"/>
2695        </mark-unusable>
2696        <mark-expected-failures>
2697            <test name="dead_slot_test"/>
2698            <test name="trackable_test"/>
2699            <toolset name="*como-4_3_3*"/>
2700            <toolset name="tru64cxx*"/>
2701            <note author="Markus Schoepflin" refid="2"/>
2702        </mark-expected-failures>
2703        <test name="signal_test">
2704            <mark-failure>
2705                <toolset name="cw-8_3*"/>
2706                <note author="B. Dawes" refid="2"/>
2707            </mark-failure>
2708            <mark-failure>
2709                <toolset name="borland"/>
2710                <toolset name="borland-5_6_4"/>
2711                <toolset name="msvc"/>
2712                <toolset name="vc-6_5"/>
2713                <toolset name="vc-7_0"/>
2714                <note author="B. Dawes" refid="3"/>
2715            </mark-failure>
2716        </test>
2717    </library>
2718
2719    <!-- static_assert -->
2720    <library name="static_assert">
2721        <test name="static_assert_example_2">
2722            <mark-failure>
2723                <toolset name="sunpro-5_3-sunos"/>
2724                <note author="J. Maddock" refid="4"/>
2725            </mark-failure>
2726        </test>
2727    </library>
2728
2729    <!-- test -->
2730    <library name="test">
2731        <mark-expected-failures>
2732            <test name="ifstream_line_iterator_test"/>
2733            <toolset name="sunpro*"/>
2734            <note author="Gennadiy Rozental" refid="2"/>
2735        </mark-expected-failures>
2736
2737        <mark-expected-failures>
2738            <test name="custom_exception_test"/>
2739            <toolset name="msvc*"/>
2740            <toolset name="vc-6_5*"/>
2741            <note author="Gennadiy Rozental" refid="2"/>
2742        </mark-expected-failures>
2743
2744        <mark-expected-failures>
2745            <test name="errors_handling_test"/>
2746            <toolset name="*como-4_3_3*"/>
2747            <note author="B. Dawes" refid="3"/>
2748        </mark-expected-failures>
2749
2750        <mark-expected-failures>
2751            <test name="token_iterator_test"/>
2752            <toolset name="msvc*"/>
2753            <toolset name="vc-6_5*"/>
2754            <toolset name="iw-7_1-vc6"/>
2755            <toolset name="vc-7_0"/>
2756            <toolset name="vc-7_0-stlport"/>
2757            <toolset name="gcc-2.95.3-linux"/>
2758            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
2759            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
2760            <toolset name="tru64cxx65-042"/>
2761            <toolset name="sunpro*"/>
2762            <toolset name="borland*"/>
2763            <note author="Gennadiy Rozental" refid="3"/>
2764        </mark-expected-failures>
2765
2766        <mark-expected-failures>
2767            <test name="test_fp_comparisons"/>
2768            <toolset name="msvc*"/>
2769            <toolset name="vc-6_5*"/>
2770            <toolset name="vc-7_0"/>
2771            <toolset name="vc-7_0-stlport"/>
2772            <toolset name="borland-5_6_4"/>
2773            <note author="Gennadiy Rozental" refid="3"/>
2774        </mark-expected-failures>
2775
2776        <mark-expected-failures reason="?">
2777            <test name="basic_cstring_test"/>
2778            <toolset name="gcc-2.95.3-linux"/>
2779            <note refid="29"/>
2780        </mark-expected-failures>
2781
2782        <mark-expected-failures>
2783          <test name="errors_handling_test"/>
2784          <test name="test_tools_test"/>
2785          <toolset name="cw-9_5-darwin"/>
2786          <note refid="29" author="Doug Gregor"/>
2787        </mark-expected-failures>
2788
2789        <mark-expected-failures>
2790          <test name="errors_handling_test"/>
2791          <toolset name="vc-8_0"/>
2792          <note refid="29" author="Doug Gregor"/>
2793        </mark-expected-failures>
2794
2795        <mark-expected-failures>
2796          <test name="errors_handling_test"/>
2797          <test name="test_tools_test"/>
2798          <toolset name="cw-9_4"/>
2799          <note refid="29" author="Doug Gregor"/>
2800        </mark-expected-failures>
2801    </library>
2802
2803
2804    <!-- thread -->
2805    <library name="thread">
2806        <mark-unusable>
2807            <toolset name="*como-4_3_3*"/>
2808            <note author="B. Dawes" refid="10"/>
2809        </mark-unusable>
2810        <test name="test_mutex">
2811            <mark-failure>
2812                <toolset name="vc-7_0"/>
2813                <note author="B. Dawes" refid="0"/>
2814                <note author="B. Dawes" refid="6"/>
2815            </mark-failure>
2816        </test>
2817        <test name="test_tss_lib">
2818            <mark-failure>
2819                <toolset name="mingw*"/>
2820                <toolset name="borland-5_6_4"/>
2821                <toolset name="cw-*"/>
2822                <toolset name="vc-7_0"/>
2823                <note author="Aleksey Gurtovoy" date="19 Sep 2004">
2824                    This functionality has not been implemented yet. The library
2825                    developers plan to implement it for the next release.
2826                </note>
2827            </mark-failure>
2828        </test>
2829        <mark-expected-failures>
2830            <test name="*_lib"/>
2831            <toolset name="intel-8.0-linux*"/>
2832            <note author="Aleksey Gurtovoy">
2833                This failure is caused by a conflict between the compiler
2834                and the testing environment: the tests are run on a platform with
2835                <i>too recent</i> version of glibc, which is not currently
2836                supported by the compiler vendor (Intel).
2837
2838                If you are having the same problem and <i>really</i> want to make
2839                things work, renaming <code>strol</code> symbol in the
2840                compiler's static runtime library (<code>libcprts.a</code>) to
2841                something else is known to resolve the issue.
2842            </note>
2843        </mark-expected-failures>
2844        <mark-expected-failures>
2845            <test name="test_barrier_lib"/>
2846            <toolset name="vc-8_0"/>
2847            <note author="Aleksey Gurtovoy" refid="6"/>
2848        </mark-expected-failures>
2849
2850        <mark-expected-failures>
2851            <test name="test_thread"/>
2852            <toolset name="vc-7_1"/>
2853            <note author="Aleksey Gurtovoy" refid="6"/>
2854        </mark-expected-failures>
2855
2856        <mark-expected-failures reason="?">
2857            <test name="*_lib"/>
2858            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
2859            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
2860            <note author="Aleksey Gurtovoy" refid="29"/>
2861        </mark-expected-failures>
2862    </library>
2863
2864
2865    <!-- tuple -->
2866    <library name="tuple">
2867        <mark-unusable>
2868            <toolset name="sunpro-5_3-sunos"/>
2869        </mark-unusable>
2870        <test name="io_test">
2871            <toolset name="intel-win32"/>
2872            <note author="B. Dawes" refid="3"/>
2873        </test>
2874    </library>
2875
2876    <!-- type_traits -->
2877    <library name="type_traits">
2878        <mark-expected-failures>
2879            <test name="function_traits_test"/>
2880            <test name="remove_bounds_test"/>
2881            <test name="remove_const_test"/>
2882            <test name="remove_cv_test"/>
2883            <test name="remove_pointer_test"/>
2884            <test name="remove_reference_test"/>
2885            <test name="remove_volatile_test"/>
2886            <test name="decay_test"/>
2887            <test name="extent_test"/>
2888            <test name="remove_extent_test"/>
2889            <test name="remove_all_extents_test"/>
2890            <test name="rank_test"/>
2891            <test name="is_unsigned_test"/>
2892            <toolset name="msvc*"/>
2893            <toolset name="vc-6_5*"/>
2894            <toolset name="vc-7_0"/>
2895            <note author="Aleksey Gurtovoy">
2896                This failure is caused by the lack of compiler support for class template
2897                partial specialization. A limited subset of the tested functionality is
2898                available on the compiler through a user-side workaround (see
2899                <a href="http://www.boost.org/libs/type_traits/index.html#transformations">
2900                http://www.boost.org/libs/type_traits/index.html#transformations</a> for
2901                details).
2902            </note>
2903        </mark-expected-failures>
2904        <mark-expected-failures>
2905            <test name="tricky_incomplete_type_test"/>
2906            <test name="decay_test"/>
2907            <test name="extent_test"/>
2908            <test name="is_base_of_test"/>
2909            <test name="rank_test"/>
2910            <test name="remove_all_extents_test"/>
2911            <test name="remove_extent_test"/>
2912            <test name="tricky_function_type_test"/>
2913            <toolset name="borland-5_6_4"/>
2914            <note author="John Maddock" refid="2"/>
2915        </mark-expected-failures>
2916        <test name="tricky_is_enum_test">
2917            <mark-failure>
2918                <toolset name="borland-5_6_4"/>
2919                <toolset name="msvc*"/>
2920                <toolset name="vc-6_5*"/>
2921                <toolset name="gcc-2.95.3-*"/>
2922            </mark-failure>
2923        </test>
2924        <test name="tricky_incomplete_type_test">
2925            <mark-failure>
2926                <toolset name="iw-7_1*"/>
2927                <note author="John Maddock" refid="2"/>
2928            </mark-failure>
2929        </test>
2930        <test name="is_abstract_test">
2931            <mark-failure>
2932                <toolset name="borland-5_6_4"/>
2933                <toolset name="cw-8_3*"/>
2934                <toolset name="cw-9_3*"/>
2935                <toolset name="cw-9_4*"/>
2936                <toolset name="cw-9_5*"/>
2937                <toolset name="msvc*"/>
2938                <toolset name="vc-6_5*"/>
2939                <toolset name="vc-7_0"/>
2940                <toolset name="mingw-3_3*"/>
2941                <toolset name="gcc-2*"/>
2942                <toolset name="gcc-3.2*"/>
2943                <toolset name="gcc-3.3*"/>
2944                <toolset name="gcc-3_3*"/>
2945                <toolset name="sunpro-5_3-sunos"/>
2946                <toolset name="tru64cxx65-042"/>
2947                <toolset name="darwin"/>
2948                <toolset name="mingw"/>
2949                <note author="Aleksey Gurtovoy">
2950                    This functionality is available only on compilers that implement C++ Core Language
2951                    <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#337">Defect Report 337</a>.
2952                </note>
2953            </mark-failure>
2954        </test>
2955
2956        <mark-expected-failures>
2957          <test name="is_polymorphic_test"/>
2958          <toolset name="gcc-2.95.3-stlport-*"/>
2959          <note author="Doug Gregor" refid="3"/>
2960        </mark-expected-failures>
2961
2962        <mark-expected-failures>
2963            <test name="decay_test"/>
2964            <test name="extent_test"/>
2965            <test name="has_nothrow_assign_test"/>
2966            <test name="has_nothrow_constr_test"/>
2967            <test name="has_nothrow_copy_test"/>
2968            <test name="has_trivial_assign_test"/>
2969            <test name="has_trivial_constr_test"/>
2970            <test name="has_trivial_copy_test"/>
2971            <test name="has_trivial_destructor_test"/>
2972            <test name="is_array_test"/>
2973            <test name="is_base_and_derived_test"/>
2974            <test name="is_base_of_test"/>
2975            <test name="is_class_test"/>
2976            <test name="is_convertible_test"/>
2977            <test name="is_object_test"/>
2978            <test name="is_pod_test"/>
2979            <test name="is_polymorphic_test"/>
2980            <test name="rank_test"/>
2981            <test name="remove_all_extents_test"/>
2982            <test name="remove_bounds_test"/>
2983            <test name="remove_extent_test"/>
2984            <toolset name="sunpro-5_3-sunos"/>
2985
2986            <note author="John Maddock">
2987                The Type Traits library is broken when used with Sunpro-5.3 and the
2988                argument to the template is an array or function type.  Most other argument types
2989                do work as expected: in other words the functionality is limited
2990                with this compiler, but not so much as to render the library unuseable.
2991            </note>
2992        </mark-expected-failures>
2993        <mark-expected-failures>
2994            <test name="is_empty_test"/>
2995            <test name="is_function_test"/>
2996            <test name="is_member_func_test"/>
2997            <test name="is_member_obj_test"/>
2998            <test name="is_reference_test"/>
2999            <test name="tricky_function_type_test"/>
3000            <test name="tricky_incomplete_type_test"/>
3001            <test name="tricky_is_enum_test"/>
3002            <toolset name="sunpro-5_3-sunos"/>
3003            <note author="John Maddock" refid="2"/>
3004        </mark-expected-failures>
3005        <mark-expected-failures>
3006            <test name="tricky_function_type_test"/>
3007            <test name="is_convertible_test"/>
3008            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
3009            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
3010            <toolset name="gcc-2.95.3-linux"/>
3011            <note author="John Maddock" refid="2"/>
3012        </mark-expected-failures>
3013        <mark-expected-failures>
3014            <test name="aligned_storage_test"/>
3015            <toolset name="cw-8_3"/>
3016            <note author="John Maddock">
3017               Older versions of MWCW incorrectly align pointers to member functions
3018               (they use 12-byte boundaries, rather than a power-of-2 boundary),
3019               leading to alignment_of / aligned_storage
3020               to fail with these types on this compiler.
3021            </note>
3022        </mark-expected-failures>
3023    </library>
3024
3025
3026    <!-- utility/enable_if -->
3027    <library name="utility/enable_if">
3028        <mark-unusable>
3029            <toolset name="borland"/>
3030            <toolset name="borland-5_6_4"/>
3031            <toolset name="cw-8_3*"/>
3032            <toolset name="msvc*"/>
3033            <toolset name="vc-6_5*"/>
3034            <toolset name="vc-7_0"/>
3035            <toolset name="gcc-2.95.3-*"/>
3036            <note refid="3"/>
3037        </mark-unusable>
3038
3039        <mark-expected-failures>
3040          <test name="no_disambiguation"/>
3041          <toolset name="gcc-3.2.*"/>
3042          <note refid="3"/>
3043        </mark-expected-failures>
3044    </library>
3045
3046
3047    <!-- utility -->
3048    <library name="utility">
3049        <test name="addressof_test">
3050          <mark-failure>
3051            <toolset name="sunpro-5_3-sunos"/>
3052            <note author="D. Gregor" refid="3"/>
3053          </mark-failure>
3054        </test>
3055        <test name="fun_out_iter_example">
3056            <mark-failure>
3057                <toolset name="como-win32"/>
3058                <note author="B. Dawes" refid="4"/>
3059            </mark-failure>
3060        </test>
3061        <test name="result_of_test">
3062            <mark-failure>
3063                <toolset name="borland-5*"/>
3064                <toolset name="cw-8_3*"/>
3065                <toolset name="msvc*"/>
3066                <toolset name="vc-6_5*"/>
3067                <toolset name="vc-7_0"/>
3068                <toolset name="gcc-2.95.3*"/>
3069                <toolset name="sunpro-5_3-sunos"/>
3070                <note refid="3" author="D. Gregor"/>
3071            </mark-failure>
3072        </test>
3073        <mark-expected-failures>
3074            <test name="value_init_test"/>
3075            <toolset name="msvc*"/>
3076            <toolset name="vc-6_5*"/>
3077            <toolset name="vc-7_0"/>
3078            <note author="Aleksey Gurtovoy">
3079                This failure is caused by a compiler bug (default-constructed scalar
3080                types are not zero-initialized) that has been fixed in the latest
3081                versions of the compiler (VC 7.1 and greater).
3082            </note>
3083        </mark-expected-failures>
3084    </library>
3085
3086
3087    <!-- variant -->
3088    <library name="variant">
3089        <mark-unusable>
3090            <toolset name="mipspro"/>
3091            <toolset name="sunpro-5_3-sunos"/>
3092            <toolset name="tru64cxx65*"/>
3093            <note refid="2"/>
3094        </mark-unusable>
3095        <test name="recursive_variant_test">
3096            <mark-failure>
3097                <toolset name="como-win32"/>
3098                <toolset name="msvc*"/>
3099                <toolset name="vc-6_5*"/>
3100                <toolset name="vc-7_0"/>
3101                <note refid="3"/>
3102            </mark-failure>
3103        </test>
3104        <mark-expected-failures>
3105            <test name="recursive_variant_test"/>
3106            <test name="variant_test1"/>
3107            <test name="variant_test5"/>
3108            <test name="variant_visit_test"/>
3109            <toolset name="borland"/>
3110            <toolset name="borland-5_6_4"/>
3111            <note author="Aleksey Gurtovoy" refid="3"/>
3112        </mark-expected-failures>
3113        <test name="variant_reference_test">
3114            <mark-failure>
3115                <toolset name="cw-8_3*"/>
3116                <toolset name="msvc*"/>
3117                <toolset name="vc-6_5*"/>
3118                <toolset name="vc-7_0"/>
3119                <note refid="3"/>
3120            </mark-failure>
3121            <mark-failure>
3122                <toolset name="intel-win32"/>
3123                <toolset name="iw-7_1*"/>
3124                <toolset name="intel-7.1*"/>
3125                <note refid="2"/>
3126            </mark-failure>
3127        </test>
3128    </library>
3129
3130    <!-- wave -->
3131    <library name="wave">
3132        <mark-unusable>
3133            <toolset name="msvc*"/>
3134            <toolset name="vc-6_5*"/>
3135            <toolset name="sunpro-5_3-sunos"/>
3136            <toolset name="borland-5_5_1"/>
3137            <toolset name="borland-5_6_4"/>
3138            <toolset name="gcc-2.95.3-linux"/>
3139            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
3140            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
3141            <toolset name="tru64cxx*"/>
3142            <toolset name="cw-9_4"/>
3143            <note refid="29"/>
3144        </mark-unusable>
3145        <mark-unusable>
3146            <toolset name="vc-7_0"/>
3147            <note>
3148               This toolset isn't supported because of the used Spirit V1.8.x, which in turn is
3149               not usable with this toolset.
3150            </note>
3151        </mark-unusable>
3152
3153        <mark-expected-failures>
3154            <test name="testwave"/>
3155            <toolset name="cw-9_5-darwin"/>
3156            <toolset name="cw-8*"/>
3157            <note author="Rene Rivera" refid="29"/>
3158        </mark-expected-failures>
3159
3160        <mark-expected-failures>
3161            <test name="testwave"/>
3162            <toolset name="gcc-3.2.3-linux"/>
3163            <toolset name="gcc-3.3.6-linux"/>
3164            <note author="Hartmut Kaiser" refid="29"/>
3165        </mark-expected-failures>
3166
3167    </library>
3168
3169    <!-- /////////////// Standard note definitions /////////////// -->
3170
3171    <note id="0">
3172        This test fails only intermittently.
3173    </note>
3174
3175    <note id="1">
3176        The failure is caused by a problem in Boost code. The Boost developers is aware of
3177        the problem and plan to fix it.
3178    </note>
3179
3180    <note id="2">
3181        The failure is caused by a compiler bug.
3182    </note>
3183
3184    <note id="3">
3185        The failure is caused by a compiler bug, which has been reported to the compiler
3186        supplier (or is already known to them).
3187    </note>
3188
3189    <note id="4">
3190        The failure is caused by a standard library bug.
3191    </note>
3192
3193    <note id="5">
3194        The failure is caused by a standard library bug, which has been reported to the
3195        standard library supplier (or is already known to them).
3196    </note>
3197
3198    <note id="6">
3199        The failure is probably caused by the test code, harness, or configuration. Thus
3200        it may not affect users of the library.
3201    </note>
3202
3203    <note id="9">
3204        The failure is serious and likely to prevent all use of this Boost library with this compiler.
3205    </note>
3206
3207    <note id="10">
3208        The failure is serious and likely to prevent all use of this Boost library with this
3209        compiler. The failure is caused by a compiler bug, which has been reported to the compiler
3210        supplier (or is already known to them).
3211    </note>
3212
3213    <note id="14">
3214        The failure is caused by a platform API bug.
3215    </note>
3216
3217    <note id="15">
3218        The failure is caused by a platform API bug, which has been reported to the platform API
3219        supplier (or is already known to them).
3220    </note>
3221
3222    <note id="16">
3223        The failure is not serious and will not affect most users. The library degrades gracefully.
3224    </note>
3225
3226    <note id="17">
3227        This compiler's bugs are not supported by the library.
3228    </note>
3229
3230    <note id="18">
3231      Locales missing or adequately supported by this compiler.
3232    </note>
3233
3234    <note id="19">
3235      Missing or inadequate wchar/wstring/wstream support for this compiler.
3236    </note>
3237
3238    <note id="20">
3239      No std iterator traits for this compiler.
3240    </note>
3241
3242    <note id="21">
3243      Library has limited input/output support due to compiler inadequacies.
3244    </note>
3245
3246    <note id="22">
3247      No high precision clock for this platform.
3248    </note>
3249
3250    <note id="23">
3251      A bug in standard library prevents passing std::set from DLL to
3252      application. A fixed &lt;tree&gt; header is available from
3253      http://www.dinkumware.com/vc_fixes.html.
3254    </note>
3255
3256    <note id="24">
3257      Although the documentation from the Comeau website would make it appear
3258      that windows DLL's are supported using the --windows option,  after some
3259      experimentation we have been unsuccessful in making dll configurations
3260      work correctly.
3261    </note>
3262
3263    <note id="25">
3264      The failure is caused by a runtime limitation. Locale support is only
3265      available with the static linked variant of the runtime. Generally
3266      the dynamic linked variant is required when building dynamic modules,
3267      DLL, <code>so</code>, etc.
3268    </note>
3269
3270    <note id="26">
3271        This failure is caused by a compiler bug with no known workaround.
3272        Patches are welcome!
3273    </note>
3274
3275    <note id="27" >
3276        This failure is caused by bugs in the standard library implementation and/or
3277        bugs in the compiler.
3278    </note>
3279
3280    <note id="28">
3281        Unresearched failure, please contact library developers for more
3282        information about possible causes.
3283    </note>
3284
3285    <note id="29">
3286        The test fails due to unresearched issues. The library
3287        developers are aware of this failure, but need help with
3288        investigating/addressing it for future releases.
3289    </note>
3290
3291    <note id="30">
3292        The support for this deficient compiler will be dropped starting
3293        from Boost 1.33.0 release. Please use one of the previous Boost
3294        releases if you need the library to work on this compiler.
3295    </note>
3296
3297    <note id="31">
3298        This failure is caused by compiler bugs or limitations. Some advanced
3299        or esoteric library features may be unavailable or only partially available.
3300        This does not impact most common uses of the library.
3301    </note>
3302
3303    <note id="32">
3304        This failure is caused by a compiler bug. Certain code constructs that should
3305        fail compilation are accepted by the compiler. This can mask some programming
3306        errors, but does not impact the usability of the library.
3307    </note>
3308
3309    <note id="33">
3310        The failures are caused by the wrong handling of the
3311        <code>std::internal</code> flag in the iostreams implementation of the
3312        standard library used on that compiler/platform combo. Apart from that,
3313        the format library works as expected.
3314    </note>
3315
3316    <note id="34">
3317        The failures are caused by the fact that the iword and pword arrays seem
3318        to share the same memory area in the iostreams implementation of the
3319        standard library used on that compiler/platform combo. As long as you
3320        stay clear of iword and pword, the library should work ok.
3321    </note>
3322
3323    <note id="35">
3324        This failure occurs only when using shared libraries for this
3325        compiler and platform, although the same programs should work
3326        properly when using static libraries. This problem has not
3327        been researched.
3328    </note>
3329</explicit-failures-markup>
Note: See TracBrowser for help on using the repository browser.