mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 05:55:01 +00:00
Use mark-unusable for contract
This commit is contained in:
parent
ab03d6e574
commit
edf53e679c
2 changed files with 3 additions and 4 deletions
|
@ -1 +1 @@
|
|||
Subproject commit fb7acedc1d6857e48175ea85f3080e5534907861
|
||||
Subproject commit 47c40afa16cafa18f04211084daf43d46a64a070
|
|
@ -805,8 +805,7 @@
|
|||
|
||||
<!-- contract -->
|
||||
<library name="contract">
|
||||
<mark-expected-failures>
|
||||
<test name="*"/>
|
||||
<mark-unusable>
|
||||
<toolset name="clang-gnu-linux-4.0~gnu++98"/>
|
||||
<toolset name="clang-gnu-linux-4.0.1"/>
|
||||
<toolset name="gcc-gnu-4.4*"/>
|
||||
|
@ -824,7 +823,7 @@
|
|||
Most tests require lambda function support (even if technically
|
||||
the library itself does not require lambdas).
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</mark-unusable>
|
||||
</library>
|
||||
|
||||
<!-- coroutine -->
|
||||
|
|
Loading…
Add table
Reference in a new issue