summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2017-09-29 13:18:15 +0100
committerDaniel James <daniel@calamity.org.uk>2017-10-05 23:27:07 +0100
commit8bc839ace35df0bd9723455de22dea771678eff9 (patch)
tree2e9cfbefa4e7c8f258f5a97a9d94eb13ec608903 /status
parentbdab7da6dacd27b41bcbb7725ff2f258dd917e9f (diff)
downloadboost-8bc839ace35df0bd9723455de22dea771678eff9.tar.gz
Add contract failure markup
Diffstat (limited to 'status')
-rw-r--r--status/explicit-failures-markup.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index 5cf6be7241..7cacba99c6 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -735,6 +735,29 @@
</test>
</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">