Просмотр исходного кода

Comment on any_to_ref_test failures.

[SVN r28687]
Vladimir Prus 21 лет назад
Родитель
Сommit
1ae0991955
1 измененных файлов с 17 добавлено и 0 удалено
  1. 17 0
      status/explicit-failures-markup.xml

+ 17 - 0
status/explicit-failures-markup.xml

@@ -65,6 +65,23 @@
         </mark-unusable>
     </library>
 
+    <!-- any -->
+    <library name="any">
+        <test name="any_to_ref_test">
+          <mark-failure>
+              <toolset name="msvc"/>
+              <toolset name="msvc-stlport"/>
+              <note author="Vladimir Prus">
+                The test fail with ICE, but the exact reason for ICE is not
+                known. A minimal example of casting any to reference type 
+                seem to work. Anyone interested in using this functionality
+                with msvc is suggested to do additional testing.
+              </note>
+          </mark-failure>
+        </test>
+    </library>
+    
+
     <!-- array -->
     <library name="array">
         <test name="array3">

粤ICP备19079148号