mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 17:03:38 +00:00
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:
parent
a5460eb2d5
commit
b06a908d0a
1 changed files with 9 additions and 0 deletions
|
@ -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*"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue