phoenix/meta/explicit-failures-markup.xml
Kohei Takahashi c0bdea7f2e
Update expected failures markup
Now `lambda_tests22` should work anywhere.
2018-02-02 21:20:48 +09:00

19 lines
599 B
XML

<?xml version="1.0" encoding="utf-8"?>
<explicit-failures-markup>
<!-- phoenix -->
<library name="phoenix">
<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>
</explicit-failures-markup>