mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 05:55:01 +00:00
Add contract failure markup
This commit is contained in:
parent
b1ecb43c76
commit
270fb02aff
2 changed files with 24 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit fb7acedc1d6857e48175ea85f3080e5534907861
|
||||
Subproject commit 47c40afa16cafa18f04211084daf43d46a64a070
|
|
@ -803,6 +803,29 @@
|
|||
</mark-unusable>
|
||||
</library>
|
||||
|
||||
<!-- contract -->
|
||||
<library name="contract">
|
||||
<mark-expected-failures>
|
||||
<test name="*"/>
|
||||
<toolset name="clang-gnu-linux-4.0~gnu++98"/>
|
||||
<toolset name="clang-gnu-linux-4.0.1"/>
|
||||
<toolset name="gcc-gnu-4.4*"/>
|
||||
<toolset name="gcc-gnu-4.5*"/>
|
||||
<toolset name="gcc-gnu-4.6*"/>
|
||||
<toolset name="gcc-mngw-gnu-3*c+"/>
|
||||
<toolset name="gcc-mngw-gnu-4.1c+"/>
|
||||
<toolset name="gcc-mngw-gnu-4.2c+"/>
|
||||
<toolset name="gcc-mngw-gnu-4.3c+"/>
|
||||
<toolset name="gcc-mngw-gnu-4.4c+"/>
|
||||
<toolset name="msvc-7*"/>
|
||||
<toolset name="msvc-8*"/>
|
||||
<toolset name="msvc-9*"/>
|
||||
<note author="Lorenzo Caminiti">
|
||||
Most tests require lambda function support (even if technically
|
||||
the library itself does not require lambdas).
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
<!-- coroutine -->
|
||||
<library name="coroutine">
|
||||
|
|
Loading…
Add table
Reference in a new issue