summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorAutomated Commit <automated@calamity.org.uk>2018-02-25 16:25:44 +0000
committerAutomated Commit <automated@calamity.org.uk>2018-02-25 16:25:44 +0000
commitd9d0770df317ebe59ac1b73b8dcbf82c337934c0 (patch)
treef9b97801f0b04565bd5c4f438601a6b33bc27930 /status
parent7a78a79181624dbc97e705287e50487b43c15bda (diff)
downloadboost-d9d0770df317ebe59ac1b73b8dcbf82c337934c0.tar.gz
Update explicit-failures-markup.xml
[skip ci]
Diffstat (limited to 'status')
-rw-r--r--status/explicit-failures-markup.xml24
1 files changed, 11 insertions, 13 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index eeba792f93..d0f1dc2641 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -3567,19 +3567,17 @@ for more information.
<!-- phoenix -->
<library name="phoenix">
- <mark-unusable>
- <toolset name="sun-5.7"/>
- <toolset name="sun-5.8"/>
- <toolset name="sun-5.9"/>
- <toolset name="sun-5.10"/>
- <toolset name="borland-*"/>
- <toolset name="vacpp*"/>
- <toolset name="cray-8.0"/>
- <note author="Thomas Heller" id="phoenix-incompatible-compilers">
- These compilers don't work with phoenix.
- This is due to the fact that phoenix uses proto
- </note>
- </mark-unusable>
+ <mark-expected-failures>
+ <test name="lambda_tests7"/>
+ <test name="lambda_tests10"/>
+ <test name="lambda_tests11"/>
+ <test name="lambda_tests14"/>
+ <test name="lambda_tests15"/>
+ <toolset name="msvc-12.0"/>
+ <note author="Kohei Takahsahi">
+ Wrokaround: define BOOST_RESULT_OF_USE_TR1
+ </note>
+ </mark-expected-failures>
</library>
<!-- poly_collection -->