Browse Source

Update explicit-failures-markup.xml

[skip ci]
Automated Commit 8 years ago
parent
commit
d9d0770df3
1 changed files with 11 additions and 13 deletions
  1. 11 13
      status/explicit-failures-markup.xml

+ 11 - 13
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 -->

粤ICP备19079148号