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

updated assign/range markup

[SVN r29105]
Thorsten Jørgen Ottosen 21 лет назад
Родитель
Сommit
223ae35b93
1 измененных файлов с 34 добавлено и 12 удалено
  1. 34 12
      status/explicit-failures-markup.xml

+ 34 - 12
status/explicit-failures-markup.xml

@@ -113,7 +113,7 @@
     <!-- assign -->
     <library name="assign">
         <mark-unusable>
-            <toolset name="dmc- 8_43- stlport- 4_5_3"/>
+            <toolset name="dmc-8_43-stlport-4_5_3"/>
         </mark-unusable>
         <mark-expected-failures>
             <test name="array"/>
@@ -1748,12 +1748,34 @@ for more information.
     </library>
 
      <!-- pointer container -->
-    <library name="pointer container">
+    <library name="ptr_container">
         <mark-unusable>
             <toolset name="gcc-2.95.3*"/>
+            <toolset name="gcc-3.4.3-linux"/>
+            <toolset name="gcc-4.0.0-linux"/>
             <toolset name="sunpro-5_3-sunos"/>
             <toolset name="tru64cxx65-042"/>
+            <!--<toolset name="borland- 5_6_4"/>-->
+            <toolset name="msvc-stlport"/>
+            <toolset name="vc7"/>
+            <toolset name="dmc-8_43-stlport-4_5_3"/>
         </mark-unusable>
+
+        <!--
+        <mark-expected-failures>
+            <test name="ptr_array"/>
+            <test name="ptr_deque"/>
+            <test name="ptr_list"/>
+            <test name="ptr_map"/>           
+            <test name="ptr_set"/>           
+            <toolset name="gcc- 3.4.3- linux"/>
+            <toolset name="gcc- 4.0.0- linux"/>
+            <note author="Thorsten Ottosen">
+                The error is due to problems in the standard library implementation.
+                It should be fixed in newer versions of the compiler.
+            </note>
+        </mark-expected-failures>
+        -->
     </library>
 
     
@@ -1915,9 +1937,9 @@ for more information.
     <library name="range">
         <mark-unusable>
             <toolset name="mipspro"/>
-            <toolset name="dmc- 8_43- stlport- 4_5_3"/>
+            <toolset name="dmc-8_43-stlport-4_5_3"/>
             <toolset name="gcc- 2.95.3*"/>
-            <toolset name="sunpro- 5_3- sunos"/>
+            <toolset name="sunpro- 5_3-sunos"/>
         </mark-unusable>
         <mark-expected-failures>
             <test name="array"/>
@@ -1926,16 +1948,16 @@ for more information.
             <toolset name="msvc"/>
             <toolset name="msvc-stlport"/>
             <toolset name="vc7"/>
-            <toolset name="gcc- 3.4.3*"/>
-            <toolset name="gcc- 4.0.0*"/>
+            <toolset name="gcc-3.4.3*"/>
+            <toolset name="gcc-4.0.0*"/>
             <note refid="27" author="Thorsten Ottosen"/>
         </mark-expected-failures>
         <mark-expected-failures>
             <test name="iterator_range"/>
             <toolset name="msvc-stlport"/>
             <toolset name="tru64cxx65"/>
-            <toolset name="gcc- 3.4.3*"/>
-            <toolset name="gcc- 4.0.0*"/>            
+            <toolset name="gcc-3.4.3*"/>
+            <toolset name="gcc-4.0.0*"/>            
             <note author="Thorsten Ottosen">
                 For most compilers this is due to problems
                 with built-in arrays (notably char arrays) and operator==()
@@ -1947,8 +1969,8 @@ for more information.
         </mark-expected-failures>
         <mark-expected-failures>
             <test name="const_ranges"/>
-            <toolset name="gcc- 3.4.3*"/>
-            <toolset name="gcc- 4.0.0*"/>            
+            <toolset name="gcc-3.4.3*"/>
+            <toolset name="gcc-4.0.0*"/>            
             <note author="Thorsten Ottosen">
                 This failure is due to a bug in the standard library.
             </note>
@@ -1957,7 +1979,7 @@ for more information.
             <test name="partial_workaround"/>
             <toolset name="vc- 7_1"/>
             <toolset name="vc- 8_0"/>
-            <toolset name="intel- win32- 8_1"/>
+            <toolset name="intel-win32-8_1"/>
              <note author="Thorsten Ottosen">
                  This failure is of no importance to this compiler.
              </note>
@@ -1975,7 +1997,7 @@ for more information.
             <test name="string"/>
             <toolset name="vc7"/>
             <toolset name="tru64cxx65"/>
-            <toolset name="borland- 5_6_4"/>
+            <toolset name="borland-5_6_4"/>
             <note author="Thorsten Ottosen">
                 The string functionality is expected to work if
                 the user employs std::string and stays away from built-in

粤ICP备19079148号