Marked some expected failures for both ScopeExit and Functional/OverloadedFunction on Sun. Removed some unecessary cout from a ScopeExit regression test.

[SVN r77724]
This commit is contained in:
Lorenzo Caminiti 2012-04-02 21:04:59 +00:00
parent 16b8faef04
commit ec909d16af
2 changed files with 41 additions and 3 deletions

@ -1 +1 @@
Subproject commit bbc5b4ec92898a0fc95cf3ed444609c5ac604a02
Subproject commit 556b4cf91aec20a941ba61079689cf0b8eb0ff5d

View file

@ -1932,8 +1932,21 @@
</note>
</mark-expected-failures>
</library>
<!-- functional/overloaded_function -->
<library name="functional/overloaded_function">
<!-- type-of emulation mode required -->
<mark-expected-failures>
<test name="make_call"/>
<test name="make_decl"/>
<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>
</library>
<!-- fusion -->
<library name="fusion">
@ -4955,6 +4968,29 @@ for more information.
<toolset name="msvc-8.0*"/>
<note author="Alexander Nasonov" refid="2"/>
</mark-expected-failures>
<!-- type-of emulation mode required -->
<mark-expected-failures>
<test name="native"/>
<test name="native_this"/>
<test name="native_this_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"/>
@ -4980,6 +5016,7 @@ for more information.
<toolset name="intel-linux-10.1"/>
<toolset name="intel-linux-11.1"/>
<toolset name="pgi-11.9"/>
<toolset name="sun-5.10"/>
<note author="Lorenzo Caminiti" refid="51"/>
</mark-expected-failures>
<!-- lambda functions required -->
@ -5016,6 +5053,7 @@ for more information.
<toolset name="msvc-9.0~wm5~stlport5.2"/>
<toolset name="pathscale-4.0.8"/>
<toolset name="pgi-11.9"/>
<toolset name="sun-5.10"/>
<toolset name="vacpp-10.1"/>
<toolset name="vacpp"/>
<note author="Lorenzo Caminiti" refid="52"/>