Boost.Range added exclusion of Borland compilers.

Added specific expected failure for msvc9.0 with stlport 5.2. This very specific configuration fails the push_front test.

[SVN r61147]
This commit is contained in:
Neil Groves 2010-04-08 20:00:13 +00:00
parent a5460eb2d5
commit b06a908d0a

View file

@ -4325,6 +4325,7 @@ for more information.
<!-- range -->
<library name="range">
<mark-unusable>
<toolset name="borland-*"/>
<toolset name="mipspro"/>
<toolset name="dmc-8_43-stlport-4_5_3"/>
<toolset name="gcc-2.95.3*"/>
@ -4362,6 +4363,14 @@ for more information.
For other compilers it is simply a bug in the standard library.
</note>
</mark-expected-failures>
<mark-expected-failures>
<test name="push_front"/>
<toolset name="msvc-9.0~stlport5.2"/>
<note author="Neil Groves">
push_front fails the unit test in this configuration. I do not have this
configuration available to determine if a work-around is possible.
</note>
</mark-expected-failures>
<mark-expected-failures>
<test name="reversible_range"/>
<toolset name="hp_cxx-65*"/>