소스 검색

Comment on any_to_ref_test failures.

[SVN r28687]
Vladimir Prus 21 년 전
부모
커밋
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号