Răsfoiți Sursa

Merged phoenix fixes to release

[SVN r71315]
Thomas Heller 15 ani în urmă
părinte
comite
349d8ecb0c
2 a modificat fișierele cu 10 adăugiri și 3 ștergeri
  1. 1 1
      libs/phoenix
  2. 9 2
      status/explicit-failures-markup.xml

+ 1 - 1
libs/phoenix

@@ -1 +1 @@
-Subproject commit 4aecc641d854b9d1abdf448b68a2b5de1eb30910
+Subproject commit 883edc3119a1842bc69f7b08a5121cdaf37c951b

+ 9 - 2
status/explicit-failures-markup.xml

@@ -2604,11 +2604,18 @@ for more information.
         <toolset name="sun-5.10"/>
         <toolset name="borland-*"/>
         <toolset name="vacpp*"/>
-        <note author="Thomas Heller" id="phoenix-incompatible compilers">
+        <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-unusable>
+        <mark-expected-failures>
+            <test name="member"/>
+            <toolset name="msvc*"/>
+            <note author="Thomas Heller" id="phoenix-operator-member-bug">
+                MSVC seems to have a code generation bug showing up when using operator->* with a member variable
+            </note>
+        </mark-expected-failures>
     </library>
 
 

粤ICP备19079148号