mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Update explicit-failures-markup.xml
[skip ci]
This commit is contained in:
parent
f87bf54493
commit
4816fddd24
1 changed files with 18 additions and 13 deletions
|
@ -3651,19 +3651,24 @@ 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>
|
||||
<mark-expected-failures>
|
||||
<test name="lambda_tests22"/>
|
||||
<toolset name="msvc-14.*"/>
|
||||
<note author="Kohei Takahsahi">
|
||||
https://github.com/boostorg/phoenix/issues/62
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
<!-- poly_collection -->
|
||||
|
|
Loading…
Add table
Reference in a new issue