mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 01:08:14 +00:00
Marked ScopeExit regression test failures.
[SVN r77953]
This commit is contained in:
parent
49b0dc8074
commit
ecc235ac2a
1 changed files with 2 additions and 27 deletions
|
@ -5034,35 +5034,10 @@ for more information.
|
|||
<test name="native_this_tpl"/>
|
||||
<test name="native_tpl"/>
|
||||
<test name="native_tu_test"/>
|
||||
<test name="same_line_seq"/>
|
||||
<test name="same_line_seq_nova"/>
|
||||
<test name="world_checkpoint_seq"/>
|
||||
<test name="world_checkpoint_seq_nova"/>
|
||||
<test name="world_seq"/>
|
||||
<test name="world_seq_nova"/>
|
||||
<test name="world_this_seq"/>
|
||||
<test name="world_this_seq_nova"/>
|
||||
<test name="world_tpl_seq"/>
|
||||
<test name="world_tpl_seq_nova"/>
|
||||
<toolset name="sun-5.10"/>
|
||||
<note author="Lorenzo Caminiti">
|
||||
This compiler does not support native type-of and type-of
|
||||
emulation mode is not atuomatically detected for this compiler
|
||||
(force it by defining the BOOST_TYPEOF_EMULATION macro).
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<!-- MSVC type-of emulation cannot capture `this` -->
|
||||
<mark-expected-failures>
|
||||
<test name="emulation_this"/>
|
||||
<test name="emulation_this_tpl"/>
|
||||
<toolset name="msvc-10.0"/>
|
||||
<toolset name="msvc-8.0"/>
|
||||
<toolset name="msvc-9.0"/>
|
||||
<toolset name="msvc-9.0~stlport5.2"/>
|
||||
<toolset name="msvc-9.0~wm5~stlport5.2"/>
|
||||
<note author="Lorenzo Caminiti">
|
||||
This compiler cannot capture the object `this` using type-of
|
||||
emulation mode (use native type-of instead).
|
||||
This compiler does not support native type-of (force type-of
|
||||
emulation mode defining the BOOST_TYPEOF_EMULATION macro).
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<!-- variadic macros required -->
|
||||
|
|
Loading…
Add table
Reference in a new issue