Use mark-unusable for contract

This commit is contained in:
Daniel James 2017-10-05 23:33:53 +01:00
parent ab03d6e574
commit edf53e679c
2 changed files with 3 additions and 4 deletions

@ -1 +1 @@
Subproject commit fb7acedc1d6857e48175ea85f3080e5534907861
Subproject commit 47c40afa16cafa18f04211084daf43d46a64a070

View file

@ -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 -->