فهرست منبع

mark shared_ptr_move_test for all the platforms

[SVN r38111]
Boris Gubenko 19 سال پیش
والد
کامیت
0f9e1a702c
1فایلهای تغییر یافته به همراه9 افزوده شده و 0 حذف شده
  1. 9 0
      status/explicit-failures-markup.xml

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

@@ -2211,6 +2211,11 @@ for more information.
             <toolset name="msvc-6.5*"/>
             <note refid="31" author="Peter Dimov"/>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="shared_ptr_move_test"/>
+            <toolset name="*"/>
+            <note refid="38" author="Boris Gubenko"/>
+        </mark-expected-failures>
     </library>
 
     <!-- spirit -->
@@ -4742,4 +4747,8 @@ for more information.
             BOOST_CHECK(ref != x);   // oops
     </note>
 
+    <note id="38">
+        This test assumes compiler support for rvalue references.
+    </note>
+
 </explicit-failures-markup>

粤ICP备19079148号