mirror of
https://github.com/boostorg/boost.git
synced 2025-04-17 18:46:14 +00:00
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:
parent
8bf5ddc604
commit
090dc67455
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue