mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Detail: Mark failures for container_fwd tests.
[SVN r73436]
This commit is contained in:
parent
7be55cd847
commit
5ddb7cbfb7
1 changed files with 37 additions and 0 deletions
|
@ -1336,6 +1336,43 @@
|
|||
|
||||
</library>
|
||||
|
||||
<!-- detail -->
|
||||
<library name="detail">
|
||||
<mark-expected-failures>
|
||||
<test name="correctly_disable"/>
|
||||
<test name="correctly_disable_debug"/>
|
||||
<toolset name="pathscale-4.*"/>
|
||||
<toolset name="sun-5.10"/>
|
||||
<toolset name="msvc-9.0~stlport*"/>
|
||||
<note author="Daniel James">
|
||||
This indicates that forward declarations could probably be used
|
||||
for these compilers but currently aren't. All these compilers use
|
||||
STLport, which is compatible with forward declarations in some
|
||||
circumstances, but not in others. I haven't looked into how to
|
||||
determine this, so I've just set container_fwd to never forward
|
||||
declare for STLport.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
|
||||
<mark-expected-failures>
|
||||
<test name="container_fwd"/>
|
||||
<test name="container_fwd_debug"/>
|
||||
<test name="container_no_fwd_test"/>
|
||||
<toolset name="msvc-9.0~wm5~stlport5.2"/>
|
||||
<note author="Daniel James">
|
||||
Failing because these tests are run with warnings as errors,
|
||||
and the standard library is causing warnings.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
|
||||
<mark-expected-failures>
|
||||
<test name="container_fwd_debug"/>
|
||||
<toolset name="sun-5.10"/>
|
||||
<note author="Daniel James">
|
||||
STLport debug mode seems to be broken here.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
<!-- dynamic_bitset -->
|
||||
<library name="dynamic_bitset">
|
||||
|
|
Loading…
Add table
Reference in a new issue