Marked a ScopeExit test that requires variadic macros as expected to fail on a compilers without variadic macros.

[SVN r77594]
This commit is contained in:
Lorenzo Caminiti 2012-03-27 19:37:57 +00:00
parent 8bf5ddc604
commit 090dc67455

View file

@ -4956,6 +4956,11 @@ for more information.
<toolset name="msvc-8.0*"/>
<note author="Alexander Nasonov" refid="2"/>
</mark-expected-failures>
<mark-expected-failures>
<test name="same_line"/>
<toolset name="intel-darwin-11.1"/>
<note author="Lorenzo Caminiti" refid="51"/>
</mark-expected-failures>
</library>
<!-- signals -->
@ -6784,5 +6789,9 @@ This platform doesn't supports Boost.Chrono.
This test requires C++0x support.
</note>
<note id="51">
This test requires variadic macro support.
</note>
</explicit-failures-markup>