| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324 |
- <explicit-failures-markup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="explicit-failures.xsd">
- <!--
- The following online services can be used to validate your changes to this file:
- - http://apps.gotdotnet.com/xmltools/xsdvalidator/
- When using the gotdotnet tool you need to provide both the explicit-failures-markup.xml
- file as the XML document and the explicit-failures.xsd as the schema document. Use the
- browse buttons to select them from your local hard drive.
- - http://tools.decisionsoft.com/schemaValidate.html
- -->
-
- <!-- /////////////// Toolsets /////////////// -->
- <mark-toolset name="borland-5.6.4" status="required"/>
- <mark-toolset name="cw-8.3" status="required"/>
- <mark-toolset name="cwpro8" status="required"/>
- <mark-toolset name="msvc" status="required"/>
- <mark-toolset name="msvc-stlport" status="required"/>
- <mark-toolset name="vc7" status="required"/>
- <mark-toolset name="vc7.1" status="required"/>
- <!-- /////////////// Libraries /////////////// -->
- <!-- string_algo -->
- <library name="algorithm/string">
- <mark-unusable>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="intel-win32-7.1-vc6"/>
- <toolset name="gcc-2.95.3-linux"/>
- <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
- <note author="P.Droba"/>
- </mark-unusable>
- </library>
- <!-- array -->
- <library name="array">
- <test name="array3">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note refid="3"/>
- </mark-failure>
- </test>
- <test name="array4">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note refid="3"/>
- </mark-failure>
- </test>
- </library>
- <!-- concept_check -->
- <library name="concept_check">
- <test name="class_concept_fail_expected">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note author="B. Dawes" refid="3"/>
- </mark-failure>
- </test>
- </library>
- <!-- config -->
- <library name="config">
- <test name="config_test">
- <mark-failure>
- <toolset name="intel-win32"/>
- <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
- <note author="B. Dawes" refid="3"/>
- </mark-failure>
- </test>
- <test name="config_link_test">
- <mark-failure>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <note author="J. Maddock" refid="3"/>
- </mark-failure>
- </test>
- <test name="limits_test">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note author="B. Dawes" refid="3"/>
- </mark-failure>
- </test>
- </library>
- <!-- date_time -->
- <library name="date_time">
- <mark-unusable>
- <toolset name="msvc-stlport"/>
- <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
- <toolset name="intel-win32-7.1-vc6"/>
- </mark-unusable>
- <test name="testgreg_wstream">
- <mark-failure>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="mingw"/>
- <toolset name="mingw-3.4.1"/>
- <toolset name="gcc"/>
- <toolset name="gcc-2.95.3-linux"/>
- <toolset name="gcc-3.1-darwin"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="B. Garst" refid="19,21"/>
- </mark-failure>
- </test>
- <test name="testtime_wstream">
- <mark-failure>
- <toolset name="gcc"/>
- <toolset name="gcc-2.95.3-linux"/>
- <toolset name="gcc-3.1-darwin"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="mingw"/>
- <toolset name="mingw-3.4.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="B. Garst" refid="19,21,22"/>
- </mark-failure>
- </test>
- <test name="testtime_wstream_std_config">
- <mark-failure>
- <toolset name="gcc"/>
- <toolset name="gcc-2.95.3-linux"/>
- <toolset name="gcc-3.1-darwin"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="mingw"/>
- <toolset name="mingw-3.4.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="B. Garst" refid="19,21,22"/>
- </mark-failure>
- </test>
- <test name="testfacet">
- <mark-failure>
- <toolset name="gcc-2.95.3-linux"/>
- <toolset name="gcc-3.1-darwin"/>
- <toolset name="msvc"/>
- <toolset name="mingw"/>
- <toolset name="mingw-3.4.1"/>
- <note author="B. Garst" refid="18,19"/>
- </mark-failure>
- </test>
- <test name="testfacet_dll">
- <mark-failure>
- <toolset name="gcc-2.95.3-linux"/>
- <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
- <toolset name="gcc-3.1-darwin"/>
- <toolset name="msvc"/>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <toolset name="mingw"/>
- <toolset name="mingw-3.4.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-vc7.1"/>
- <toolset name="como-win32-4.3.3-vc7.1"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="B. Garst" refid="18,19"/>
- </mark-failure>
- </test>
- <test name="testday_dll">
- <mark-failure>
- <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
- </mark-failure>
- </test>
- <test name="testgreg_year_dll">
- <mark-failure>
- <toolset name="como-win32-4.3.3-vc7.1"/>
- <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
- </mark-failure>
- </test>
- <test name="testparse_date">
- <mark-failure>
- <toolset name="gcc-2.95.3-linux"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note author="B. Garst" refid="18,20"/>
- </mark-failure>
- </test>
- <!--<test name="testmicrosec_time_clock">
- <mark-failure>
- <note author="B. Garst" refid="22"/>
- </mark-failure>
- </test> -->
- <test name="teststreams">
- <mark-failure>
- <toolset name="gcc"/>
- <toolset name="gcc-2.95.3-linux"/>
- <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
- <toolset name="gcc-3.1-darwin"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="mingw"/>
- <toolset name="mingw-3.4.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="B. Garst" refid="18,19,20"/>
- </mark-failure>
- </test>
- <test name="testdate_dll">
- <mark-failure>
- <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
- <toolset name="como-win32-4.3.3-vc7.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="J. Garland" date="30 Jan 2004" id="24"/>
- </mark-failure>
- </test>
- <test name="testdate_duration_dll">
- <mark-failure>
- <toolset name="meta-como-win32-4.3.3-vc7.1"/>
- <toolset name="como-win32-4.3.3-vc7.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="J. Garland" date="30 Jan 2004" id="24"/>
- </mark-failure>
- </test>
- <test name="testduration_dll">
- <mark-failure>
- <toolset name="meta-como-win32-4.3.3-vc7.1"/>
- <toolset name="como-win32-4.3.3-vc7.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="J. Garland" date="30 Jan 2004" id="24"/>
- </mark-failure>
- </test>
- <test name="testdate_iterator_dll">
- <mark-failure>
- <toolset name="meta-como-win32-4.3.3-vc7.1"/>
- <toolset name="como-win32-4.3.3-vc7.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="J. Garland" date="30 Jan 2004" id="24"/>
- </mark-failure>
- </test>
- <test name="testdate_formatters_dll">
- <mark-failure>
- <toolset name="meta-como-win32-4.3.3-vc7.1"/>
- <toolset name="como-win32-4.3.3-vc7.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="J. Garland" date="30 Jan 2004" id="24"/>
- </mark-failure>
- </test>
- <test name="testgenerators_dll">
- <mark-failure>
- <toolset name="meta-como-win32-4.3.3-vc7.1"/>
- <toolset name="como-win32-4.3.3-vc7.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="J. Garland" date="30 Jan 2004" id="24"/>
- </mark-failure>
- </test>
- <test name="testgreg_cal_dll">
- <mark-failure>
- <toolset name="meta-como-win32-4.3.3-vc7.1"/>
- <toolset name="como-win32-4.3.3-vc7.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="J. Garland" date="30 Jan 2004" id="24"/>
- </mark-failure>
- </test>
- <test name="testgreg_day_dll">
- <mark-failure>
- <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
- <toolset name="meta-como-win32-4.3.3-vc7.1"/>
- <toolset name="como-win32-4.3.3-vc7.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="J. Garland" date="30 Jan 2004" id="24"/>
- </mark-failure>
- </test>
- <test name="testgreg_month_dll">
- <mark-failure>
- <toolset name="meta-como-win32-4.3.3-vc7.1"/>
- <toolset name="como-win32-4.3.3-vc7.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="J. Garland" date="30 Jan 2004" id="24"/>
- </mark-failure>
- </test>
- <test name="testperiod_dll">
- <mark-failure>
- <toolset name="meta-como-win32-4.3.3-vc7.1"/>
- <toolset name="como-win32-4.3.3-vc7.1"/>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="J. Garland" date="30 Jan 2004" id="24"/>
- </mark-failure>
- </test>
- <test name="*">
- <mark-failure>
- <toolset name="intel-win32"/>
- <note refid="10"/>
- </mark-failure>
- </test>
- </library>
- <!-- graph -->
- <library name="graph">
- <mark-unusable>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- </mark-unusable>
- <test name="adj_matrix_cc">
- <mark-failure>
- <toolset name="vc7"/>
- <note refid="3" author="D. Gregor"/>
- </mark-failure>
- </test>
- <test name="bfs_cc">
- <mark-failure>
- <toolset name="vc7"/>
- <note refid="3" author="D. Gregor"/>
- </mark-failure>
- </test>
- <test name="bundled_properties">
- <mark-failure>
- <toolset name="vc7"/>
- <note refid="3" author="D. Gregor"/>
- </mark-failure>
- </test>
- <test name="dfs_cc">
- <mark-failure>
- <toolset name="vc7"/>
- <note refid="3" author="D. Gregor"/>
- </mark-failure>
- </test>
- <test name="dijkstra_cc">
- <mark-failure>
- <toolset name="vc7"/>
- <note refid="3" author="D. Gregor"/>
- </mark-failure>
- </test>
- <test name="subgraph">
- <mark-failure>
- <toolset name="vc7"/>
- <note refid="3" author="D. Gregor"/>
- </mark-failure>
- </test>
- <test name="transitive_closure_test">
- <mark-failure>
- <toolset name="vc7"/>
- <note refid="3" author="D. Gregor"/>
- </mark-failure>
- </test>
- <test name="vector_graph_cc">
- <mark-failure>
- <toolset name="vc7"/>
- <note refid="3" author="D. Gregor"/>
- </mark-failure>
- </test>
- </library>
- <!-- lambda -->
- <library name="lambda">
- <mark-unusable>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="borland-5.5.1"/>
- <toolset name="vc7"/>
- <note>
- TBD: Explain why it is not usable
- </note>
- </mark-unusable>
- </library>
- <!-- logic -->
- <library name="logic">
- <test name="tribool_io_test">
- <mark-failure>
- <toolset name="msvc-stlport"/>
- <note author="Douglas Gregor" date="27 Jul 2004" refid="4"/>
- </mark-failure>
- </test>
- </library>
- <!-- multi_array -->
- <library name="multi_array">
- <mark-unusable>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="borland-5.5.1"/>
- <note author="Alisdair Meredith" date="30 Jan 2004">
- <p>
- This library has never worked [on Borland 5.5.1 and 5.6.4], and the only tests that 'pass' are
- compile-fail tests failing for the wrong reasons!
- </p>
- </note>
- </mark-unusable>
- <test name="constructors">
- <mark-failure>
- <toolset name="msvc"/>
- <note author="Ronald Garcia" date="13 Jul 2004">
- Known error in MSVC. see
- <a href="http://boost-consulting.com/boost/libs/multi_index/doc/compiler_specifics.html#msvc_60">
- http://boost-consulting.com/boost/libs/multi_index/doc/compiler_specifics.html#msvc_60</a>
- for more information.
- </note>
- </mark-failure>
- </test>
- </library>
- <!-- multi_index -->
- <library name="multi_index">
- <mark-unusable>
- <toolset name="borland-5.6.4"/>
- <note author="J. López" date="05 Jul 2004" refid="17"/>
- </mark-unusable>
- <mark-unusable>
- <toolset name="gcc-2.95.3-linux"/>
- <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
- <note author="J. López" date="09 Jul 2004" refid="17"/>
- </mark-unusable>
- <mark-unusable>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note author="J. López" date="30 Jul 2004">
- The VC++ 6.0 backend runs out of internal resources while
- trying to process the Comeau output for this library;
- Comeau Computing has been asked about a solution.
- On the other hand, Comeau 4.3.3 with VC++ 7.0 backend works
- fine.
- </note>
- </mark-unusable>
- </library>
- <!-- serialization -->
- <library name="serialization">
- <mark-unusable>
- <toolset name="como"/>
- <toolset name="como-win32"/>
- <note author="Robert Ramey" date="13 Jul 2004" refid="2">
- This compiiler has an bug which prevents the usage of non-intrusive serializaiotn
- </note>
- </mark-unusable>
- <mark-unusable>
- <toolset name="acc" />
- <toolset name="gcc-2.95.3-linux" />
- <toolset name="vacpp" />
- <toolset name="mipspro" />
- <toolset name="mipspro" />
- <toolset name="tru64cxx" />
- <toolset name="tru64cxx65" />
- <note author="Robert Ramey" date="13 Jul 2004" refid="17,18" />
- </mark-unusable>
- <test name="void_cast">
- <mark-failure>
- <toolset name="msvc"/>
- <note author="Robert Ramey">
- This failure doesn't affect the serialization library
- </note>
- </mark-failure>
- </test>
- </library>
- <!-- spirit -->
- <library name="spirit">
- <mark-unusable>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="borland-5.5.1"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="vc7"/>
- <toolset name="gcc-2.95.3-linux"/>
- <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
- <note>
- <p>
- Historically, Spirit supported a lot of compilers, including (to some
- extent) poorly conforming compilers such as VC6. Spirit v1.6.x will be
- the last release that will support older poorly conforming compilers.
- Starting from Spirit v1.8.0, ill conforming compilers will not be
- supported. If you are still using one of these older compilers, you can
- still use Spirit v1.6.x.
- </p>
- <p>
- The reason why Spirit v1.6.x worked on old non-conforming compilers is
- that the authors laboriously took the trouble of searching for
- workarounds to make these compilers happy. The process takes a lot of
- time and energy, especially when one encounters the dreaded ICE or
- "Internal Compiler Error". Sometimes searching for a single workaround
- takes days or even weeks. Sometimes, there are no known workarounds. This
- stifles progress a lot. And, as the library gets more progressive and
- takes on more advanced C++ techniques, the difficulty is escalated to
- even new heights.
- </p>
- <p>
- Spirit v1.6.x will still be supported. Maintenance and bug fixes will
- still be applied. There will still be active development for the back-
- porting of new features introduced in Spirit v1.8.0 (and Spirit 1.9.0)
- to lesser able compilers; hopefully, fueled by contributions from the
- community. For instance, there is already a working AST tree back-port
- for VC6 and VC7 by Peder Holt.
- </p>
- </note>
- </mark-unusable>
- </library>
- <!-- function -->
- <library name="function">
- <test name="allocator_test">
- <mark-failure>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note author="B.Dawes" refid="5"/>
- </mark-failure>
- </test>
- <test name="contains_test">
- <mark-failure>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <note refid="3" author="D. Gregor"/>
- </mark-failure>
- </test>
- <test name="function_30">
- <mark-failure>
- <toolset name="vacpp"/>
- <note refid="16" author="D. Gregor"/>
- </mark-failure>
- </test>
- <test name="function_arith_cxx98">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note author="B. Dawes" refid="3"/>
- </mark-failure>
- </test>
- <test name="function_ref_cxx98">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note author="B. Dawes" refid="3"/>
- </mark-failure>
- </test>
- <test name="lambda_test">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note author="B. Dawes" refid="3"/>
- </mark-failure>
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note author="B. Dawes" refid="2"/>
- </mark-failure>
- </test>
- <test name="lib_function_test">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note author="B. Dawes" refid="3"/>
- </mark-failure>
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note author="B. Dawes" refid="2"/>
- </mark-failure>
- </test>
- <test name="mem_fun_cxx98">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note author="B. Dawes" refid="3"/>
- </mark-failure>
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note author="B. Dawes" refid="2"/>
- </mark-failure>
- </test>
- <test name="std_bind_cxx98">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note author="B. Dawes" refid="3"/>
- </mark-failure>
- </test>
- <test name="std_bind_portable">
- <mark-failure>
- <toolset name="msvc"/>
- <note author="B. Dawes" refid="5"/>
- </mark-failure>
- </test>
- <test name="sum_avg_cxx98">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note author="B. Dawes" refid="3"/>
- </mark-failure>
- </test>
- </library>
- <!-- iterator -->
- <library name="iterator">
- <test name="interoperable_fail">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note author="B. Dawes" refid="2"/>
- </mark-failure>
- <mark-failure>
- <toolset name="gcc"/>
- <note refid="3"/>
- </mark-failure>
- <mark-failure>
- <toolset name="*"/>
- <note author="D. Abrahams">
- This failure is caused by a compiler bug. Templated operators
- that combine different iterators built with iterator_facade or
- iterator_adaptor may be present in an overload set even when those
- iterators are not interoperable. The usual result is that error
- messages generated by illegal use of these operators will be of
- lower quality.
- </note>
- </mark-failure>
- </test>
- <test name="indirect_iterator_member_types" corner-case="yes">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <note author="D. Abrahams">
- This failure is caused by a compiler bug. The
- compiler tends to drop const-ness and as a result
- some indirect_iterators will have pointer and
- reference members of <code>T*</code> and <code>T&</code> that should
- have been <code>T const*</code> and <code>T const&</code>.
- </note>
- </mark-failure>
- </test>
- <test name="is_convertible_fail" corner-case="yes">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note refid="2"/>
- </mark-failure>
- <mark-failure>
- <toolset name="*"/>
- <note author="D. Abrahams">
- This failure is caused by a compiler bug.
- <code>is_convertible<T,U>::value</code> may be true for unrelated
- iterators <code>T</code> and <code>U</code>
- (including many of the Boost specialized adaptors) which use
- <code>enable_if_convertible</code> to restrict the applicability
- of converting constructors, even when <code>T</code> is not
- convertible to <code>U</code> because instantiating the
- conversion will cause a compilation failure.
- </note>
- </mark-failure>
- </test>
- </library>
- <!-- math -->
- <library name="math">
- <test name="quaternion_mult_incl_test">
- <mark-failure>
- <toolset name="intel-win32"/>
- <note author="B. Dawes" refid="3"/>
- </mark-failure>
- </test>
- </library>
- <!-- numeric/interval -->
- <library name="numeric/interval">
- <mark-unusable>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="vc7"/>
- </mark-unusable>
- <test name="test_float">
- <mark-failure>
- <toolset name="borland-5.5.1"/>
- <toolset name="intel-win32-7.1-vc6"/>
- <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
- <note author="G. Melquiond">
- This test ensures the inclusion property of interval
- arithmetic is available for built-in floating-point types
- <code>float</code> and <code>double</code>. If the test
- fails, <code>interval<float></code> and
- <code>interval<double></code> should not be used
- on this compiler/platform since there will be no
- numerical guarantee.
- </note>
- </mark-failure>
- </test>
- </library>
- <!-- numeric/ublas -->
- <library name="numeric/ublas">
- <mark-unusable>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <note author="M.Stevens" refid="2"/>
- </mark-unusable>
- <test name="test3">
- <mark-failure>
- <toolset name="vc7"/>
- <note>The failure is caused by compiler bug. Incidental
- changes in usage cause the problem to disappear. See Sourceforge
- uBLAS bug tracker issue 868885.</note>
- </mark-failure>
- </test>
- <test name="test7">
- <mark-failure>
- <toolset name="vc7.1"/>
- <note>The failure is caused by compiler incorrectly looking up
- the names upper/lower in other namespaces when compiling code in
- the numeric::interval namespace.</note>
- </mark-failure>
- <mark-failure>
- <toolset name="gcc-2.95.3-linux"/>
- <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
- <note>Interval IO require <ostream> header.</note>
- </mark-failure>
- </test>
- </library>
-
- <!-- program_options -->
- <library name="program_options">
- <mark-unusable>
- <toolset name="msvc-stlport"/>
- </mark-unusable>
- <mark-unusable>
- <toolset name="gcc-2.95.3-linux"/>
- <note>
- The failure is caused by standard library deficiencies -- it lacks
- basic_string class and the <locale> header.
- </note>
- </mark-unusable>
- <mark-unusable>
- <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
- <note refid="2"/>
- </mark-unusable>
- <test name="unicode_test">
- <mark-failure>
- <toolset name="intel-win32-7.1-vc6"/>
- <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note>The failures are caused by problems with std::locale implementation</note>
- </mark-failure>
- </test>
- <test name="unicode_test_dll">
- <mark-failure>
- <toolset name="intel-win32-7.1-vc6"/>
- <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note>The failures are caused by problems with std::locale implementation</note>
- </mark-failure>
- </test>
- <test name="unicode_test">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note>The test fails at runtime for unknown reason</note>
- </mark-failure>
- </test>
- <test name="variable_map_test">
- <mark-failure>
- <toolset name="msvc"/>
- <note>
- The failures are caused by compiler bug: it's not possible to
- explicitly pass template arguments to member template function. The
- failure is serious and makes one of the primary interfaces
- unusable.
- </note>
- </mark-failure>
- </test>
- <test name="variable_map_test_dll">
- <mark-failure>
- <toolset name="msvc"/>
- <note>
- The failures are caused by compiler bug: it's not possible to
- explicitly pass template arguments to member template function. The
- failure is serious and makes one of the primary interfaces
- unusable.
- </note>
- </mark-failure>
- </test>
- <test name="cmdline_test_dll">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note refid="18"/>
- </mark-failure>
- </test>
- <test name="options_description_test_dll">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note refid="18"/>
- </mark-failure>
- </test>
- <test name="parsers_test_dll">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note refid="18"/>
- </mark-failure>
- </test>
- <test name="parsers_test_dll">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note refid="18"/>
- </mark-failure>
- </test>
- <test name="positional_options_test_dll">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note refid="18"/>
- </mark-failure>
- </test>
- <test name="unicode_test_dll">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note refid="18"/>
- </mark-failure>
- </test>
- <test name="variable_map_test_dll">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note refid="18"/>
- </mark-failure>
- </test>
- <test name="winmain_dll">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note refid="18"/>
- </mark-failure>
- </test>
- <test name="options_description_test_dll">
- <mark-failure>
- <toolset name="msvc"/>
- <toolset name="intel-win32-7.1-vc6"/>
- <note refid="23"/>
- </mark-failure>
- </test>
- <test name="variable_map_test_dll">
- <mark-failure>
- <toolset name="intel-win32-7.1-vc6"/>
- <note refid="23"/>
- </mark-failure>
- </test>
- </library>
- <!-- python -->
- <library name="python">
- <mark-unusable>
- <toolset name="borland"/>
- <toolset name="borland-5.5.1"/>
- <toolset name="borland-5.6.4"/>
- <note refid="2"/>
- <note refid="17"/>
- </mark-unusable>
- </library>
- <!-- random -->
- <library name="random">
- <mark-unusable>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note author="B. Dawes" refid="10"/>
- </mark-unusable>
- <test name="random_test">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <toolset name="como-win32"/>
- <toolset name="intel-win32"/>
- <note author="B. Dawes" refid="3"/>
- </mark-failure>
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <note author="B. Dawes" refid="2"/>
- </mark-failure>
- </test>
- </library>
- <!-- regex -->
- <library name="regex">
- <test name="regex_token_iterator_eg_2">
- <mark-failure>
- <toolset name="msvc"/>
- <note author="J. Maddock"/>
- </mark-failure>
- </test>
- <test name="posix_api_check">
- <mark-failure>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <note author="J. Maddock"/>
- </mark-failure>
- </test>
- <test name="regex_regress_dll">
- <mark-failure>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <note author="J. Maddock"/>
- </mark-failure>
- </test>
- <test name="regex_wide_regress_dll">
- <mark-failure>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <note author="J. Maddock"/>
- </mark-failure>
- </test>
- </library>
- <!-- signals -->
- <library name="signals">
- <test name="dead_slot_test">
- <mark-failure>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note refid="3" author="D. Gregor"/>
- </mark-failure>
- </test>
- <test name="signal_test">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note author="B. Dawes" refid="2"/>
- </mark-failure>
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- <note author="B. Dawes" refid="3"/>
- </mark-failure>
- </test>
- <test name="trackable_test">
- <mark-failure>
- <toolset name="meta-como-win32-4.3.3-vc7"/>
- <toolset name="meta-como-win32-4.3.3-msvc"/>
- <note refid="3" author="D. Gregor"/>
- </mark-failure>
- </test>
- </library>
- <!-- static_assert -->
- <library name="static_assert">
- <test name="static_assert_test_fail_8">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <note author="B. Dawes" refid="3"/>
- </mark-failure>
- </test>
- </library>
- <!-- test -->
- <library name="test">
- <test name="errors_handling_test">
- <toolset name="como-win32"/>
- <note author="B. Dawes" refid="3"/>
- </test>
- </library>
- <!-- thread -->
- <library name="thread">
- <mark-unusable>
- <toolset name="gcc"/>
- <note author="B. Dawes" refid="6"/>
- </mark-unusable>
- <mark-unusable>
- <toolset name="como-win32"/>
- <note author="B. Dawes" refid="10"/>
- </mark-unusable>
- <test name="test_mutex">
- <mark-failure>
- <toolset name="vc7"/>
- <note author="B. Dawes" refid="0"/>
- <note author="B. Dawes" refid="6"/>
- </mark-failure>
- </test>
- </library>
- <!-- tuple -->
- <library name="tuple">
- <test name="io_test">
- <toolset name="intel-win32"/>
- <note author="B. Dawes" refid="3"/>
- </test>
- </library>
- <!-- type_traits -->
- <library name="type_traits">
- <test name="function_traits_test">
- <mark-failure>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- </mark-failure>
- </test>
- <test name="remove_bounds_test">
- <mark-failure>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- </mark-failure>
- </test>
- <test name="remove_const_test">
- <mark-failure>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- </mark-failure>
- </test>
- <test name="remove_cv_test">
- <mark-failure>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- </mark-failure>
- </test>
- <test name="remove_pointer_test">
- <mark-failure>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- </mark-failure>
- </test>
- <test name="remove_reference_test">
- <mark-failure>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- </mark-failure>
- </test>
- <test name="remove_volatile_test">
- <mark-failure>
- <toolset name="msvc"/>
- <toolset name="vc7"/>
- </mark-failure>
- </test>
- <test name="tricky_incomplete_type_test">
- <mark-failure>
- <toolset name="borland-5.6.4"/>
- </mark-failure>
- </test>
- <test name="tricky_is_enum_test">
- <mark-failure>
- <toolset name="borland-5.6.4"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- </mark-failure>
- </test>
- <test name="is_abstract_test">
- <mark-failure>
- <toolset name="borland-5.6.4"/>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="vc7"/>
- </mark-failure>
- </test>
- </library>
- <!-- utility -->
- <library name="utility">
- <test name="enable_if_constructors">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="vc7"/>
- <note refid="3"/>
- </mark-failure>
- </test>
- <test name="enable_if_dummy_arg_disambiguation">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="vc7"/>
- <note refid="3"/>
- </mark-failure>
- </test>
- <test name="enable_if_lazy">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="vc7"/>
- <note refid="3"/>
- </mark-failure>
- </test>
- <test name="enable_if_lazy_test">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="vc7"/>
- <note refid="3"/>
- </mark-failure>
- </test>
- <test name="enable_if_member_templates">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="vc7"/>
- <note refid="3"/>
- </mark-failure>
- </test>
- <test name="enable_if_namespace_disambiguation">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="vc7"/>
- <note refid="3"/>
- </mark-failure>
- </test>
- <test name="enable_if_no_disambiguation">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="vc7"/>
- <note refid="3"/>
- </mark-failure>
- </test>
- <test name="enable_if_partial_specializations">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="vc7"/>
- <note refid="3"/>
- </mark-failure>
- </test>
- <test name="fun_out_iter_example">
- <mark-failure>
- <toolset name="como-win32"/>
- <note author="B. Dawes" refid="4"/>
- </mark-failure>
- </test>
- <test name="result_of_test">
- <mark-failure>
- <toolset name="borland-5.6.4"/>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="vc7"/>
- <note refid="3" author="D. Gregor"/>
- </mark-failure>
- </test>
- </library>
- <library name="variant">
- <test name="recursive_variant_test">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <toolset name="como-win32"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="vc7"/>
- <note refid="3"/>
- </mark-failure>
- </test>
- <test name="variant_test1">
- <mark-failure>
- <toolset name="borland"/>
- <toolset name="borland-5.6.4"/>
- <note refid="2"/>
- </mark-failure>
- </test>
- <test name="variant_reference_test">
- <mark-failure>
- <toolset name="cwpro8"/><toolset name="cw-8.3"/>
- <toolset name="msvc"/>
- <toolset name="msvc-stlport"/>
- <toolset name="vc7"/>
- <note refid="3"/>
- </mark-failure>
- <mark-failure>
- <toolset name="intel-win32"/>
- <toolset name="intel-win32-7.1-vc6"/>
- <toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
- <note refid="2"/>
- </mark-failure>
- </test>
- </library>
- <!-- /////////////// Standard note definitions /////////////// -->
- <note id="0">
- This test fails only intermittently.
- </note>
- <note id="1">
- The failure is caused by a problem in Boost code. The Boost developer is aware of
- the problem and plans to fix it.
- </note>
- <note id="2">
- The failure is caused by a compiler bug.
- </note>
- <note id="3">
- The failure is caused by a compiler bug, which has been reported to the compiler
- supplier (or is already known to them).
- </note>
- <note id="4">
- The failure is caused by a standard library bug.
- </note>
- <note id="5">
- The failure is caused by a standard library bug, which has been reported to the
- standard library supplier (or is already known to them).
- </note>
- <note id="6">
- The failure is probably caused by the test code, harness, or configuration. Thus
- it may not affect users of the library.
- </note>
- <note id="9">
- The failure is serious and likely to prevent all use of this Boost library with this compiler.
- </note>
- <note id="10">
- The failure is serious and likely to prevent all use of this Boost library with this
- compiler. The failure is caused by a compiler bug, which has been reported to the compiler
- supplier (or is already known to them).
- </note>
- <note id="14">
- The failure is caused by a platform API bug.
- </note>
- <note id="15">
- The failure is caused by a platform API bug, which has been reported to the platform API
- supplier (or is already known to them).
- </note>
- <note id="16">
- The failure is not serious and will not affect most users. The library degrades gracefully.
- </note>
- <note id="17">
- This compiler's bugs are not supported by the library.
- </note>
- <note id="18">
- Locales missing or adequately supported by this compiler
- </note>
- <note id="19">
- Missing or inadequate wchar/wstring/wstream support for this compiler
- </note>
- <note id="20">
- No std iterator traits for this compiler
- </note>
- <note id="21">
- Library has limited input/output support due to compiler inadequacies
- </note>
- <note id="22">
- No high precision clock for this platform
- </note>
- <note id="23">
- A bug in standard library prevents passing std::set from DLL to
- application. A fixed <tree> header is available from
- http://www.dinkumware.com/vc_fixes.html
- </note>
- <note id="24">
- Although the documentation from the Comeau website would make it appear
- that windows DLL's are supported using the --windows option, after some
- experimentation we have been, unsuccessful in making dll configurations
- work correctly.
- </note>
- </explicit-failures-markup>
|