Browse Source

*** empty log message ***

[SVN r25447]
Thorsten Jørgen Ottosen 21 năm trước cách đây
mục cha
commit
53295533f7
1 tập tin đã thay đổi với 10 bổ sung1 xóa
  1. 10 1
      status/explicit-failures-markup.xml

+ 10 - 1
status/explicit-failures-markup.xml

@@ -1154,7 +1154,7 @@ for more information.
         </mark-expected-failures>
         <mark-expected-failures>
             <test name="iterator_range"/>
-            <toolset name="cw- 8.3*"/>
+            <toolset name="cw-8.3*"/>
             <toolset name="msvc-stlport"/>
             <toolset name="vc7"/>
             <toolset name="tru64cxx65"/>
@@ -1174,6 +1174,15 @@ for more information.
                 functions to work in normal code.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="string_test"/>
+            <toolset name="vc7"/>
+            <toolset name="tru64cxx65"/>
+            <note author="Thorsten Ottosen">
+                The string functionality is expected to work if
+                the user employs std::string.
+            </note>
+        </mark-expected-failures>
         <mark-expected-failures>
             <test name="sub_range"/>
             <toolset name="vc8.0"/>

粤ICP备19079148号